Hello there, I am seeing there there is a php / form tutorial that runs the process and steps to make your first php script. ( The emailer as I can recall ) Is there a php / mysql tutorial out there?
Created a database with table and fields needed.
simple 3 field table.
Form to input fields
php script to grab fields
NOW my problem-> how to insert into table
Now the php part of it on how to sync up to the table and update table with fields is a different matter. This would be my first database involved script and I could use help on what to do.
Created a database with table and fields needed.
simple 3 field table.
Form to input fields
php script to grab fields
NOW my problem-> how to insert into table
Now the php part of it on how to sync up to the table and update table with fields is a different matter. This would be my first database involved script and I could use help on what to do.
Comment