I pressed reply twice. Ive just coded in something to stop double posting. JS on the button and alittle check to see if you were the last one to post, if so then add your new post to the existing post, try it.
(DOESNT WORK ON EVERY POST, THERE IS SOME ERROR ON POSTS WITH // in
(DOESNT WORK ON EVERY POST, THERE IS SOME ERROR ON POSTS WITH // in
After all you put me through
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
eek, I only just realised when fixing that I wasnt adding slashing when I was entering stuff into the DB :P right up until this very night.
After all you put me through
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
Just fix0red signatures too...
:: You have to bear in mind this is my first big project and Im working on scraps of info people give me occasionally and what Ive learned myself.
My coding syntax is all wrong, all because no-ones ever taught me properly.
:: You have to bear in mind this is my first big project and Im working on scraps of info people give me occasionally and what Ive learned myself.
My coding syntax is all wrong, all because no-ones ever taught me properly.
After all you put me through
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
PEOPLE CODE MY WAY?! OMG HAPPY DAYS.
BTW both of them are ugly, the second one aint so bad...but
[php]<? if ($foo == $bar)
{echo "im not an idiot!";}[/php]
looks so right.
:: Im gonna allow the php tag, see if it still fux0rs stuff up
BTW both of them are ugly, the second one aint so bad...but
[php]<? if ($foo == $bar)
{echo "im not an idiot!";}[/php]
looks so right.
:: Im gonna allow the php tag, see if it still fux0rs stuff up
After all you put me through
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
if you have many lines of code in it, it looks very wrong...
if ($foo == $bar)
{echo 'im not an idiot!';
echo 'im a wanker';}
------------------------------
if ($foo == $bar)
{echo "im not an idiot!";}
should be:
if ($foo == $bar) { echo 'im not an idiot!'; }
:: ------------------------------
if ($foo == $bar)
{echo 'im not an idiot!';
echo 'im a twiddleer';}
should be:
if ($foo == $bar) {
echo 'im not an idiot!';
echo 'im a twiddleer';
}
if ($foo == $bar)
{echo 'im not an idiot!';
echo 'im a wanker';}
------------------------------
if ($foo == $bar)
{echo "im not an idiot!";}
should be:
if ($foo == $bar) { echo 'im not an idiot!'; }
:: ------------------------------
if ($foo == $bar)
{echo 'im not an idiot!';
echo 'im a twiddleer';}
should be:
if ($foo == $bar) {
echo 'im not an idiot!';
echo 'im a twiddleer';
}
Now playing: Frenzal Rhomb
Russel Crowe's Band (Is A Fucking Pile Of Shit)
Russel Crowe's Band (Is A Fucking Pile Of Shit)
The last one looks sexy, Id do the tabbing the same, Id just put the brackets right on the end and the beg of the code though.
After all you put me through
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger
You'd think I'd despise you
But in the end I wanna thank you
'Cause you made me that much stronger

