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
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
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
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
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
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
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
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
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 ( )
{
9 matches
Mail list logo