[PHP-DB] Too stupid to UPDATE...

2006-05-12 Thread Grae Wolfe - PHP
I am trying to write a script to handle event registration. Most of the people that will be registering are already in the database, but not all, and those that are may not have current information. Here is my latest effort, or at least a snippet of it... Can anyone point out where I went

[PHP-DB] Combining Fields

2006-05-31 Thread Grae Wolfe - PHP
Good Day! I am trying to use my limited knowledge to create a VERY simple process to display some of the information in my table, allow a particular record to be selected, then opened on a page with text boxes to edit the information, after which the UPDATE command will be used to update the

Re: [PHP-DB] Combining Fields

2006-05-31 Thread Grae Wolfe - PHP
the DB create an auto-incrementing ID number. Hmmm... Thanks!! Brad Bonkoski [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Grae Wolfe - PHP wrote: Good Day! I am trying to use my limited knowledge to create a VERY simple process to display some of the information in my table

Re: [PHP-DB] Combining Fields

2006-05-31 Thread Grae Wolfe - PHP
Again, my many thanks - I didn't know about the 'explode' function - that may be a huge help. Hopefully, I am on the right track now... thanks! Brad Bonkoski [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Grae Wolfe - PHP wrote: Thank you Brad - That is what I was looking

[PHP-DB] Conditional updating...

2006-06-17 Thread Grae Wolfe - PHP
Good day! I have been working on this little free project for a while, and now I have hit another major hiccup. Is there a simple way to only update fields that have something in them? The problem that I am having is that if someone fills out information and submits it, it saves to the DB

Re: [PHP-DB] Conditional updating...

2006-06-17 Thread Grae Wolfe - PHP
in message news:[EMAIL PROTECTED] Why don't you try populating the fields the user intends to modify with the information you already have? Alex T On 6/17/06, Grae Wolfe - PHP [EMAIL PROTECTED] wrote: Good day! I have been working on this little free project for a while, and now I have

Re: [PHP-DB] Conditional updating...

2006-06-23 Thread Grae Wolfe - PHP
. If users can update their own data, should you not have a log in process to ensure that only the original user can update his data? Them once he has logged in, you can populate all fields with data from the DB. Jeffrey Grae Wolfe - PHP wrote: That was the first thing that I was going to do

Re: [PHP-DB] Conditional updating...

2006-06-25 Thread Grae Wolfe - PHP
Thank you for the thought, however, I don't have a shell that I can run in, hence, I have to rely on help from others. JupiterHost.Net [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Grae Wolfe - PHP wrote: Sorry I have been out of touch... I thought I had this problem beat