Jump to content

Please help with syntax...again?


lingo5

Recommended Posts

Hi,

please can anyone tell me why this URL parameter is not passing?

 

<?php 
$refurl = "http://www.mysite.com/detail.php?id_property=$row_myrecordset_RS['id_property]";
?>

I get this error

 

"Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /usr/home/mysite.com/web/test/test/recform.php on line 91"

line 1 is

$refurl = "http://www.mysite.com/detail.php?id_property=$row_myrecordset_RS['id_property]";

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/263284-please-help-with-syntaxagain/
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.