This post concentrates on looking up values from a MySQL database table, and using them to populate a drop-down list, and pre-selecting them if an id number has been passed to the page when it was opened.
This post concentrates on looking up values from a MySQL database table, and using them to populate a drop-down list, and pre-selecting them if an id number has been passed to the page when it was opened.
A wee function for handling user-entered website addresses, and making them consistent for database storage.
A demonstration of how AJAX can be used to query a MySQL database, without forcing the user to submit the information, and instead pulling back results based on their criteria while they make their changes.
If you need a quick and easy way to connect to your MySQL database from PHP, here’s all the code you’ll require (just two lines!).
If you have members on your website, they undoubtedly have set up a username and password. This post quickly looks at password encryption and obsfucation.
Do you run a website that allows users to reference images?
For example, a forum where users set a web address to show their avatar, or allows them to link to an image of a video clip, graphic etc. This post looks at how easy it is to capture information about people viewing these user referenced [...]