Posts Tagged ‘base’

PHP Tutorials: MySQL (Part 8)

Finishing off the script in part 7, and moving on to deleting records using an HTML drop down list.

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 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: MySQL (Part 3)

Inserting and modifying records.

PHP Tutorials: Uploading/Storing an Image inside a MySQL Database (Part 1)

Uploading and storing images inside a MySQL database, rather than as a file in a web directory. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

PHP Tutorials: MySQL (Part 6)

Creating an HTML form allowing you to select specific records from your database table.

PHP Tutorials: Uploading/Storing an Image inside a MySQL Database (Part 2)

Uploading and storing images inside a MySQL database, rather than as a file in a web directory. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

PHP Tutorials: MySQL (Part 2)

Connecting to the database, error handling and selecting your database.

PHP Tutorials: mysql (Part 1)

Using phpmyadmin to create a new table on a database. The basics!