PHP Script not running properly
Posted by: rajaprathap (---.246.170.84.static-hyd.vsnl.net.in)
Date: September 30, 2007 08:17AM

Hi,

I installed wamp in my machine. Everything is working fine. But I was trying to install one php application, when i try to access the url, it return the php code are not proecess and it written as a junk in browser, but html codes are processed.

Please anyone help me. Is i need to configure anything ?? other php applications like phpMyadmin are working fine.

Best Regards,
RP

Options: ReplyQuote
Re: PHP Script not running properly
Posted by: jw_k (---.net-you.de)
Date: September 30, 2007 12:46PM

maybe your app uses <? instead of <?PHP
?

try
<?php
phpinfo();
?>

(saved as, e.g., info.php in your webspace)

and call your scripts like

[localhost]

(in your browser URL address field) and not by any other method.



Post Edited (09-30-07 13:02)

Options: ReplyQuote
Re: PHP Script not running properly
Posted by: yfastud (---.cable.mindspring.com)
Date: September 30, 2007 03:52PM

Check this post:

[forum.wampserver.com]

Have fun,

[www.jlbn.net] (Basic Guide for WAMP and Add-ons)

Options: ReplyQuote


Sorry, only registered users may post in this forum.