Re: [PHP-DB] How to fix config mysql?

2009-07-22 Thread Ankur Singh
Please add mysql dll to you php extension directory 2009/7/23 yi wang : > Hi, all! > > I have intalled apache and php on win32, It works fine. I can get phpinfo > page correctly. > > And I intall mysql then. It works fine itself too. I can start the service, > and get into mysql throuth the cmd li

[PHP-DB] How to fix config mysql?

2009-07-22 Thread yi wang
Hi, all! I have intalled apache and php on win32, It works fine. I can get phpinfo page correctly. And I intall mysql then. It works fine itself too. I can start the service, and get into mysql throuth the cmd line. But, when I go php with sql by wirting mysql_connect, the broswer says "Call to

[PHP-DB] Image_Problem

2009-07-22 Thread Bilal Ahmad
Hi All, I wanna ask a question pleasenV. I am trying to create an image on fly, please do help me , following is the code. *File Name : Font.php Code: * Image Creation var xmlhttp; function showPic() { xmlhttp=GetXmlHttpObject(); if (xmlhttp==null) { alert ("Browser does not support HTT

[PHP-DB] Dynamic Prepared Statements

2009-07-22 Thread Will M
Hello all, I could use some assistance with some mysqli prepared statements. I would like to make them based on parameters passed in a function. Currently I have a database class that I'd like to have a function for INSERT mysqli queries. The code I have is below. I would like to be able to call