Quote:
Originally Posted by paul41598
First of all, its kinda hard to help when we don't know what your trying to accomplish.
Whats the purpose in this code: ?
PHP Code:
ob_start();
require("skyad.inc");
$skyad= ob_get_contents();
ob_end_clean();
Get rid of that for the time being and try...
and don't put double quotes around this $vbulletin->userinfo['username'];
|
Actually that is working now! When I put in this new link for userinfo instead of bb it started working.
The include file is just to pull in a file I use in the design.
I need the user info to include in the javascript for the Hubz program. If you aren't familiar with it Hubz is an instant messaging program. My users love it!