I thought that was for premiso to have his virtual hell on earth?
Hell on earth? That is my HAVEN!
Female
Posted by premiso
on 24 January 2013 - 04:55 PM
I thought that was for premiso to have his virtual hell on earth?
Posted by premiso
on 24 January 2013 - 02:00 PM
click on the links they post. Your eyes will implode, your brain will fry, you will go to hell. You have been warned!
Posted by premiso
on 22 January 2013 - 01:16 PM
Posted by premiso
on 16 January 2013 - 03:20 PM
REALLY NO ONE?
Posted by premiso
on 14 January 2013 - 01:25 PM
Posted by premiso
on 26 November 2012 - 12:14 PM
setcookie('user', 'badie', time()+3600*60, '/', '.mydomain.com');
Posted by premiso
on 20 October 2012 - 11:00 AM
Posted by premiso
on 17 October 2012 - 10:00 AM
Posted by premiso
on 11 October 2012 - 01:39 PM
must i add like this??
Posted by premiso
on 11 October 2012 - 10:47 AM
"Short tags" are deprecated and shouldn't be used, they'll be out of the language entirely soon.
This directive also affected the shorthand <?= before PHP 5.4.0, which is identical to <? echo. Use of this shortcut required short_open_tag to be on. Since PHP 5.4.0, <?= is always available
Posted by premiso
on 11 October 2012 - 10:44 AM
Posted by premiso
on 11 October 2012 - 10:07 AM
mysql_select_db("my_db", $con);
$result = mysql_query("SELECT username FROM members WHERE username = ' " . $username. " ' ");
$rows = mysql_num_rows($result);
if ($rows > 0)
echo "Sorry, that username is already in use";
}else {
/* Write to MySQL database */
$sql="INSERT INTO members (username, hash, firstname, surname, email, address1, address2, town, county, postcode, birthday, birthmonth, birthyear, paypalemail, terms)
VALUES
('$_POST[username]','$hash','$_POST[firstname]','$_POST[surname]','$_POST[email]','$_POST[address1]','$_POST[address2]','$_POST[town]','$_POST[county]','$_POST[postcode]','$_POST[birthday]','$_POST[birthmonth]','$_POST[birthyear]','$_POST[paypalemail]','$_POST[terms]')";
if (!mysql_query($sql,$con))
{
die('Error: ' . mysql_error());
}
/* Redirect visitor to the thank you page */
header('Location: thanks.htm');
exit();
}
Posted by premiso
on 11 October 2012 - 08:46 AM
That said, the "Let me google this for you" is actually funny. :-)
Posted by premiso
on 10 October 2012 - 08:14 PM
mysql_query(" UPDATE Reactions SET AWESOME=AWESOME+1, Used_IPs='$Used_IPs' WHERE Link='$Link' ") or die (mysql_error());$Reaction = mysql_real_escape_string(htmlspecialchars($_GET['Reaction']));
Community Forum Software by IP.Board
Licensed to: Philip Lawrence, PHP Freaks

Find content