kranti6464 Posted June 21, 2021 Share Posted June 21, 2021 (edited) Am a beginner in php, I tried to code a search tool using html,php and sql. Am succesfull in building a simple search tool in basic approach.am facing difficulty in doing the same using oops and including other php files into that. Can I get help ? Edited June 21, 2021 by requinix titles are for summaries, not descriptions Quote Link to comment https://forums.phpfreaks.com/topic/312957-getting-500-error/ Share on other sites More sharing options...
gw1500se Posted June 22, 2021 Share Posted June 22, 2021 Don't post images. Post your actual code using the code icon (<>) on the top menu then select PHP. Also enable error reporting and post any errors. error_reporting(E_ALL); Quote Link to comment https://forums.phpfreaks.com/topic/312957-getting-500-error/#findComment-1587457 Share on other sites More sharing options...
benanamen Posted June 22, 2021 Share Posted June 22, 2021 mysql_* has been completely removed from current versions of Php. You need to use PDO with Prepared statements. This tutorial will get you going. https://phpdelusions.net/pdo Quote Link to comment https://forums.phpfreaks.com/topic/312957-getting-500-error/#findComment-1587475 Share on other sites More sharing options...
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.