Hi,
The line was this.....
echo "<TD WIDTH=\"25%\" ALIGN=\"CENTER\">
<A
HREF=\"javascript:open_window('$PHP_SELF?action=view_record&userid=$userid');\">View</A>
<A HREF=\"$PHP_SELF?action=delete_record&userid=$userid\"
onClick=\"return confirm('Are you sure?');\">Delete</A></TD>\n";
I have registered globals off so tried this...
echo "<TD WIDTH=\"25%\" ALIGN=\"CENTER\">
<A
HREF=\"javascript:open_window('$_SERVER['PHP_SELF']?action=view_record&userid=$userid');\">View</A>
What is the problem with it?
R.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php