Basically,

I have this table, about 7 columns, with a primary key.
At the monent I have a html form and a php script that allows users to iput
into the table.

What I also want them to do it being about the select a certain record eg
via the primary key number or even by the campaign column (named campaign) -
and then those fields get displayed of that record in say a form - where the
users can either have the option to update eg via a update button, or also
have a delete button that deletes that record.

Any ideas?

Scott
----- Original Message -----
From: "Kamara Eric R-M" <[EMAIL PROTECTED]>
To: "Scott" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, February 21, 2003 11:46 AM
Subject: Re: Examples needed of MYSQl/PHP update, delete scripts and
relevant forms


> Hi Scott,
>
> Can you please explicitly state what you want to be done otherwise it
> seems that all you need to do is get the records from the database,display
> them to the user and include something like a checkbox or radio button
> that the user can select to show the records he wants deleted.
>
> Then all your script will have to do is check if the checkbox is checked
> and then delete those records with a simple sql query.
>
> Regards,
> Eric
>
> ===============================
> Kamara Eric Rukidi Mpuuga
> Computer Frontiers International
> Plot 32 Lumumba Avenue
> P.O Box 12510,Kampala
> Tel  :256-41-340417/71
> Email:[EMAIL PROTECTED]
> Web  :http://www.cfi.co.ug
>
> On Fri, 21 Feb 2003, Scott wrote:
>
> > I am looking for a set of examples of the relevant form pages and the
php
> > backends that connect to eitehr a YSQL or MSSQl database where the user
can
> > select certain records and then delete or update them. I ma having a
> > nightmare designing one and examples always help me.
> >
> > Does anyone know of any or any websites that show them. I have been
> > searching on google to no avail so far.
> >
> > Scott
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to