hello,

i have installed xitami, mysql 2.23.36, php4 on my win98 system.

how should i combine all these so that i can run my .php files in the browser

thanks

    First, I recommend you to get a newer version of MySQL. 2.23.36 is too old, or is it a typo??? 3.23.36 is acceptable.
    Anyway, start Xitami, open your browser, go to http://localhost/admin/
    Go to configuration, click Filters.
    Add the following:
    .php c:/path/to/php.exe
    .php3 c:/path/to/php.exe
    You're done!
    To use MySQL, simply start mysqld-opt.exe. Create a new php script, and use mysql_connect('localhost'); mysql_select_db('anydb');
    For more information about MySQL see the manual (http://www.mysql.com/doc), and the PHP-manual (http://www.php.net/myslq), or read a tutorial about it on PHPBuilder.com.

      hello sander,

      i did whatever u explained , but my problem is still unsolved.

      the problem i am facing is that my ie 5.5 does not display any thing with any file that has .php extension. also it does not show any error, it just displays a blank page.

      thanks

      vishwa vivek

        I have the same problem, I run Xitami, PHP4 an Mysql.....

        help

          a month later

          I got the same problem, it comes back blank... 8(

            Write a Reply...