Jump to content

Saving data from a webform


butty22

Recommended Posts

i have included the echo statement as below but its not showing any error message at all when the form is submitted.

if (!$connection)
echo "<h1>Connected</h1>";
  {
die('Could not connect: ' . mysql_error());
echo "<h1>Could not connect</h1>";
  }

am starting to think that my where my action statement is placed is not done properly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.