Jump to content

[SOLVED] two ?'s to carry over two variables


jeff5656

Recommended Posts

I want to carry over two variables when a user clicks this link.  One is $row['id_incr'] and the other is subm

 

$subm = 'y';
<td bgcolor="#FFFFFF" ><a href="xray_editpatient.php?action=edit&id=<?php echo $row['id_incr']; ?>?id2=<?php echo $subm; ?>">

 

However when the form gets run the variable is blank

<?php echo "id2 is " . $_GET['id2'];?>

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.