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 ‘programming’
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 Basics: Echo Function
July 23rd, 2010
phpmoz The echo function lets you output to a page. An almost vital function that you need to know!
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: Display Recent Posts from a phpBB Forum (Part 3)
July 17th, 2010
phpmoz Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.
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: Creating a Guestbook (Part 2)
July 15th, 2010
phpmoz Create your own guestbook using PHP and a MySQL database.
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.

Posted in
Tags:

