原创 iframe 框架 代碼

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <frameset ro

原创 php 總結(10) PDO 連接數據庫 預處理

 一.PDO 增刪改查        連接    $pdo= New PDO ('mysql:host=localhost;dbname=houtaiablyycnbak','root','Aa122' );          接下來增刪改

原创 php 總結(12)php繪圖整理

展示圖片 <?php header('content-type:image/jpeg'); $img=imagecreatetruecolor(500,500); $red=imagecolorallocate($img, 2