Re: [PHP-DB] how to store a files submit by user?

2001-03-11 Thread Sridhar Ranganathan
hi refer to the section of FILE UPLOAD in the PHP manual. check out Zend and devshed for more info hth >From: "Osman Omar" <[EMAIL PROTECTED]> >To: "php4" <[EMAIL PROTECTED]> >Subject: [PHP-DB] how to store a files submit by user? >Date: Sun, 11 Mar 2001 17:16:46 +0800 > >Hi again, > >My prob

Re: [PHP-DB] How can I implement Yahoo-like search?

2001-03-04 Thread Sridhar Ranganathan
Hi You can use the parsing functions of PHP 4.0 to replace the '+' with AND or OR and '-' with NOT and generate a SQL query into your table. Then, use links like >TIA, >Lisa > > >-- >PHP Database Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional comm

[PHP-DB] Server side or client side?

2001-02-24 Thread Sridhar Ranganathan
Hi I have a list that is populated by a table. when an item is selected, i want to show another list populated from antoehr table WITHOUT form submission. possible?? i think this kinda mixes client side and server side does it now?! regards sridhar ranganathan

[PHP-DB] MySQL database transfer

2001-02-21 Thread Sridhar Ranganathan
Hi I have mysql on linux and windows on the same machine. How do i transfer data between them?? Thanks in advance _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing List (

[PHP-DB] Links On The Fly

2001-02-17 Thread Sridhar Ranganathan
Hi All I have a search engine which generates a page full of links. Depending on the link that was clicked, I want to load info on the fly. How do I do that? Regards Sridhar Ranganathan _ Get Your Private, Free E-mail from

[PHP-DB] Dynamil Links

2001-02-16 Thread Sridhar Ranganathan
st word of the heading. Can anyone help me? Thanks in advance Sridhar Ranganathan _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing List (http://www.php.net/) To unsubscri

Re: [PHP-DB] installing

2001-02-06 Thread Sridhar Ranganathan
Hey I would say go with Linux and Apache with PHP 4.0 and MySQL. The best combination...Ive been using it for a while and its great even tho im just a newbie >From: "Darryl Friesen" <[EMAIL PROTECTED]> >To: "php maillijst" <[EMAIL PROTECTED]> >Subject: Re: [PHP-DB] installing >Date: Tue, 6 Fe

[PHP-DB] Processing using a single PHP file

2001-02-04 Thread Sridhar Ranganathan
Hi Netlanders Traditionally, we have two files in our apps. A HTML page that has a form and a PHP file that processes the form info. I have a web-based front end that is used to added data to a table. Can I do this with one PHP file alone? Regards Sridhar Ranganathan

[PHP-DB] Help Me!

2001-01-31 Thread Sridhar Ranganathan
Hi Netlanders I have just undertaken a web site construction project. It is a devshed like site that serves articles on various topics. I am using LAMP - Linux/Apache/MySQL/PHP 4. I have a table that contains info about each article. I think I have three options...(or do I have more that I don