Re: [PHP] can't work out the syntax error

2006-05-04 Thread John Wells
On 5/4/06, Brad Bonkoski <[EMAIL PROTECTED]> wrote: try this: echo " View ---^---^ concatenate the $_SERVER variable to the string... Or wrap the variables with curly braces so that PHP knows what's a variable a

Re: [PHP] can't work out the syntax error

2006-05-04 Thread Brad Bonkoski
Ross wrote: Hi, The line was this. echo " HREF=\"javascript:open_window('$PHP_SELF?action=view_record&userid=$userid');\">View onClick=\"return confirm('Are you sure?');\">Delete\n"; I have registered globals off so tried this... echo " HREF=\"javas

[PHP] can't work out the syntax error

2006-05-04 Thread Ross
Hi, The line was this. echo " View Delete\n"; I have registered globals off so tried this... echo " View What is the problem with it? R. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php