|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
php install for Apache on Win98
Hello, I'm new to PHP and am trying to set up an environment at home for development. I have follwed the directions to 3 different tutorials specific to php for apache on win98. Apache is running, I can view my HTML pages, but none of the PHP is printed to the page. Does anyone have suggestions? start to finish directions? Do I need to supply more info? Thanx so much, let me into the world of Open Source...
|
|
#2
|
|||
|
|||
|
Hopefully this will help you out on your setup
http://forums.devshed.com/showthrea...ight=php+apache but then again you could have errors in your PHP code, are you using homemade scripts or are you using someone elses? |
|
#3
|
|||
|
|||
|
I'm sure that someone will give you full instalation instruction, but i thought that this php distro specially compiled for win32 might help you.
Try http://php4win32.sourceforge.net/re...v-20010611.exe. Or maybe you could try this complete Apache+Php+Mysql solution from Nusphere with a very easy setup ... http://www.nusphere.com If you still have problems, maybe i will look more into, but i'm a lazy person, so ... Cristian |
|
#4
|
|||
|
|||
|
or try this
Try here... this is a powerful, very small Win32 web server that works well with PHP:
http://badblue.com/helpphp.htm Also will do general file-sharing and some other interesting stuff and is VERY easy to configure. |
|
#5
|
|||
|
|||
|
You need to tell Apache which file might contain php tags "<?php ?>", by default the .php exetension is used. Change httpd.conf to look for .html as wll as php as in the following line.
AddType application/x-httpd-php .php .php3 .html Andy |
|
#6
|
|||
|
|||
|
>>>AddType application/x-httpd-php .php .php3 .html
Wouldn't that cause a performance hit by causing apache to parse files that it didn't need to, I would think that it would be better practice to use a php extension with php files to keep the server from parsing unessecarily. It just seems like a really bad idea to me. Files end with .php and .html to signify what kind of file it is and how tha server should handle it. |
|
#7
|
|||
|
|||
|
__________________
Jeewhizz http://www.the-bluebox.co.uk |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > php install for Apache on Win98 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|