$config['uri_protocol'] = "AUTO";to
$config['uri_protocol'] = "QUERY_STRING";
$config['index_page'] = "index.php";to
$config['index_page'] = "index.php?";
"The concept of Jing is the always-ready program that instantly captures and shares images and video…from your computer to anywhere."
<a href="mailto:YourName@YourSite.com?cc=someone@YourSite.com&bcc=someoneElse@YourSite.com &subject=Shipping%20Information%20Request&body=Please%20tell%20me%20if%20my%20order%20has%20shipped!">Shipping Request</a>
$exp_date = "2006-01-16";
$todays_date = date("Y-m-d");
$today = strtotime($todays_date);
$expiration_date = strtotime($exp_date);
if ($expiration_date > $today)
$valid = "yes";
else
$valid = "no";
function check_date($strdate)
{
if (preg_match ("/^([0-9]{4})-([0-9]{2})-([0-9]{2})$/", $strdate, $parts))
{
if(checkdate($parts[2],$parts[3],$parts[1]))
return true;
else
return false;
}
else
return false;
}
function check_date($strdate)
{
if ((strlen($strdate) < 10) OR (strlen($strdate) > 10))
{
return FALSE;
}
else
{
if ((substr_count($strdate, "/")) <> 2)
{
return FALSE;
}
else {
$pos = strpos($strdate, "/");
$date = substr($strdate, ($pos+1), ($pos));
$result = ereg("^[0-9]+$", $date, $trashed);
if (!($result))
{
return FALSE;
}
else
{
if (($date <= 0) OR ($date > 31))
{
return FALSE;
}
}
$month = substr($strdate,0, $pos);
if (($month <= 0) OR ($month > 12))
{
return FALSE;
}
else
{
$result=ereg("^[0-9]+$", $month, $trashed);
if (!($result))
{
return FALSE;
}
}
$year = substr($strdate,($pos+4), strlen($strdate));
$result = ereg("^[0-9]+$", $year, $trashed);
if (!($result))
{
return FALSE;
}
else
{
if (($year < 1900) OR ($year > 2200))
{
return FALSE;
}
}
}
}
return TRUE;
}
<a href="http://www.lorztech.com" style="text-decoration:none">lorz</a>
a {
text-decoration: none;
}
<a href="http://www.lorztech.com/">
<img src="lorztech.png" style="border-style: none"/>
</a>
img
{ border-style: none;
}
<a href="http://www.lorztech.com/">
<img src="lorztech.png" border="0">
</a>
Sample HTML code
.photolistitem
{
position: relative;
display: block;
float: left;
list-style-type: none;
height: 220px;
width: 170px;
padding: 10px;
border: solid 1px khaki;
margin: 12px;
background: steelblue;
text-align: center;
}
<ul>
<li class='photolistitem'>
<img src='images/sample.jpg' />
</li>
<li class='photolistitem'>
<img src='images/sample.jpg' />
</li>
<li class='photolistitem'>
<img src='images/sample.jpg' />
</li>
</ul>
SELECT *, 1 as NextRec
FROM models
INNER JOIN
(
SELECT models.mod_id FROM models INNER JOIN (SELECT mod_id FROM models WHERE mod_id = 1 ) as info ON models.mod_id > info.mod_id ORDER BY models.mod_id LIMIT 1
) as nextrec ON nextrec.mod_id = models.mod_id
UNION ALL
SELECT *, 0 as NextRec
FROM models
INNER JOIN
(
SELECT models.mod_id FROM models INNER JOIN (SELECT mod_id FROM models WHERE mod_id = 1 ) as info ON models.mod_id < info.mod_id ORDER BY models.mod_id DESC LIMIT 1
) as prevrec ON prevrec.mod_id = models.mod_id
Without Error Control Operator
<?
echo @(1/0);
?>
<?
echo (1/0);
?>
<a href="ymsgr:sendIM?[username]">
<img border="0" src="http://mail.opi.yahoo.com/online?u=[username]&m=g&t=1"/>
</a>
The Magical Jelly Bean Keyfinder is a freeware open source utility that retrieves your Product Key (cd key) used to install Windows from your registry. It allows you to print or save your keys for safekeeping. It works on Windows 95, 98, ME, 2000, XP, Vista, Server 2003, Server 2008, Office XP, Office 2003, and Office 2007 family of products. It also has a community-updated configuration file that retrieves product keys for many other applications. Another feature is the ability to retrieve product keys from unbootable Windows installations.
June 2008 July 2008 August 2008 September 2008
Subscribe to Posts [Atom]