Stapels hout

<?php
if (is_numeric($_GET["uid"])){
$uid = $_GET["uid"];
$account = user_load(array('uid'=>$uid));
//print_r($account);
$homepage = str_replace('http://', '', $account->profile_homepage);
$homepage_url = 'http://' . $homepage;
}
if (is_object($account)) {
?>

<?=$account->profile_bedrijf ?>

 

<?=$account->profile_adres ?>

<?=$account->profile_postcode ?> <?=$account->profile_plaats ?>

 
 

Telefoon:

<?=$account->profile_telefoon ?>

Fax:

<?=$account->profile_fax ?>

 

Email:

profile_email ?>"><?=$account->profile_email ?>

Website:

" target="_blank"><?=$homepage ?>

<?php
}
else{
print(' Er is geen valide gebruikers ID voorhanden.');
} //end if ?>