|
I am pretty good with sites but i never crossed paths with this one b4 but hopefully there is an easy solution for it
ok here is the deal i uploaded a file with dreamweaver and when i type in the url it works
but i noticed a change needed to be made so i hit view source copy all and in to a text edited made the changes
and since i do not have an ftp program on this puter i went to my hosting control panel and copy and pasted the code in to the file
when i go to domain.com/file.php
all i see is a crap load of source code
help:)
thanks
Source code help?
be sure ur web server supports php programs,
if its not ask ur admin to enable it
or change ur file to .html
Source code help?
Click view source again.
Has the cut and paste hosting control panel thing gone and encoded all your html entities?
It'll look like:
>html<
Secondly, if its php, have you committed the <?php at the start of your code blocks?
|