[PHP] OOT - postgress help

2001-05-20 Thread toto
== function description : function name : browse_table returns : bpchar parameters: bpchar language : plpgsql -toto- -- PHP General 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]

[PHP] saving uploaded image as file Vs. directly to database

2001-03-29 Thread toto
what's the difference between them, i mean for effectiveness and performance ? -toto- Imagination is more important than knowledge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

[PHP] Web Directory

2001-03-21 Thread toto
Hi all, can some body tell me where can i find articles and technical support about develop web directory ? thanx. -toto- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Send & Receive SMS from handphone from/to PC

2001-03-09 Thread toto
downloaded from www.pxh.de/fs/gsmlib/download/, and succeed, but when i try to use one of the sample included to send sms (using command gsmsendsms), there's nothing happen to my pc. Can some body help me with this ? TIA. -toto- -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] file listener

2001-02-22 Thread toto
Hi... I have a file, say temp.txt. It's just a kind of logging file. When my system write one line data to this file, is there any real time way to know this event from php (or other scripting language) ? TIA -toto- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] smtp protocol

2001-02-20 Thread toto
Hi...anybody can help me about sending email directly using local smtp port (25). I've read some articles, still, i don't have a clear explanation. i.e : some using \n to separate between each header, but others use \r\n. -toto- -- PHP General Mailing List (http://www.ph

RE: [PHP] Multiple Selection.

2001-02-18 Thread toto
the solution is javascript-based rather than php-based. Just put this codeand when you submit, the value you'll process stored in variable hidden_list_selected. each value selected are separated by comma delimiter. function insert(thisObjec