
Hanya catatan sebagai pengganti kertas.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Examples
<div id="flashy"><p>No flash loaded</p></div>
<?php echo $flash->renderSwf('test.swf',400,200,'flashy');?><?php
$flash->init(array('width'=>200,'height'=>100));
echo $flash->renderSwf('test1.swf');
echo $flash->renderSwf('test12swf');
?><?php
echo $flash->renderSwf('fl_countdown_v3_3.swf?mo=1&da=24&snd=off&co=AA3333',800,250,false,array('params' => array('movie'=>'?mo=1&da=24&snd=off&co=AA3333')));
?>
Links
<?php
if ($argv[1] == 'run')
{
win32_start_service_ctrl_dispatcher('dummyphp1');
while (WIN32_SERVICE_CONTROL_STOP != win32_get_last_control_message())
{
# do your work here.
# try not to take up more than 30 seconds before going around the loop
# again
sleep(10);
}
}
if($argv[1]=="register")
{
win32_create_service(array(
'service' => 'dummyphp1', # the name of your service
'display' => 'sample dummy PHP service #1', # description
'params' => 'd:\w32service.php run', # path to the script and parameters
));
}
else if($argv[1]=="unregister"){
win32_delete_service('dummyphp1');
}
else
{
echo "dummy Service\n";
echo "-----------------------------------\n";
echo "register - register this service \n";
echo "unregister - unregister this service \n";
echo "run - run this service \n";
}
?>
