PHP NOVICE!!! PHP NOT WORKING!!!?

Luke W

New member
I am a COMPLETE novice at php!

Busy learning the basics (i understand the basics easily as i know pascal, just learning the style)..

working fine, everything great, then bam.... php on ie6 and ff3 isnt working properly.

when i click a LINK from a HTML file, the PHP file is either; BLANK, SHOWS THE PHP or is SHOWS A DOWNLOAD DIALOGUE BOX.

If i say go to... localhost/example.php <---- it actually works, so why doesnt it work anymore from going from the hyperlink to the php file?

just in case you may ask, here is the html

<html>
<header>
<title>Title</title>
</header>
<body>
<p><a href="cars.php">Cars PHP FILE</a></p>
<p><a href="variables.php">Variables PHP FILE</a></p>
<p><a href="qmarks.php">Print Qoutation Marks</a></p>
<p><a href="numberlist.php">Numerical Array</a></p>
<p><a href="textlist.php">Text Array</a></p>
<p><a href="monkeys.php">Monkeys in a barrel</a></p>
<p><a href="presidents.php">The Indispensable Man</a></p>
<p><a href="add.php">Addition</a></p>
<p><a href="subtract.php">Subtraction</a></p>
<p><a href="multiply.php">Multiplication</a></p>
<p><a href="divide.php">Division</a></p>
<p><a href="autoplus.php">Auto Plus</a></p>
<p><a href="autominus.php">Auto Minus</a></p>
<p><a href="random.php">Random</a></p>
<p><a href="multiplytest.php">What’s 347 times 221?</a></p>
</body>

(just for basic, so i can learn regarding everything)

help me out guys!!!

much appreciated,

Cheers

Luke
i used wampserver2, straight in.

worked, then for some reason just stopped.

im actually doing step by step off a website..

and really cant understand whats going wrong....

why would it be fine, and then just change?
 
Back
Top