Creating an HTML dropdown list, displaying database table data. Then writing a script to let you modify records to a value of your choice depending on what is selected.
Posts Tagged ‘sql’
PHP Tutorials: Login/Register Email Activation (Part 2)
July 26th, 2010
phpmoz Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Make users activate their user account by email before they log in using your register/login process
PHP Tutorials: Login/Register Email Activation (Part 1)
July 24th, 2010
phpmoz Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com Make users activate their user account by email before they log in using your register/login process
PHP Tutorials: MySQL (Part 4)
July 22nd, 2010
phpmoz Selecting data to be displayed from your database table.
PHP Tutorials: MySQL (Part 5)
July 19th, 2010
phpmoz Displaying selected data from your database table, and some useful SQL queries to filter what you want to see.
PHP Tutorials: Register & Login: User registration (Part 6)
July 16th, 2010
phpmoz Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through checking if a username has already been registers and returns an error if so
PHP Tutorials: Register & Login: User registration (Part 1)
July 13th, 2010
phpmoz Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
PHP & MySQL Tutorial 11: Extending a Basic Blog: Part 1
July 1st, 2010
phpmoz This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement, and make a link in the main blog to post pages where it shows only the post, and possibly more content in the future. Make sure to see Part 2 and 3!
PHP Tutorials: MySQL (Part 6)
June 20th, 2010
phpmoz Creating an HTML form allowing you to select specific records from your database table.

Posted in
Tags:

