On Fri, 20 Feb 2009, Sai Mukund Sagar Deshpande wrote:

> Hi All,
> 
> 
> I recently installed php,apache on windows.(PHP 5.2.8 and apache 2.2.11)
> The problem i face now is if i execute a script like (Today is <? print
> strftime("%m/%d/%Y");  ?>)
> It just prints "Today is"   I then included a module in httpd.conf
> LoadModule php5_module "C:/php/php5apache2_2.dll" and bingo i get the date
> and time
> But when this module is enabled i can't access sqlite :(
> that is i get error like Call to undefined function *sqlite_open*() in
> c:\webs\test\Sqlite.php5 on *line 13........
> Can anybody tell me what's happening when i enable/disable that
> module????????
> 
> thanks,
> Mukund
> 

Did you get around solving this issue Mukund ?

Try placing the sqlite.dll extension higher up in the php.ini
file.

i'd suggest using PDO (PHP Data Objects) for all your database
programming requirements.

thanks
Saifi.

Reply via email to