Can someone give all logical syntax using php mysql for me as my guide in...

Castro Vendix

New member
...programming basic.? For example:
On encoding sample form php ... its okey, I already know the syntax
But on update, edit, delete what comes first.
On update
connect first to the mysql database, then set for a query
then using form update
then submit...
How about edit, delete....
I want only to know is the logical syntax.. what comes first.. because base on the samples on the the sites i research... they place the php syntax after the form... etc .. But some was placed before the form... Can someone show me the logical syntax please.. Thank you.
 
Back
Top