Sublime directory Surf the web anonymous Pagerank Monitor


how I can write the nickname??

gabriel81mi
Fri 4 July 2008, 08:42 pm GMT +0200
hi, how can write the nickname of users registered?

example:
echo "hello " . $output_nick_user;

and output is:

hello gabriel81mi

MrBrightside
Fri 4 July 2008, 11:06 pm GMT +0200
hi, how can write the nickname of users registered?

example:
echo "hello " . $output_nick_user;

and output is:

hello gabriel81mi

once you've created a new instance of the class, e.g. $user.

then to print the name use:
echo $user->get_property('username');

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional