Jumat, 27 September 2013

PHP Indonesia - Facebook: How to combine HTML n PHP code in fwrite?

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
How to combine HTML n PHP code in fwrite?
Sep 28th 2013, 00:03, by Muhammad Hafizi

Muhammad Hafizi 12:03am Sep 28
How to combine HTML n PHP code in fwrite?

<?
$ip = $_SERVER['REMOTE_ADDR'];
$handle = fopen("ip.php", "a");
{
fwrite($handle, '<a target="_blank" href="http://whois.domaintools.com/ $ip. ">' $ip. '</a>');
}
fclose($handle);
?>

anyone tolong betulkan :)

Wawan Indrawan Madda 1:29am Sep 28
<?php

$ip = $_SERVER['REMOTE_ADDR'];
$handle = fopen("ip.php", "a");
{
fwrite($handle, '<a target="_blank" href="http://whois.domaintools.com/'. $ip. '">' . $ip . '</a>');
}
fclose($handle);

?>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar