• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share Hướng dẫn tạo cấu trúc php sửdụng hàm GET hoặc POST

dgtupltn95

New Member
Code:

PHP:
$xem = isset($_GET['xem']) ? $_GET['xem'] : NULL;
switch ($xem) {
case '1':
    code 1
break;

case '2':
    code 2
break;

case 'x':
    code x
break;

default:
    echo 'Chuc ban thanh cong';
break;
}
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top