Page 1 of 1

help in php code agine

Posted: Sat Feb 15, 2003 11:20 am
by forgun
i get that error

Code: Select all

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/virtual/site13/fst/var/www/html/staff/link-add.php on line 38
the code is here http://pastebin.com/3042

Posted: Sat Feb 15, 2003 7:10 pm
by lazy_yogi
change line 37 from

Code: Select all

Kay1 is entered to the db" . $kay1 "<br/>
to

Code: Select all

Kay1 is entered to the db" . $kay1. "<br/>

Posted: Mon Feb 17, 2003 2:41 am
by twigletmac
Please stop creating new topics on the same problem.

viewtopic.php?t=6503

Mac