RE: [PHP] Building Dynamic Value list using ohp

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
- Original Message - From: George Pitcher [EMAIL PROTECTED] To: Maxim Maletsky (PHPBeginner.com) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 26, 2001 9:42 AM Subject: Re: [PHP] Building Dynamic Value list using ohp Thanks for everyone's help but this is still failing

RE: [PHP] Building Dynamic Value list using ohp

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
=\$HEI\$HEI/option; } mysql_close($link); $drop_down_list .= /select; echo $drop_down_list; Cheers the noo, Derek - Original Message - From: George Pitcher [EMAIL PROTECTED] To: Maxim Maletsky (PHPBeginner.com) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 26

RE: [PHP] PHP Chat recommendations

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Try to browse hotscripts.com, it has a plenty of them for you to choose. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: mercoledi 26 settembre 2001 17.06 To: php list Subject: [PHP] PHP Chat recommendations Does anyone have

RE: [PHP] updating a database (mysql)

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Try mysql_affected_rows() It will tell you how many rows were affected. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Joseph Bannon [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 21.47 To: PHP (E-mail) Subject: [PHP] updating a database (mysql) When I

RE: [PHP] How to obtain all the fields' names of a MySQL table?

2001-09-25 Thread Maxim Maletsky \(PHPBeginner.com\)
Why not to look into source code of PHPLIB? The class db_mysql has a function called metadata (I think) - it does exactly that and much more. You can copy the function only or use the class for all your db manipulations if you wish. Maxim Maletsky PHPBeginner.com -Original Message

RE: [PHP] Running Programs.....

2001-09-25 Thread Maxim Maletsky \(PHPBeginner.com\)
Try one of the following: exec() php.net/exec system() php.net/system Maxim Maletsky PHPBeginner.com -Original Message- From: Anthony [mailto:[EMAIL PROTECTED]] Sent: mercoledi 26 settembre 2001 20.05 To: [EMAIL PROTECTED] Subject: [PHP] Running Programs

[PHP] I'm back

2001-09-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Hello everyone who once knew me! I am announcing you my return to the greatest list! I've been traveling for a few month around the world and am now settled down back in my home town Rome, Italy. I've quit my carrier in Tokyo and, I will now freelance here for a while until I find something

RE: [PHP] select based on time/date

2001-09-24 Thread Maxim Maletsky \(PHPBeginner.com\)
to do time comparisons within mySQL database. In other words, go to mySQL documentation and read there. mySQL will do it way better and faster than PHP. Cheers, Maxim Maletsky PHPBeginner.com -Original Message- From: Jason Dulberg [mailto:[EMAIL PROTECTED]] Sent: martedì 25 settembre 2001

<    1   2