|
May 27
2011
|
Query MYSQL Using PHPPosted by bohemia in Untagged |
|
Using PHP for MYSQL Queries
There may come a when you want to write a custom PHP script to access one or more database tables. Even with content management systems like Wordpress or Joomla, you can write custom search scripts.
If you add an .htaccess file within a folder that contains the PHP script, you can limit access to a single Internet IP addess. Alternatively, you can password protect the directory with the .htaccess file.
There may come a when you want to write a custom PHP script to access one or more database tables. Even with content management systems like Wordpress or Joomla, you can write custom search scripts.
If you add an .htaccess file within a folder that contains the PHP script, you can limit access to a single Internet IP addess. Alternatively, you can password protect the directory with the .htaccess file.
