Jump to content

Passing variables via url


dodgei

Recommended Posts

I create a link to pass variables to another page. But when I click on the link

its giving me this error

 

The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

 

The page that creates the link that will pass the variables has this code

 

echo "<td><a href=http://www.merediencapital.com/makepay.php?action=pay&row_id=" . $r['EntryID']."&merchant=". $r['Merchant']."&duedate=".$r['DueDate']."&amount=".$r['Amount'].">Payment</a></td>";

 

I think my problem lies in that the receiving page is in html with php inserts. Instead of php creating html code.

 

Is there an easier way to create this page without relying on php to create the html code?

 

Link to comment
https://forums.phpfreaks.com/topic/36666-passing-variables-via-url/
Share on other sites

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.