A very small project on php-mysql data connectivity I'm going to upload here.. Beginners may find it useful. I had to learn everything from the scratch just by going through different websites on php. W3schools is really a good way to start. I didn't use full Php 5.2 and Apache server installation. I just installed XAMPP. Later, I found another small sized version of it, called "xampplite". It's lightweight. And it works cool.
file 1: birthdays_create_table.php (
click here to see the code)
file 2: birthdays_dbase_interface.php (
click here to see the code)
file 3: birthdays_insert_form.php (
click here to see the code)
file 4: birthdays_insert_record.php (
click here to see the code)
file 5: birthdays_change_form.php (
click here to see the code)
file 6: birthdays_change_record.php (
click here to see the code)
file 7: birthdays_update_form.php (
click here to see the code)
file 8: birthdays_delete_form.php (
click here to see the code)
file 9: birthdays_delete_record.php (
click here to see the code)
file 10: birthdays_display_records.php (
click here to see the code)
For all files see this
link