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
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
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
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