Thats still a lot of code. Can't spot anything wrong with the JS stuff
- can you reduce that further?
Jörn
On Fri, Jul 24, 2009 at 6:54 AM, Field wrote:
>
> Dupecheck Function
> [code]
> function dupeCheck()
> {
>
> $request =
> strtolower($this->input->get_post('bus
Dupecheck Function
[code]
function dupeCheck()
{
$request =
strtolower($this->input->get_post('bus_number',TRUE));
$action = strtolower($this->input->get_post('action',TRUE));
$results = $this->business->getBusinessbyNumber($reque
2 matches
Mail list logo