Adding how to make an index.php

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

Post Reply
codewarrior
Forum Commoner
Posts: 81
Joined: Wed Aug 07, 2002 1:28 pm

Adding how to make an index.php

Post by codewarrior »

Ok this sounds kinda dumb but first thing that people think of after running basic tutorials of PHP is how to make a quick page with PHP. A tutorial for that would be nice. :lol:
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Code: Select all

<? echo "hello world!"; ?>
Image Image
codewarrior
Forum Commoner
Posts: 81
Joined: Wed Aug 07, 2002 1:28 pm

Post by codewarrior »

I said an index.php not a line! :P
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

:lol:
Image Image
lc
Forum Contributor
Posts: 188
Joined: Tue Apr 23, 2002 6:45 pm
Location: Netherlands

Post by lc »

But index.php can mean/be anything. I mean.. I for one have no idea what you mean exactly. There's lots of tutorials out there already, and we all referr to them regularly.
Post Reply