Photoshop CS2 v9.0 Green Chinese version of some common PHP simple command code Collection

Source: Internet
Author: User
Deletion of the building:
Reference
if (file_exists ("file.htm"))//Check if this file exists
if (file_exists ("chat"))//Check if this folder exists
Rename (' index.php ', ' Index '); Rename index.php to index
fopen ("name.php", "A +"); Create a file
mkdir ("Boot", "0777"); Create a folder and set the property to 777
RmDir ("include");//Delete folder
Unlink ("index.php");//delete files
Query for database:
Reference
$db = new Db_query;
$db->connect ();
$db->query ("DROP DATABASE $DbName;"); /$dbname as the database name
Connection:
Reference
Header ("location:index.php");//Go to Web page
echo "Second step: Please select whether to delete all files [chat room]
";//write code
Unset ($TMP); Clear Old Cache
Require ("global.php");//cache
Print <<< EOT//write code
EoT

The above describes the Photoshop CS2 v9.0 Green Chinese version of some common PHP simple command code collection, including the Photoshop CS2 v9.0 Green Chinese version of the content, I hope to be interested in PHP tutorial friends helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.