KHIN TUN Posted August 31, 2018 Share Posted August 31, 2018 Here screen shot see attached file now allow size Fatal error: require(): Failed opening required '../mysqli_connect.php' (include_path='C:\xampp\php\PEAR') in C:\XAMPP\htdocs\register.php on line 10 how can I fix. I am very exciting bout this data base connection issue. please be advised KHIN TUN Link to comment Share on other sites More sharing options...
Larry Posted September 1, 2018 Share Posted September 1, 2018 This is just a simple matter of your path to the file being included is incorrect. The code you're using expects mysql_connect.php to be one folder up from register.php. Link to comment Share on other sites More sharing options...
KHIN TUN Posted September 4, 2018 Author Share Posted September 4, 2018 STILL CAN NOT ONNECT? WHAT I MISSING SIR... with PERAR.php can not run I add includes folder PEAR.php and root directory i add PEAR.php still below error comes out Fatal error: require(): Failed opening required '../mysqli_connect.php' (include_path='C:\xampp\php\PEAR') in C:\XAMPP\htdocs\register.php on line 10 regards, khin dated 9/3/2018 Link to comment Share on other sites More sharing options...
Larry Posted September 6, 2018 Share Posted September 6, 2018 Where on your file system is your mysql_connect.php script? Also, please please please stop using all caps. Link to comment Share on other sites More sharing options...
Recommended Posts