As part of my learning curve I'm attemting to set up a mysql db the long way round by writing the PHP code. For security reasons, in which part of the folder tree should the php file and the mysql file be stored?
Also, I assume my way of running the php file would be by using a link on one of my web pages. However, if I can click those links then so could anyone else visiting my site. What is the orthodox method of protecting this sort of updating? Should I , or indeed is it possible, to create a link to a section which requires a password, thereby resticting access to such sensitive areas?
All help much appreciated.
Also, I assume my way of running the php file would be by using a link on one of my web pages. However, if I can click those links then so could anyone else visiting my site. What is the orthodox method of protecting this sort of updating? Should I , or indeed is it possible, to create a link to a section which requires a password, thereby resticting access to such sensitive areas?
All help much appreciated.