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

PHP RPG
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: PHP RPG
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>";


:D no messy escaping stuff then =p

also you do know you can stop php parsing and start it again right?

code:
<?php
if(isset($_POST['submit']) && $_POST['submit']){
?>
<form>
...input stuff...
</form>
<?php
}
?>

[Image: dt2.0v2.png]      Happy Birthday, WDZ
02-15-2007 09:07 PM
Profile 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