View Single Post
  #2 (permalink)  
Old 06-04-09, 12:08
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
Start by taking a look in the php Dealing with Forms tutorial at php.net

Then, after you see what's going on with the form interface, take a look at the PHP documentation, particularly the database documentation for MySql at php.net. The MySQL example code demonstrates connecting to a MySQL database, performing a query, then displaying the results. In your case, you would be issuing a SQL INSERT statement, rather than a SELECT statement.

Now, as far as the cpanel side of it, I have no idea as to where the data is being stored, or whether it's even available to you for direct manipulation.
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert


Last edited by loquin; 06-04-09 at 12:12.
Reply With Quote