Re: [PHP] I'm getting frustrated with this.

2001-11-30 Thread andre

look this:
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
maybe it help you

andre

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 30, 2001 4:59 PM
Subject: [PHP] I'm getting frustrated with this.


> Hi,
> I just want a simple page that pulls the data from a database (got that
> working fine, no problem),
> and on that page I want to be able to have an option to delete entries. I
> have tried what seems
> to be the simplest method - using a form text field, enter the appropriate
> info, and hit the submit
> button. It should then be deleted from the database. I can delete from the
> database on the
> command line, but getting it to work in php is another story. I keep
> getting 'not a valid mysql
> result resource' errors. I have 3 php/mysql books and cannot get this to
> work. I know it can't be
> as difficult as it appears.
> My goal is simple enough - I have a database that is populated from online
> web forms. It contains
> enduser names, addresses & email addresses. I made a form that the
> marketing people can use
> to view the database, search it and display it in various ways. I also
gave
> them a form that will
> allow them to manually add enduser info into the database. That all works
> fine. It's just the doggone
> delete stuff that I just haven't got a handle on yet.
> Is there a tutorial somewhere that shows the simplest method of setting
> this up? That's all I need,
> a reference to a location for a tutorial or info on this particular
> subject.
>
> Thanks,
> Chip
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

-
This mail has been sent by IceWarp Merak Mail Server, the coolest and the most
economical e-mail solution for ISP's, small and large businesses and DSL/cable
modem users. This installation is currently in a free trial expired mode. Click
the link to win a free unlimited IceWarp product http://www.icewarp.com/win/

IceWarp Software
E-mail: mailto:[EMAIL PROTECTED]
Web: http://www.icewarp.com/com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] I'm getting frustrated with this.

2001-11-30 Thread chip . wiegand

Hi,
I just want a simple page that pulls the data from a database (got that
working fine, no problem),
and on that page I want to be able to have an option to delete entries. I
have tried what seems
to be the simplest method - using a form text field, enter the appropriate
info, and hit the submit
button. It should then be deleted from the database. I can delete from the
database on the
command line, but getting it to work in php is another story. I keep
getting 'not a valid mysql
result resource' errors. I have 3 php/mysql books and cannot get this to
work. I know it can't be
as difficult as it appears.
My goal is simple enough - I have a database that is populated from online
web forms. It contains
enduser names, addresses & email addresses. I made a form that the
marketing people can use
to view the database, search it and display it in various ways. I also gave
them a form that will
allow them to manually add enduser info into the database. That all works
fine. It's just the doggone
delete stuff that I just haven't got a handle on yet.
Is there a tutorial somewhere that shows the simplest method of setting
this up? That's all I need,
a reference to a location for a tutorial or info on this particular
subject.

Thanks,
Chip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]