dodgei Posted February 1, 2007 Share Posted February 1, 2007 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 More sharing options...
ShogunWarrior Posted February 1, 2007 Share Posted February 1, 2007 Hmm, that's strange. I think my problem lies in that the receiving page is in html with php inserts. That is normal, and what PHP was designed for. Can you show what headers were returned? Link to comment https://forums.phpfreaks.com/topic/36666-passing-variables-via-url/#findComment-174783 Share on other sites More sharing options...
dodgei Posted February 1, 2007 Author Share Posted February 1, 2007 no headers are returned. The error msg stops there Link to comment https://forums.phpfreaks.com/topic/36666-passing-variables-via-url/#findComment-174788 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.