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