Jump to content
Larry Ullman's Book Forums

Ch. 10 - Pg. 309 (Line Of Code #20) - Require Or Require Once?


Recommended Posts

On page 309 of the book the code is:

require_once ('../mysqli_connect.php);

However, in the provided downloadable script, the code is:

require ('../mysqli_connect.php);

Probably doesn't affect anything(?) but just throwing it out there if it could...

 

I noticed it as I have a bug somewhere in my code and going over it again and again it stood out.

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...