include ("src/jpgraph.php")里所说的jpgraph.php文件放在C:Jpgraphsrcjpgraph里。
実行時の表示错误:
警告: include(src/jpgraph.php): ストリームを開くのに失敗しました: C:Program Files (x86)EasyPHP-12.1wwwformulairereponse_formulaire_systemB_1.php on line 30 に そのような ファイル または ディレクトリ はありません
警告: 含む(): C:Program Files (x86)EasyPHP-12.1wwwformulairereponse_formulaire_systemB_1.php の 30 行目で、(include_path='.;C:phppear') を含めるために「src/jpgraph.php」を開くことができませんでした
警告: include(src/ jpgraph_bar.php): ストリームを開けませんでした: C:Program Files (x86)EasyPHP-12.1wwwformulairereponse_formulaire_systemB_1.php の 31 行目にそのようなファイルまたはディレクトリはありません
警告: include(): 'src/jpgraph_bar.php' を開くことができませんでしたC:Program Files (x86)EasyPHP-12.1wwwformulairereponse_formulaire_systemB_1.php の inclusion (include_path='.;C:phppear') 31 行目
致命的なエラー: C:Program Files (x86)EasyPHP にクラス「Graph」が見つかりません- 12.1wwwformulairereponse_formulaire_systemB_1.php 33 行目
***************************************** ********************
找了不少資料说在php.ini里改,但是怎么改都是出错,请问这里到底怎么写呢? ;;;;;;;;;;;;;;;;;;;;;;;;
; パスとディレクトリ。
;;;;;;;;;;;;;;;;;;;;;;;;
; Windows: "path1;path2"
;include_path = ".;${path}phpincludes"
多谢各位大神の指点。
include ("src/jpgraph.php");
那么 jpgraph.php 应在当前目录的 src 子目录中
include ("src/jpgraph.php");
那么 jpgraph.php 应在当前目录的 src 子目录中
谢谢你的回答啊,我想问的是php.ini里どのように変更しますか?
;;;;;;;;;;;;;; ;;;;;;;;;;;
; パスとディレクトリ。
;;;;;;;;;;;;;;;;;;;;;;;;
; Windows: "path1;path2"
;include_path = ".;${path}phpincludes"
どうやって書きますか?