FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Get current user
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Get current user [message #163853 is a reply to message #161971] Sun, 05 December 2010 14:18 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
See example at FUDAPI.

BTW, if you get a blank screen in PHP, add this to the top of you code to see what's going on:

<?php
error_reporting(E_NOTICE | E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);
ini_set('display_errors', '1');
ini_set('display_startup_errors', 1);
[Message index]
 
Read Message
Read Message
Previous Topic: Adding Google AdSense?
Next Topic: How to retain headers when using maillist.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 12:26:25 GMT 2024

Total time taken to generate the page: 0.04501 seconds