Re: [PHP] Temporary MySQL Tables

2002-03-21 Thread ruler
l Message - From: "Georgie Casey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 3:09 PM Subject: [PHP] Temporary MySQL Tables > Hi, > > On my site now, there's a lengthy register process where the user

Re: [PHP] Temporary MySQL Tables

2002-03-21 Thread Geoff Hankerson
Couldn't you just use substr_replace and the html endcoding for a double quote (") ? "; ?> - Original Message - From: "Georgie Casey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 2:09 P

Re: [PHP] Temporary MySQL Tables

2002-03-21 Thread John S. Huggins
On Thu, 21 Mar 2002, Georgie Casey wrote: >-Hi, >- >-membership with the username and timestamp in the URL. The users clicks it, >-and I run a SQL command that copies the row from "tempmembers" into the >-"members" table. I assume you are building up all your fields as you move through the site.

[PHP] Temporary MySQL Tables

2002-03-21 Thread Georgie Casey
Hi, On my site now, there's a lengthy register process where the user has to fill in 5 forms, one after the another. I get the PHP script to echo the values from the previous into the next form by using "; ?> for example. Then I keep carrying the information over to each extra form until the user