Nov 16th, 2009, 2:59 PM
(Nov 14th, 2009, 12:23 PM)Ben Wrote: Hey Jimmy,
Yeah, it'll appear blank because your require_once() line uses a URL rather than a path. It should use a path - otherwise it'll just throw an error and stop loading the rest of the page. You can use a relative or absolute path.
Good luck!
- Ben
Thanks! I love easy fixes.