* 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.
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 . '}
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
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
4 matches
Mail list logo