Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I was wondering if anyone knew what's wrong with the line of coding below:
include('bandreviews.php?band_id='.$band_id.'');
For some reason I seem to get the error below even though if i put that address "bandreviews.php?band_id=2" in my browser it works.:
Warning: Failed opening 'bandreviews.php?band_id=2' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/newfound/home/httpd/html/banddatabase2/reviewband2.php on line 39
I'd be greatful if you could help. Cheers
include('bandreviews.php?band_id='.$band_id.'');
For some reason I seem to get the error below even though if i put that address "bandreviews.php?band_id=2" in my browser it works.:
Warning: Failed opening 'bandreviews.php?band_id=2' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/newfound/home/httpd/html/banddatabase2/reviewband2.php on line 39
I'd be greatful if you could help. Cheers