PHP: How can I create a User url list?
-
I would like to create a list of web sites of our users. Though some don’t have web sites…
Can anyone help me with this php?`
<ul class=”membersites”>get users with user_url; // if user has web site
foreach {
echo- user_url”>$user_info->display_name;
}
‘
Thanks!
The topic ‘PHP: How can I create a User url list?’ is closed to new replies.