Re: [PHP-DB] Webpage response to selection & $_POST

2004-08-30 Thread Ng Hwee Hwee
hi... to what i know, the $_POST variables get passed to apage.php only... if you have a redirect to another page inside apage.php, the $_POST variables will not be passed to the next page. you may need to register your $_POST as session variables inside apage.php first or you append your $_POST v

Re: [PHP-DB] Webpage response to selection & $_POST

2004-08-30 Thread Philip Thompson
Peter, On Aug 30, 2004, at 12:49 PM, Peter Ellis wrote: It doesn't look like you're actually retrieving data using the $_POSTed data from that code snippet. Are you doing anything like $j = $_POST ['j']; in order to get the value of j before you retrieve your array data? Or are you allowing PHP t

RE: [PHP-DB] Webpage response to selection & $_POST

2004-08-29 Thread Peter Lovatt
T) to see exactly what is being returned. If this does not fix it try posting the code that handles the response and we will try and help. Peter > -Original Message- > From: Philip Thompson [mailto:[EMAIL PROTECTED] > Sent: 30 August 2004 00:12 > To: [EMAIL PROTECTED] > S

[PHP-DB] Webpage response to selection & $_POST

2004-08-29 Thread Philip Thompson
Hi all. I have a list of users in a database that I would like to show on a dynamic webpage. With each of these users that shows up on the page, there is going to be a checkbox next to their name so that I can perform multiple tasks, such as 'Remove User' or 'Modify Information'. I have all of