What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » PHP RPG

PHP RPG
Author: Message:
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: PHP RPG
quote:
Originally posted by -dt-
ugh and also you can use different types of quotes eg

what you're doing

    code:
    echo "<a href=\"$i\"></a>";



you could just change the html attributes quotes to '

    code:
    echo "<a href='$i'></a>";



(Smilie) no messy escaping stuff then =p

Yay i do something right xD

Oh and even though -dt- has a point.
Only escape stuff if you've copied a lot of html code with " in it otherwise dont use them :)
02-15-2007 09:13 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP RPG - by Spunky on 02-12-2007 at 03:56 PM
RE: PHP RPG - by prashker on 02-12-2007 at 04:06 PM
RE: PHP RPG - by John Anderton on 02-12-2007 at 04:23 PM
RE: PHP RPG - by vaccination on 02-12-2007 at 05:00 PM
RE: PHP RPG - by Spunky on 02-13-2007 at 12:17 PM
RE: PHP RPG - by Mike on 02-13-2007 at 12:38 PM
RE: PHP RPG - by Spunky on 02-14-2007 at 02:07 PM
RE: PHP RPG - by Nathan on 02-15-2007 at 06:16 PM
RE: PHP RPG - by prashker on 02-15-2007 at 08:17 PM
RE: PHP RPG - by WDZ on 02-15-2007 at 08:25 PM
RE: PHP RPG - by Nathan on 02-15-2007 at 08:59 PM
RE: PHP RPG - by -dt- on 02-15-2007 at 09:07 PM
RE: PHP RPG - by Nathan on 02-15-2007 at 09:13 PM
RE: PHP RPG - by WDZ on 02-15-2007 at 09:19 PM
RE: PHP RPG - by John Anderton on 02-17-2007 at 09:49 AM
RE: PHP RPG - by Spunky on 02-20-2007 at 02:54 PM
RE: PHP RPG - by prashker on 02-20-2007 at 08:15 PM
RE: PHP RPG - by Mike on 02-20-2007 at 09:24 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