Jump to content

My php programme is not running........


gautamphp

Recommended Posts

you can't actually explore a php file in the same way you can an html file.

 

 

In the xamp istallation folder there should be a folder in there called www

 

You need to place everything you want to be processed by php in this folder

 

You then type

 

http://localhost/test.php

 

in your browser

 

(localhost refers to the www folder.)

 

This shoudl now be working

Kinda, sorry got the quick message, was on the phone at the same time..

 

basically we need more info.. mainly what the error is..

 

it could be anything from IE is crashing or not finding the site to a php error..

now by creating a simple script we have a test base.. also it will give us more info ;)

 

if the script fails then i can only assume theirs a problem with the XAMP side or thing.. if it works then we still need the error to workout the problem.. the most common problem i find the the use of short tags

 

ie <? should be <?php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.