<form name="search" id="search" action="" method="post" accept-charset="utf-8"> <input type="text" name="search[client]" id="searchclient" /> <input type="text" name="search[ipaddr]" id="searchipaddr" /> ...
PHP search with clean URL's
by https://www.google.com/accounts/o8/id?id=AItOawm0fOP9BUK8JyuvV7Z3omSYLYIBrsBSPBw,
August 15, 2011 12:05,
2 refactorings, tagged with short, php, clean
<?php
function canlink() {
echo '<link rel="canonical" href="http://' . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] . '" />';
...
PHP Canonical Link Code | Remov...
by Bryan Hadaway,
May 28, 2010 08:07,
2 refactorings, tagged with query, remove, clean, link, canonical
Take a look at what I've wr...
$getvalues = array('id', 'page', 'var1, 'var2', 'var3');
foreach($getvalues as $getvalue)
...
PHP An easy one: traversing thr...
I'm using the following cod...
I'm looking ideas on how to...