CHEK OUT MAH NU SIET HOMAPAEG!1!!!111! OMG LOL IT SI SO PRETY!11!! OMG LOL
But really, check it out. Pretty nice looking, huh?
http://gershmer.net/
Offline
Lol. I think I did nice considering
I don't really have a homepage
.
Offline
Lucario621 wrote:
I like the MadLibs
Yeah. They actually take me a while to write the code for... because of this problem:
I have to underline the input words, but this doesn't work properly all the time:
<?php echo "This is MY <u>$n11</u> salad. Get your own." ; ?>
I suppose I could switch to some other language, but that would take FOREVER.
Right now, I'm stuck with:
This is MY <u> <?php echo "$n11"; ?> </u> salad. Get your own.
Note: $n11 is a variable that was inputted in the form, for example $n11 could equal potato, but in the raw PHP (not the source code in the browser, when you press Ctrl+U or Command+U, but the actual raw PHP, that's the interpreted HTML) it would be $n11.
Last edited by gershmer (2010-01-25 20:43:52)
Offline