something simple

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

something simple

Post by gaogier »

im having problems with my site, and i need something very simple, it has to be php, and should have no errors in, i cant think of anything which wont have errors in, so if you can help, thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

This has got to be the most vague post I've read yet. I want my clicks back.

Details man, details.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

ok, i have a problem that im downloading pages with php on it, so i cant get on the pages

my host has asked me to try something simple (in php) so it could be anything, as long as it contains php
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Code: Select all

<?php
echo 'Hello world.';
?>
you said simple.
Post Reply