Re: [PHP] Form data is not "remembered"

2001-01-24 Thread Klepto
Try the "GET" method in the form. Jaks - Original Message - From: Alain Fontaine <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 2:11 AM Subject: [PHP] Form data is not "remembered" > Hi, > > I have a page with a couple of form fields that are being POSTed

Re: [PHP] Fopen

2001-01-26 Thread Klepto
Yeah, in the following fragment... $fp = fopen("http://www.parentprofiles.com/clicker.php?profile_id=" . $this-profile_id . "&code=1","r"); You set up $fp to be a pointer to the object, in this case, a file. Now you need to pull data out of it. Um, unfortunately, I don't remember how to do t