Quote:
Originally Posted by Lynne
You would go something like:
PHP Code:
$myvariable = $db->query_first("SELECT *
FROM post AS p
LEFT JOIN user USING (userid)
LEFT JOIN userfield USING (userid)");
WHERE p.postid = 12066
and then you may use $myvariable['whatever'] in your page. You may have to do something to format it first. Take a look at how they do it in the script I mentioned.
|
t's been a few days. I've been tried to figure out what to do. But I can't.
I use
this. Any extra help here?