What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Whatpulse Stats Checker

Whatpulse Stats Checker
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Whatpulse Stats Checker
Well, the spaces come from the API source, and the parser doesn't remove them for some reason... :p

You could simply add a trim() in grabVar()...

code:
function grabVar($data, $var) {
    $tvar = trim($data[$var]);
    return ($tvar == "" ? "Information not available" : $tvar);
}
09-02-2004 02:53 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Whatpulse Stats Checker - by jren207 on 09-01-2004 at 09:29 PM
RE: Whatpulse Stats Checker - by RebelSean on 09-01-2004 at 09:30 PM
RE: Whatpulse Stats Checker - by user27089 on 09-02-2004 at 01:23 PM
RE: Whatpulse Stats Checker - by jren207 on 09-02-2004 at 02:35 PM
RE: Whatpulse Stats Checker - by WDZ on 09-02-2004 at 02:39 PM
RE: Whatpulse Stats Checker - by jren207 on 09-02-2004 at 02:40 PM
RE: Whatpulse Stats Checker - by WDZ on 09-02-2004 at 02:45 PM
RE: Whatpulse Stats Checker - by jren207 on 09-02-2004 at 02:49 PM
RE: Whatpulse Stats Checker - by WDZ on 09-02-2004 at 02:53 PM
RE: Whatpulse Stats Checker - by jren207 on 09-02-2004 at 03:13 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On