Time of Update: 2016-06-02
php mysql_connect("localhost","root","lvhui");mysql_query("set names gbk");$sql= "select * from user where username=$username and password=$password";$result=mysql_db_query("student",$sql); if
Time of Update: 2016-06-02
檔案寫入phpsocket編程 ping命令 class Http {const CRLF = " ";protected $fp = null;protected $errno = -1;protected $errstr = 'error';protected $fenxi = array();protected $method = '';protected $out = '';//我覺得不需要下面兩個protected $lineone =
Time of Update: 2016-06-02
檔案寫入phpsocket網路編程 class Http {const CRLF = " ";protected $fp = null;protected $errno = -1;protected $errstr = 'error';protected $fenxi = array();protected $method = '';protected $out = '';//我覺得不需要下面兩個protected $lineone = array(
Time of Update: 2016-06-02
php
Time of Update: 2016-06-02
phpcurl curlPost.php 'wyjie', 'img' => '@D:/debug.exe' ); //cURL發送post請求 $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://localhost/demo/demo/curl/01.php'); curl_setopt($ch,
Time of Update: 2016-06-02
uchomephp 剛畢業工作4個多月,接觸的東西不多,最近公司一個項目用到uchome,完全搞不懂哪裡是哪裡,想請教一下各位,在上傳視頻的時候怎麼查詢出現在使用者的可用空間? $userid = $_POST['supe_uid']; $space = getspace($userid); $maxattachsize = checkperm('maxattachsize');//單位MB
Time of Update: 2016-06-02
php調試資料庫 本人小白,剛開始自學,照書上寫個簡單的部落格的例子,xampp+phpstorm,然後一運行出來這些資訊,求高人幫忙看看。PS:常式用到MySQL,我確定資料庫連接成功了,在這些資訊底下顯示的是查詢語句的輸出結果,也確定沒問題,只是中間夾了這麼一段完全不知道是什麼意思,求高人指點。再PS:我的phpmyadmin沒法用,點啥都顯示loading,不知有沒有關係
Time of Update: 2016-06-02
java引用php效能 JAVA/C# 引用都在檔案頭幾行,而這位大牛要我寫PHP時,引用要動態引用寫在某類的方法裡。我很疑惑,效能,便捷...大牛的用法是這樣的(用的是thinkPHP架構,我們不討論架構好壞,只講PHP): Class Test{ function onePerson(){ import "lib.Person"; $p=new Person(); $p->
Time of Update: 2016-06-02
soap對象phpjava編碼 介面方要xml但是 我用xml資料過不去 一直是 “未將對象引用設定到對象的執行個體。" ,只有用xml再轉對向才有傳回值 但是好像介面方沒有收到參數 "報文頭集團基本資料不完整,集團編碼、使用者、密碼為必填” ini_set("soap.wsdl_cache_enabled", "0"); header("content-type:text/html;charset=utf-8"); $
Time of Update: 2016-06-02
php遍曆遞迴 Array( [dir] => Array ( [F:\開發測試\test\9.14香奈兒1-10] => Array ( [dir] => Array ( [F:\開發測試\test\9.14香奈兒1-10\2362_G_13
Time of Update: 2016-06-02
伺服器phpandroidapp 大家好,最近要要做一個APP同PHP伺服器通訊的系統,APP端通過登入, 同時需要APP同PHP伺服器進行串連,通訊,實現將APP端登入的使用者的相關資訊、資料儲存到PHP伺服器,以便下次APP登入可以擷取到這些資訊。我的想法如下:APP端登入過程不需要和我的PHP伺服器通訊, 一旦登入成功,就同 PHP伺服器建立串連,建立串連的過程,需要用我們自己定義的一個使用者名稱和密碼
Time of Update: 2016-06-02
網址導航php訪問量 就是我在某個網址導航網站上面申請了友情連結,然後如果從我網站同個那個網址進入對方網站,我的網站就會顯示在對方的首頁,然後我想我的網站一直顯示在對方網站的首頁,我就想到了刷ip訪問量,,就會讓我的網站一直顯示在對方首頁,,,如所示。。我寫了一段php代碼。。。但是刷不成功。。一個ip也沒成功,求解。。原諒我沒有c幣,拜託求解。。。。
Time of Update: 2016-06-02
phpmvc 我自己想嘗試著寫個簡單的MVC架構,結果在自動載入時就卡住了,求高手指點下這是目錄結構代碼如下入口檔案index.phpdefine('BASEDIR',__DIR__);require BASEDIR.'\autoload.php';spl_autoload_register('controllers\Loader::autoload');$c = strtolower($_GET['c']); //控制器名$a =
Time of Update: 2016-06-02
php function set_global($filter = 'strict'){ global $global; $global = array(); //獲得url中參數部分 問題:filter是什嗎???? $global['url'] = $filter($_SERVER['QUERY_STRING']); if($global['url'] != '') { $arr =
Time of Update: 2016-06-02
解密pfxphp網域名稱限制本地調試 現需要本地調試PHP代碼,但是源碼進行了網域名稱限制,並將該檔案進行了加密,不知道要如何操作。另:改項目使用了ThinkPHP,以下是首頁源碼 //ThinkPHP路徑 define('THINK_PATH','./BDP2P/'); //定義項目名稱 define('APP_NAME', 'Home'); //定義項目路徑 define('APP_PATH',
Time of Update: 2016-06-02
javascriptphp 如題:我在寫一個登入+註冊的頁面,他們讓我把所有的東西都寫進一個php檔案中,我把登入頁面寫成一個函數,註冊頁面寫成一根函數。問題是如何在登入介面點擊一個按鈕是在新視窗中開啟註冊頁面。就是怎麼調用那個註冊頁面的函數??我用js大概寫成這樣。但是沒效果啊。求大神!!!soory!不會發圖片。第一次提問,也沒那什麼幣。大家將就下
Time of Update: 2016-06-02
mysqlphp部落格 很多天前就發現的問題,當時以為是自己機器問題,現在上傳雲端服務器還是沒能解決,望大神助我~首先是我的個人部落格文章在Mysql裡有個Look欄位,每次查看這個部落格,這個欄位便在原值上加1,但問題是我每次點擊查看它總是原值加2,這真的令我費解,看源碼public function viewBlog(){ $_sql='SELECT * FROM blog WHERE
Time of Update: 2016-06-02
php資料庫 問一下怎麼建立資料庫呢?登陸時已經可以完成的了,就是留言功能不能實現 留言板 返回connected!"; $selected = mysql_select_db("center" ) ;//if($selected)//echo"selected!";mysql_query("set names 'utf8'");$insert_account = $_SESSION['account'];$insert_pwd =
Time of Update: 2016-06-02
nginx後台svnwebphp svn: Can't convert string from 'UTF8' to native encoding在centos使用nginx時遇到一個問題,我再nginx配置的web目錄中寫一個index.php檔案,內容: exec(“./test.sh”, $out, $res); print_r($out);?>test.sh內容:cd tmp rm -rf * svn co svn_path
Time of Update: 2016-06-02
javaphp $prize_arr = array( '0' => array('id'=>1,'prize'=>'平板電腦','v'=>3), '1' => array('id'=>2,'prize'=>'數位相機','v'=>5), '2' => array('id'=>3,'prize'=>'音箱裝置','v'=>10), '3' => array('id'=>4,'prize'=>'4G優盤','v'=>12),