![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I am trying to install PHP4.0 on a Win95 pc with Apache1-3-12 installed. But my simple PHP script like <? echo 'hello ?> is not working. Here are the things I have tweeked but with out any success: 1. Copied php.ini-dist to C:\windows as php.ini 2. In the Appache httpd.conf I enabled the line AddType application /x-httpd-php3 .php3 Still nothing works, I save my script using .php3, ..php also changed the tag from <? to <?php and of no use. Any help is appreciated. __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ | |||
| Advertisements |
| | #2 | ||
| Hi all! i'm trying to put PHP4 as an NSAPI module to work with my Netscape Enterprise Server 3.62, but after compiled and the server configured, then when it starts says this: [25/May/2000:19:16:11] info ( 322): successful server startup [25/May/2000:19:16:11] info ( 322): iPlanet-WebServer-Enterprise/4.1 BB1-03/03/2000 21:15 [25/May/2000:19:16:11] failure ( 322): Configuration initialization failed: Error running init function load-modules: dlsym for php4_init failed (The operation completed successfully. ) and inmediately shuts down. Anyone knows what's happening? TIA. -- Xavier Serna Webmaster Dream Comunicacion, S.L. Rbla. del Celler 133, 3er. 08190 Sant Cugat del Valles, Barcelona Tel.: +34 (9)3 589 7932 - Fax: +34 (9)3 589 8234 E-Mail: webmaster@dreamcom.es ICQ#: 6953479 Web: http://www.dreamcom.es http://www.musicpark.com http://www.fcmultimedia.com http://www.precioweb.com | |||
| | #3 | ||
| I am trying to install PHP4.0 on a Win95 pc with Apache1-3-12 installed. But my simple PHP script like <? echo 'hello ?> is not working. Here are the things I have tweeked but with out any success: 1. Copied php.ini-dist to C:\windows as php.ini 2. In the Appache httpd.conf I enabled the line AddType application /x-httpd-php3 .php3 You Need more than this line in you httpd.conf file I use both php3 and php4 try something like this. after you change these you have to restart apache ScriptAlias /php3/ "c:/php3/" ScriptAlias /php/ "c:/php4/" Action application/x-httpd-php3 "/php3/php.exe" Action application/x-httpd-php "/php/php.exe" AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php .php AddType application/x-httpd-php3 .phtml AddType application/x-httpd-php3-source .phps Still nothing works, I save my script using .php3, ..php also changed the tag from <? to <?php and of no use. Any help is appreciated. | |||
| | #4 | ||
| Hi ! Try this URL for hints and binary: http://www.geocities.com/ro_marius/mod_php4.html By Helmut Richard Kurth: > I am trying to install PHP4.0 on a Win95 pc with > Apache1-3-12 installed. But my simple PHP script like > <? echo 'hello ?> is not working. [...] | |||
| Featured Websites | ||||
|
![]() |
| Tags: |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RE: [PHP-WINDOWS] php4 | Eduardo Jordan G. | PHP | 0 | 02-05-2008 12:20 PM |
| php4 | ultraschall | PHP | 0 | 02-05-2008 12:20 PM |
| sessions on nt php4.0.0 | Joey++ | PHP | 0 | 02-05-2008 12:20 PM |
| PWS-php4.reg missing | xeno | PHP | 0 | 02-05-2008 12:20 PM |
| TSENG ET3000 driver for Win98 (or win95) SVGA800x600, 256 colors, download where? | Panu, Sorin | Operating Systems And Software | 0 | 05-28-2007 5:57 PM |
| Featured Websites | ||||
|