PDA

View Full Version : PHP4 not parsed.


LaundroMat
10-14-2002, 04:22 PM
Hi all,

I'm pretty new to all that is PHP, so I took the easy way in and installed the PHP4 development package as found on firepages (www.firepages.com.au).
All installed well, and I got the test and intro pages immediately.
However, when I start my own scripts (easy things, like "Hello World" examples), my browser (Opera as well as IE) displays the source code of my HTML-cum-PHP, instead of parsing it and showing the results.
The Apache .conf file is properly configured to recognise and parse .php files, and that's about the only place I could imagine looking for solutions.
Anyone else has any ideas?

Thanks in advance.

Spookster
10-14-2002, 04:28 PM
Did you start PHPDEV4?

LaundroMat
10-14-2002, 04:43 PM
Good question, and I feel quite asinine... Testing phpdev4 through the intro pages normally produces the phpinfo() output, but now it also just displays the source.
Running php.exe gave me errors regarding:
- php4ts.dll
- php_dg.dll
- php_pdf.dll
- php_pgsql.dll
- php_zlib.dll
The DOS box emits warnings about procedures that cannot be found in the above dll's, and that these dll's cannot be loaded, although these dll's are in the directories php.exe is looking for them (C:\phpdev\php\extensions).

Thanks for the tip, but I guess I'm stuck again (although one step further already :thumbsup:)

Spookster
10-14-2002, 07:14 PM
What O/S are you running?

LaundroMat
10-15-2002, 09:16 AM
I'm running this on a Dell Latitude with Win XP Pro.

(Thanks for your quick replies, btw).