Jumat, 30 Agustus 2013

PHP Indonesia - Facebook:

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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
Aug 30th 2013, 11:58, by Black Genies

Black Genies 11:58am Aug 30
<?php
include('connect.php');
$bname="b08/02/2013";
$sql="DROP table '$bname' UNION DELETE from `backup` where bname='$bname'";
mysql_query($sql);

?>

Cahya Dsn 12:12pm Aug 30
<?php
include('connect.php');
$bname="b08/02/2013";
$sql="DROP table `$bname`";
if(mysql_query($sql)){
mysql("DELETE from `backup` where bname='$bname'");
}
?>

please pay u'r attention on `(apostrophe) and '(single quote) for table name

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