Re: [PHP] Result sorting not working

2007-01-29 Thread Jochem Maas
Dan Shirah wrote: > Jochem, > ... > } var_dump($query); // run the query direct in mssql (e.g. via cmdline) // to determine if the problem is your code, your query or // if the query correctly return no results. > $res = mssql_query($query) or die(mssql_error()); > > ... -- PHP General

Re: [PHP] Result sorting not working

2007-01-29 Thread Dan Shirah
Jochem, The $request_id2 and $dateTime2 variables were set further up in the code while I was testing. They are set to the $_POST['request_id] and $POST_['date_request_received'] I had just left it out to try and make the email shorter. Below is my entire page, variables set to different names

Re: [PHP] Result sorting not working

2007-01-27 Thread Jochem Maas
Dan Shirah wrote: > I have a search page that displays all active records in my application, > but > for some reason, I can not get it to display based on a specific input. > > For instance, I have records with id's 2, 3, 4, 5 etc... In my search > form, > the default view shows all records, and

[PHP] Result sorting not working

2007-01-26 Thread Dan Shirah
I have a search page that displays all active records in my application, but for some reason, I can not get it to display based on a specific input. For instance, I have records with id's 2, 3, 4, 5 etc... In my search form, the default view shows all records, and my form variable lets you put i