Click here for Vacation Photos

Archive for the 'PHP' Category

xhref cmd

Tuesday, December 11th, 2007

heres a cool clip for injecting tiny urls into the address line to pass long string arguments…

Ive nested this in my header include for my header “class” to call…
<?php
if ($cmd!=’login’)
{
?>
<a xhref=”index.php” mce_href=”index.php” title=”<?php echo $msg_adminheader; ?>”><?php echo $msg_adminheader; ?></a> |
<a xhref=”index.php?cmd=settings” mce_href=”index.php?cmd=settings” title=”<?php echo $msg_adminheader2; ?>”><?php echo $msg_adminheader2; ?></a> |
<a xhref=”index.php?cmd=cats” mce_href=”index.php?cmd=cats” title=”<?php echo $msg_adminheader3; ?>”><?php echo $msg_adminheader3; ?></a> |
<a xhref=”index.php?cmd=products” mce_href=”index.php?cmd=products” title=”<?php echo $msg_adminheader4; ?>”><?php echo $msg_adminheader4; ?></a> |
<a xhref=”index.php?cmd=sales” mce_href=”index.php?cmd=sales” title=”<?php echo $msg_adminheader5; ?>”><?php echo $msg_adminheader5; ?></a> |
<a xhref=”index.php?cmd=gift” mce_href=”index.php?cmd=gift” title=”<?php echo $msg_adminheader6; ?>”><?php echo $msg_adminheader6; ?></a> |
<a xhref=”index.php?cmd=search” mce_href=”index.php?cmd=search” title=”<?php echo $msg_adminheader7; ?>”><?php echo $msg_adminheader7; ?></a> |
<a xhref=”index.php?cmd=contact” mce_href=”index.php?cmd=contact” title=”<?php echo $msg_adminheader8; ?>”><?php echo $msg_adminheader8; ?></a> |
<a xhref=”index.php?cmd=tools” mce_href=”index.php?cmd=tools” title=”<?php echo $msg_adminheader9; ?>”><?php echo $msg_adminheader9; ?></a> |
<a xhref=”index.php?cmd=logout” mce_href=”index.php?cmd=logout” title=”<?php echo $msg_adminheader10; ?>”><?php echo $msg_adminheader10; ?></a>
<?php
}
else
{
echo ‘• ‘.$msg_login;
}
?>

Assign Class Values

Tuesday, December 11th, 2007

Invoice GUID

Thursday, December 6th, 2007

Add Shipping Snippett

Thursday, December 6th, 2007

PayPal trickery

Wednesday, December 5th, 2007

FOLDER_PATH

Wednesday, December 5th, 2007

case cmd

Wednesday, December 5th, 2007

PHP Class Repository

Tuesday, December 4th, 2007

list a directory

Monday, July 16th, 2007

PHP interview QAs

Tuesday, May 22nd, 2007

DevWorkflow Worksheet

Wednesday, December 13th, 2006

PHP CLI Tips

Tuesday, November 7th, 2006