Page 1 of 1

I only see my php code?

PostPosted: 06. February 2010 17:55
by Alfabeest
I installed everything good, i think.
But when i upload my site, in see for like 90% of my php code instead of the page??
I've added a screenshot.;

I know my scripts are OK, because i use(d) e free host site, there it was working perfect.
Image

Also have another question, whats the directory to show images on my website?

Re: I only see my php code?

PostPosted: 06. February 2010 20:49
by Wiedmann
I know my scripts are OK,

There is a problem with your scripts:
They are using "<?" instead of the correct "<?php".

Re: I only see my php code?

PostPosted: 07. February 2010 13:17
by Alfabeest
Thanks! It seems to work right now :D

Can i ask 1 more question? How do I make the images appear? Which direction..?

Re: I only see my php code?

PostPosted: 07. February 2010 15:10
by Wiedmann
How do I make the images appear?

Depends on the problem you have with images.

Re: I only see my php code?

PostPosted: 07. February 2010 15:17
by Alfabeest
In my script I have this:
Code: Select all
<img src="/Afbeeldingen/Lay-out/Rechtermenu/Statistieken.jpg" width="140" height="35" />


But it doesnt show up?

If i rightclick ->properties the image that doesnt show up on my page I see this:
Image

I hope you can help me :D

Re: I only see my php code?

PostPosted: 07. February 2010 15:20
by Alfabeest
I found the problem already! :D