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 h
rst_name' AND last_name='$last_name'";
"Jeffrey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Perhaps I have misunderstood something here. But it seems to me that
> anyone who just happens to put John Smith's name in could alter Mr.
esone"" <[EMAIL PROTECTED]> wrote 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 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
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:
back to making 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
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 d
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 stu