Jump to content

form action with strings......


searls03

Recommended Posts

with this form action page, how do I make it so that the form submits, without the submit actually being present?

 

(that is the entire form that I gave you):

 

if ($_POST['myForm']) {

    

        


    
  $q =  "UPDATE messages SET read1='1'where id='".$_GET['id']."'";
$sql = mysql_query($q) or die("Problem with the query: $q<br>" . mysql_error());

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.