RE: [PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Juan Stiller

 --- Bastien Koert <[EMAIL PROTECTED]> escribió:

> something like this example
> (http://www.weberdev.com/get_example-4085.html)?
> 
> Bastien
> 

Thanks Bastien, that would do the job, ill study it to
adapt it to my needs.

Another thing, i have some flash buttons, (im ussing
dreamweaver), so once the records are displayed, user
can filter the info lets say choosing the lastname
filed, as its a precompiled button i only can specify
a link.

I saw once that with php you can specify pure code on
the link funcion is there any chance to specify in the
link section the filter code? like:

SELECT * from mydatabase where lastname = 'john'???

i think it was a way but i can´t find it now??

Also, do you have any experience with checkbox on a
form, i mean some tut??

Thanks. 

Juan. 







___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Bastien Koert

something like this example (http://www.weberdev.com/get_example-4085.html)?

Bastien


From: Juan Stiller <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] Need help with delete and modify functions on a form.
Date: Mon, 17 Oct 2005 13:04:51 -0300 (ART)

Hi, i ´ve got a php page that shows records from a
database (mysql), basically the php code retrieve info
from the database and display it, and with some htm i
´ve made a table to show the recods, i need to add
several things to the page, but i´ve no idea how to...

A) I need to add a modify command
B) A delete command.

C) If its possible i would like to add radio buttons
on each record, so people can mark and delete more
than one message at a time.

Can anyone help me with the php code or recommend a
good tutorial to doing this changes??


Thanks in advance.
Juan.








___
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Juan Stiller
Hi, i ´ve got a php page that shows records from a
database (mysql), basically the php code retrieve info
from the database and display it, and with some htm i
´ve made a table to show the recods, i need to add
several things to the page, but i´ve no idea how to...

A) I need to add a modify command
B) A delete command.

C) If its possible i would like to add radio buttons
on each record, so people can mark and delete more
than one message at a time.

Can anyone help me with the php code or recommend a
good tutorial to doing this changes??


Thanks in advance.
Juan.
 







___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php