<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

I'm looking ideas on how to...

55502f40dc8b7c769880b10874abc9d0 Talk
function create_link($string) {

		$input = media_title($string);
...

PHP Prepare links - friendly URLs

by Memf, September 04, 2008 05:57, 2 refactorings, tagged with create link, links, memf, function, memforis, code, prepare, URLs, url, friendly urls, friendly, short, php

Please help shorten the cod...

71367d98df2bf14cbf704e7741eb402d Talk