Scarpozzi
Lifer
I've been charged with creating a website for a friend that's going to be pretty big. The deal is that we're wanting a customer contact form so they can enter in their address and submit a text box with their needs. Pretty simple stuff.
I've never programmed php or tried to interface it with tables in a SQL database. Most of the things I've read online are either way out of date or they cover posting to a local SQL database rather than connecting to a SQL server via TCP/IP. Here are my questions:
1. What are all the pieces I'm going to need to make this work?
Example: HTML webpage, PHP code, SQL server, any drivers to make them work together....
2. What's a good online resource for this?
Thanks.
I've never programmed php or tried to interface it with tables in a SQL database. Most of the things I've read online are either way out of date or they cover posting to a local SQL database rather than connecting to a SQL server via TCP/IP. Here are my questions:
1. What are all the pieces I'm going to need to make this work?
Example: HTML webpage, PHP code, SQL server, any drivers to make them work together....
2. What's a good online resource for this?
Thanks.