Mudsaf 17 Posted August 6, 2020 Report Share Posted August 6, 2020 (edited) Hey, was wondering what might have caused issue with my script to break. Basically I have "Search" function that uses jQuery .get to access website, but somehow when text is entered on chatbox it causes 500 error? This only happens on remote server and not local, could it be some sort of security block? Example (Error) https://mudsaf.com/script/php/search.php?search=asd Example (No error) https://mudsaf.com/script/php/search.php?search=12 --------------- Probably know the solution, why I always figure it out when I have posted here.. Edited August 6, 2020 by Mudsaf Quote Link to post Share on other sites
dsonesuk 913 Posted August 6, 2020 Report Share Posted August 6, 2020 Surely it is all treated as text until it set as type int from the page it is sent to? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.