Jump to content
Larry Ullman's Book Forums

Recommended Posts

Hi Mr Larry, am having a problem with  script 8.5_Register.php. Specifically, at database connection on line 47 require_once ('/..mysqli_connect.php'); 

This is the errors it shown me

1. Warning: require_once(/..mysqli_connect.php):failed to open stream:No such file or directory in C:\xampp\htdocs\register.php

2. fatal error:require_once():failed opening required '../mysqli_connect.php' (include_path='.;C:\xampp\php/PEAR') in C:\xampp\htdocs\register.php

Look forward to hearing from you.

Link to comment
Share on other sites

Hello! You almost certainly should be using 

../mysqli_connect.php

 not 

/..mysqli_connect.php

If you still get an error after fixing that, please confirm where you have your mysqli_connect.php file (presumably it's in C:\xampp). 

Link to comment
Share on other sites

 Share

×
×
  • Create New...