[PHP-DB] variable check in 1 file

2001-12-24 Thread Sommai Fongnamthip

Hi,
I'd like to create query form and display in 1 file.  Do anyone guide me 
for this?

SF


-- 
PHP Database 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]




RE: [PHP-DB] variable check in 1 file

2001-12-24 Thread rhelms


On 24-Dec-2001 Sommai Fongnamthip wrote:
Hi,
   I'd like to create query form and display in 1 file.  Do anyone guide
me 
 for this?

for html use http://www.teamone.de/selfaktuell/ 
(here you need selfhtml - forms)

If you want to search the file over a database use

SELECT FROM table WHERE file = filename in form

For the right php-script possible the docu under http://www.php.net
will help.

Regards,
Ruprecht

--
E-Mail: [EMAIL PROTECTED]
Date: 24-Dec-2001
Time: 12:09:25

This message was sent by XFMail
--

-- 
PHP Database 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]