Well, I've beat my head against the wall too long!! mad
The local store doesn't have the php/MYsql book that was recommended in to. So I'm here for some help.
I'm playing with a Custom Island and I want to display some user info in it.
Here's the island code:
Quote
/* PHP CODE HERE */

/* BODY HERE */
$body = <<<EOF
This is the Username =
UUUU
This is the Display name =
DDDD
This is the user number =
NNNN
EOF;

How do I get the info and put it in where UUUU,DDDD and NNNN are?
I know it's going to be php code but I can't find any sample in looking around here and at UBBDEV.

I promise this is the last "DUMMIE" question I'll ask.
I'll be ordering the book later.
Thanks for reading