help me please!!! i have to do the project
i am working on
i have windoows98, i download the PHP4
and mysql
for php
i followed the steps of installing php
which says
1- extract the files to c:\php
2- rename the php.ini and move it
to windows
3- edit the php.ini to have the following
extension_dir = c:\php
and uncomment
extension=php_mysql.dll
4- moved the file
php4ts.dll to c:\windows\system
the other file Msvcrt.dll is already
in c:\windows\system
for mysql
i extracted to be in
c:\mysql
i did select * from user; and
it worked fine i mean the retriving
i run the mysqld
for Apache i did the following
1- extract it
2- modify the httpd.conf to have the following code
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php/php.exe"
i placed a file in the htdocs folder
that contains the following code
<?
print("test");
?>
but it didn't work
where is the problem !!!!
can you help me please
thanks in advance