Re: [PHP-DB] PHP amd MYSQL

2002-06-05 Thread Miguel Carvalho
Hi, > I am setting up a web page system which involves html pages, php pages > and mysqldatabase. > > I have a number of questions and do not know where to find answers. > > If I display the rows from a database table in a php generated html > table is it possible to mark a row so that it can be

Fwd: [PHP-DB] PHP amd MYSQL

2002-06-05 Thread Terry Romine
> > I'll add this snippet in to prevent accidental deletes: > > you really want to delete this record?\")' ">' . $row[name] . ' > > On Wednesday, June 5, 2002, at 09:20 AM, > [EMAIL PROTECTED] wrote: > >> One way to do it would be thusly: >> >> $result=mysql_query(yadayada); >> foreach($result

RE: [PHP-DB] PHP amd MYSQL

2002-06-05 Thread Gary . Every
t operation when first calling delete.php Gary Every Sr. UNIX Administrator Ingram Entertainment (615) 287-4876 "Pay It Forward" mailto:[EMAIL PROTECTED] http://accessingram.com -Original Message- From: Peter Goggin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 8:55 A

[PHP-DB] PHP amd MYSQL

2002-06-05 Thread Peter Goggin
I am setting up a web page system which involves html pages, php pages and mysqldatabase. I have a number of questions and do not know where to find answers. If I display the rows from a database table in a php generated html table is it possible to mark a row so that it can be deleted or modif