Posts Tagged ‘tutorials’

Simple PHP | PHP Tutorial

TheMikesotInfo.com —– Spice up Your Site With Simple PHP Here’s PHP Tutorial information for you! This is covering general and detailed information on PHP tutorial. Our PHP tutorial site will help you maximize the effectiveness of your search.

PHP Tutorials: MySQL (Part 7)

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.

PHP Tutorial: Return data from a MySQL Database without refreshing (using jQuery)

Outputs the age of a specified name typed in a form, without a page refresh. It’s easy, using jQuery! Great for beginners to AJAX style methods. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org

PHP Basics: Echo Function

The echo function lets you output to a page. An almost vital function that you need to know!

PHP Tutorials: MySQL (Part 4)

Selecting data to be displayed from your database table.

PHP Tutorials: MySQL (Part 5)

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)

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)

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