Re: [PHP] umm i am confused...

2004-06-21 Thread Curt Zirzow
* Thus wrote water_foul: > i get the following error > > Parse error: parse error, unexpected T_STRING in > C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\personal\links.php on > line 21 I get parse error on line 4.. but then again I'm smarter than php's parser.

Re: [PHP] umm i am confused...

2004-06-20 Thread Daniel Clark
Looks like several lines need quotes around the print statements and \" inside. print("delete"); >>>//the function for adding new addresses >>function loop_new_address($loopnum,$url,$name){ >>//the ${'link' . $loopnum} says put $link and add $loopnum to the end >>if(isset(${'link' . $loopnum . '}

Re: [PHP] umm i am confused...

2004-06-19 Thread Adrian
action="module/personal/delete.php">delete); replace this with action="module/personal/delete.php">delete; and remove the ; after } - it's ugly and useless ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] umm i am confused...

2004-06-19 Thread water_foul
i get the following error Parse error: parse error, unexpected T_STRING in C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\personal\links.php on line 21 -- for the following code and i cant figure out why (you may need to maxamise t