Link to home
Start Free TrialLog in
Avatar of dereksheahan
dereksheahan

asked on

PHP calling Problem

Hi Guys,
So I have a variable where I want certain information stored in it.
When I try the following:
$itemname = "Remote Server Unlock: \n\n
Brand: $row_rsModels['type_type_name'] \n   //line 98
Model: $row_rsModels['mod_model_name'] \n
";

It gives me the following error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/reachate/public_html/Remote/remotelivereturn.php on line 98

Why can I not call the recordset in this way?
Thanks,
D
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dereksheahan
dereksheahan

ASKER

that did it! thanks so much angelIII