That's exactly what I expected. Thanks for letting me know it worked. upon closer inspection I had this line:
require_once('./../includes/common.php');
Which I deleted out of the code I posted--not event hinking that it could be the problem.
When I commented that line out, it worked as expected.
require_once('./../include
Which I deleted out of the code I posted--not event hinking that it could be the problem.
When I commented that line out, it worked as expected.
So the problem lies somewhere in that common.php
Thanks for the help!