help in php code agine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
forgun
Forum Commoner
Posts: 61
Joined: Wed Jan 29, 2003 6:05 am
Contact:

help in php code agine

Post 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
User avatar
lazy_yogi
Forum Contributor
Posts: 243
Joined: Fri Jan 24, 2003 3:27 am

Post 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/>
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please stop creating new topics on the same problem.

viewtopic.php?t=6503

Mac
Locked