Hey guys...
I'm honestly at a complete loss as to what is happening with one of my PHP scripts. It was working before I moved here. But since I don't personally use the script a whole lot, I don't know when it broke. Nothing changed in the coding, so I'm kinda at a loss as to what went wrong.
I can't send you guys to the actual page, as it's behind a password protected member's site for a client of mine.
To give an overview...that specific page gives a membership roster, with names, phone numbers, addresses, etc., and by clicking on the headings, "Name, Address, Phone" etc., the columns are supposed to be sorted.
The sql call I'm using is: ORDER BY '$sort' ASC" where $sort is determined in the script by what you click on.
So for instance, if somebody clicked address, it would $sort would = address.
Like I said, it worked fine in the past. Is there anything specific in PHP that would cause this to stop functioning? I'm using 4.4.4 right now on the server.
Thanks in advance!!
I'm honestly at a complete loss as to what is happening with one of my PHP scripts. It was working before I moved here. But since I don't personally use the script a whole lot, I don't know when it broke. Nothing changed in the coding, so I'm kinda at a loss as to what went wrong.
I can't send you guys to the actual page, as it's behind a password protected member's site for a client of mine.
To give an overview...that specific page gives a membership roster, with names, phone numbers, addresses, etc., and by clicking on the headings, "Name, Address, Phone" etc., the columns are supposed to be sorted.
The sql call I'm using is: ORDER BY '$sort' ASC" where $sort is determined in the script by what you click on.
So for instance, if somebody clicked address, it would $sort would = address.
Like I said, it worked fine in the past. Is there anything specific in PHP that would cause this to stop functioning? I'm using 4.4.4 right now on the server.
Thanks in advance!!