bindvalue and bindparam of PDO on Linux

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
bathazar
Forum Newbie
Posts: 1
Joined: Sun Nov 12, 2006 12:32 pm

bindvalue and bindparam of PDO on Linux

Post by bathazar »

I tried to install PHP5 on Fedora Core 5. But when i can't use bindvalue and bindparam functions of PDO. I don't know what i need to do to use it with PHP5 on Fedora Core.

Thanks in Advanced
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

bathazar wrote:But when i can't use bindvalue and bindparam functions of PDO.
Because your keyboard flips when you try to type the code or is your pc running away screaming?

If you get an error message please post it. Also post your test code.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: bindvalue and bindparam of PDO on Linux

Post by jmut »

bathazar wrote:...But when i can't use bindvalue and bindparam functions of PDO. ...
Is your PC 64bit?
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Have you added and enabled the PDO extension?
Post Reply