Gezellige karaoke disco huren?
Bel onze klantenservice: 06 44 0800 43
Mail ons:
info@kjhuren.nl
Referenties
Diverse reaktie van onze klanten ...
Hieronder vindt u een aantal leuke reakties van klanten waar wij de muziek voor hebben mogen verzorgen. Naast deze reakties kan u ook veel leuke reakties van bruidsparen en genodigden terug vinden in onze feestgalerij.
Door op de foto te klikken kan u de hele reportage van het betreffende feest en ook het bijbehorende gastenboek bekijken.
Wilt u ook een ervaren dj huren? Informeer vrijblijvend naar de mogelijkheden voor een geslaagd feest met onze dj's.
$a = 0;
$ref = mysql_query('select * from agenda where klantfoto not like '' AND referentie not like '' ORDER BY datum desc');
while ($showref = mysql_fetch_assoc($ref))
{
if (!file_exists('images/ref_'.$showref[id].'.jpg') and (str_replace('http','',$showref[klantfoto]) == $showref[klantfoto]))
{
$ihst = $showref[klantfoto];
$str = file_get_contents('http://$ip_thuis/feest-fotos/'.str_replace(' ','%20',$ihst));
if (!$handle = fopen('images/ref_'.$showref[id].'.jpg', 'w'))
{
echo 'Cannot open file ($filename)';
exit;
}
// Write $str to our opened file.
if (fwrite($handle, $str) === FALSE)
{
echo 'Cannot write to file ($filename)';
exit;
}
fclose($handle);
}
$txt = (str_replace(chr(13),'
',$showref[referentie]));
$txt = (preg_replace('/
/','
',$txt));
$txt = (str_replace('
','
',$txt));
$txt = (str_replace('
','
',$txt));
$txt = (str_replace('
','
',$txt));
$txt = (str_replace('
','
',$txt));
echo '';
if ($showref[klantfoto] != '')
{
if (str_replace('http','',$showref[klantfoto]) != $showref[klantfoto])
{echo ' ';}
else {echo ' ';}
}
echo ' | '.$showref[datum].'
'.$txt.' | | '.$showref[soort_feest].' '.$showref[locatie_naam].' '.$showref[locatie_plaats].'
|
|
';
}
echo 'Reakties waar we geen fotos bij hebben
|
';
$ref = mysql_query('select * from agenda where referentie not like '' and klantfoto LIKE '' ORDER BY datum desc');
while ($showref = mysql_fetch_assoc($ref))
{
$txt = (str_replace(chr(13),'
',$showref[referentie]));
$txt = (preg_replace('/
/','
',$txt));
$txt = (str_replace('
','
',$txt));
$txt = (str_replace('
','
',$txt));
$txt = (str_replace('
','
',$txt));
$txt = (str_replace('
','
',$txt));
echo ''.$showref[datum].'
';
echo ''.$txt.' | | '.$showref[soort_feest].' '.$showref[locatie_naam].' '.$showref[locatie_plaats].'
|
|
';
}
?>