|
#1
|
|||
|
|||
|
problems with index page
as you can see here: http://www.penelopefae.com/index.php
everything shows up fine, but for some odd reason "#!/usr/local/safe/bin/php " shows up at the top of the page. with my php i have to include that line at the top of all php documents in order for it to work, but i have no idea how to make it so they won't show up. i also have no idea how that second one appeared. thanks for your help! ~Gina |
|
#2
|
|||
|
|||
|
#!/usr/local/safe/bin/php
#!/usr/local/safe/bin/php Is the 1st two lines of your PHP file from what I can see. Take them out and does it still load? #!/usr/local/safe/bin/php is more like a CGI/shell styled execution for PHP. your webserver should know how to execute PHP (and appears to) Let us know. --Wade M |
| Post Reply |
| Thread Tools | |
|
|