Re: [PHP] Displaying full array contents

2002-09-26 Thread Joshua Patterson
You could always use a for loop enbeded in a while loop to walk through a linked list. You could expand the list out as long as you have memory and this function would walk through it until it found the end. But the true questions is why would you want to when you can already dynamically

Re: [PHP] Looking for some help on web header coding.

2002-09-26 Thread Joshua Patterson
look at the tutorial for using php with flash to retrieve variables from > a database. it's pretty self explanatory and clear in how/what to do. > > -Original Message- > From: Joshua Patterson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 10:35 AM >

Re: [PHP] Looking for some help on web header coding.

2002-09-26 Thread Joshua Patterson
ROTECTED]> To: "'PHP'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 11:31 AM Subject: Re: [PHP] Looking for some help on web header coding. > On 26 Sep 2002 at 10:35, Joshua Patterson wrote: > > > I have been working t

[PHP] Looking for some help on web header coding.

2002-09-26 Thread Joshua Patterson
I have been working to try and have flash MX use PHP to access a database but have been having issues with retrieving the post values in php. http://127.43.1.1/learning/checkpassword.php?password=somepassword&username= MyUserName