What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » simple php help

simple php help
Author: Message:
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: simple php help
the include should be:
code:
include('static_content.php');
or
code:
require('static_content.php');


also you should note:
whenever you echo something e.g
code:
echo "I am cool";

It must always end with ; (after the ' or ") otherwise it doesnt know what to do.

This post was edited on 04-01-2007 at 02:38 AM by Nathan.
04-01-2007 02:31 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
simple php help - by Supersonicdarky on 04-01-2007 at 02:25 AM
RE: simple php help - by Nathan on 04-01-2007 at 02:31 AM
RE: simple php help - by NanaFreak on 04-01-2007 at 02:35 AM
RE: simple php help - by Supersonicdarky on 04-01-2007 at 02:38 AM
RE: simple php help - by Nathan on 04-01-2007 at 02:40 AM
RE: simple php help - by NanaFreak on 04-01-2007 at 02:46 AM
RE: simple php help - by Nathan on 04-01-2007 at 02:48 AM
RE: simple php help - by NanaFreak on 04-01-2007 at 02:50 AM
RE: simple php help - by Supersonicdarky on 04-02-2007 at 11:55 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On