|
|
|
 |
Posted 2008-07-22, 10:12 AM
in reply to Thanatos's post starting "My boss got suspended from work for a..."
|
 |
 |
 |
I wonder if my plan will work
Into database -->
Code:
$theText = addslashes($theText);
$TheQuery = mysql_query("INSERT INTO peoplesposts SET thetext = '$theText'");
if (!$TheQuery)
echo "Disaster!" |
<-- Comming from database
Code:
$TheQueryBack = mysql_query("SELECT * FROM peoplesposts ORDER BY peoplespostsID DESC")
while ($row = mysql_fetch_array($TheQueryBack) ) {
$theTEXT = $row["thetext];
$theID = $row["peoplespostsID"];
}
$theTEXT = stripslashes($theTEXT);
$theTEXT = htmlentities($theTEXT); |

Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。
I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.
Speed Test
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl
Anime List
|
 |
 |
 |
|
|
|
|
|
|
|