Re: [PHP] GET form method and accessing its value into a cookie

2005-07-21 Thread Mark Cain
rnbull" <[EMAIL PROTECTED]> To: Sent: Thursday, July 21, 2005 5:38 AM Subject: [PHP] GET form method and accessing its value into a cookie > Hi > > I have a page which generates 'edit' links (used to edit user details). The > code snippet on the '

[PHP] GET form method and accessing its value into a cookie

2005-07-21 Thread Steve Turnbull
Hi I have a page which generates 'edit' links (used to edit user details). The code snippet on the 'list_user.php' page is; --- $print_rows .=" \n". " {$details['name']} \n". " {$details['mail']} \n".

[PHP] GET form method and accessing its value into a cookie

2005-07-21 Thread Steve Turnbull
Hi I have a page which generates 'edit' links (used to edit user details). The code snippet on the 'list_user.php' page is; --- $print_rows .=" \n". "   {$details['name']} \n". "   {$details['mail']} \n".