[suspicious - maybe spam] [PHP] [suspicious - maybe spam] strange in MySQL Query.

2005-01-13 Thread adwin wijaya
pe" will become "indiv" instead of individual. But when I tried to switch the query become : SELECT "individual" as type FROM myothertable WHERE id="101010" UNION SELECT "group" as type FROM mytable WHERE id ="101010" it could displaye the resu

[PHP] php terminal.

2004-12-20 Thread adwin wijaya
Hello all.. Since my webhosting didnt provide me with telnet access, I would like to have a small software that created by php to do some bash function such as lynx, ls etc ? thx a lot :) -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema.net

[PHP] incompatibilities between php 4 and 5

2004-12-16 Thread adwin wijaya
Hi all, I am going to migrate my application to php 5. My application didnt use object so much. so, which area I need to be carefull about when I migrate to php 5. (if possible, could you give me the url that will explain about that) thx -- === Best Regards Adwin Wijaya

[PHP] email processing

2004-12-13 Thread adwin wijaya
message inside with PHP. can someone recommend me a PHP class that has been created for handling this task ? -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema.net === -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] empty() problem

2004-12-12 Thread adwin wijaya
but, for example if $x = ' ' ; .. isset() will return true instead of false. So try to trim($x) before doing isset. cmmiw -- ======= Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema.net === -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Data Access Object (DAO) with PHP

2004-12-12 Thread adwin wijaya
Thank you for DAO class that you recommended to me. I would like to read the Pear and Metalstorage documentation (& tried it) first before deciding which one I would like to use ;) -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema

Re: [PHP] Re: Data Access Object (DAO) with PHP

2004-12-11 Thread adwin wijaya
Shen Kong wrote: > Hi, do you mean ADODB? PEAR::DB? or DBX ? --> more advance than that i think. It is a class that will be created to access database as object like the one in Java. -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhe

[PHP] Data Access Object (DAO) with PHP

2004-12-11 Thread adwin wijaya
Hi, Is there any mature DAO class for PHP (free) ? thx -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema.net === -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] baffled - please explain

2004-12-09 Thread adwin wijaya
Malcolm Mill wrote: Hi, I just came across a sniplet of code in a book I'm reading and I'm not sure what point the author is trying to make. The code is: function my_function ( ) { echo 'My function was called'; } function my_function ( ) {