linux - Where to securely store php scripts on a web server? -


i'm creating ios application when click button, executes script on apache web server , returns data associated. have these scripts inside /var/www/html/ if manually type in address of said script in url, returns data. how restrict data application?

i debating storing password in source code , have authenticate server, wondering if there's better option.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -