Joe de Frenky Posted April 17, 2003 Report Share Posted April 17, 2003 HTML ar "/path..." pietiek, lai norādītu, ka no roota saakas path, bet caur PHP ja rakstu piem. include("/path.."); nestraadaa, jeb varbuut pie includa tikai taa nevar? Link to comment Share on other sites More sharing options...
K|NG Posted April 18, 2003 Report Share Posted April 18, 2003 HTML ar "/path..." pietiek, lai norādītu, ka no roota saakas path, bet caur PHP ja rakstu piem. include("/path.."); nestraadaa, jeb varbuut pie includa tikai taa nevar? http://www.php.net/manual/en/function.pathinfo.php Link to comment Share on other sites More sharing options...
capsx Posted April 19, 2003 Report Share Posted April 19, 2003 visam jaastraadaa! include("/home/my_home/public_html/include/myscript.php"); Link to comment Share on other sites More sharing options...
K|NG Posted April 20, 2003 Report Share Posted April 20, 2003 http://www.php.net/manual/en/function.include.php Link to comment Share on other sites More sharing options...
Joe de Frenky Posted April 23, 2003 Author Report Share Posted April 23, 2003 Nu izlasīju, izlasīju jau reizes 7, bet diemžēl esmu par stulbu lai saprastu. (Un tas tā nav 1. reizi.) Varbūt cien. KING varētu paskaidrot kāpēc include("/path..."); nerullē, un ko lai dara. Vēl man jautājums vai var norādīt un includot arī .php failus no ne apache root direktorijas? Failus kurus var izsaukt tikai serveris, useris pie tiem netiek? Vai šis griezīs? Link to comment Share on other sites More sharing options...
jannis Posted April 23, 2003 Report Share Posted April 23, 2003 windouzee nav probzu: (arii zem neweb direktorijas) include "e:index.php"; Link to comment Share on other sites More sharing options...
K|NG Posted April 24, 2003 Report Share Posted April 24, 2003 Nu izlasīju, izlasīju jau reizes 7, bet diemžēl esmu par stulbu lai saprastu. (Un tas tā nav 1. reizi.) Varbūt cien. KING varētu paskaidrot kāpēc include("/path..."); nerullē, un ko lai dara. Vēl man jautājums vai var norādīt un includot arī .php failus no ne apache root direktorijas? Failus kurus var izsaukt tikai serveris, useris pie tiem netiek? Vai šis griezīs? Atkarīgs arī no tā kā nokonfigurēts serveris: pamēģini šitā: <code><font color="#000000"> <font color="#0000CC"><?php </font><font color="#006600">include </font><font color="#CC0000">'D:/usr/local/apache/wwww/test/test.php'</font><font color="#006600">;</font><font color="#0000CC">?> </font>šitās pēdiņas ' nevis " :)</font> </code> 8. A2=Y, A1=Y, A1z=Y<br> p.s. šitās pēdiņas ' :D Link to comment Share on other sites More sharing options...
Roze Posted April 26, 2003 Report Share Posted April 26, 2003 Visupirms jau vajadzeetu redzeet kaadu Eroru tev izmet kad tu taisies includeet caur to globaalo pathu.. Viens no variantiem - php ir safemodee un tu meegjini inkludeet failu kas atrodas aarpus open_basedir noraadiitaas direktorijas vai arii nesakriit faila owneri .. Sudiigi ir variantaa ja ir atsleegti PHP erori (laikam uz ema.lv taa bija) tad tikai vari mineet kas pa vainu.. Vai arii meegjinaat attieciigam skriptam priekshaa pielikt: <? error_reporting(E_ALL ^ E_NOTICE); ?> Bet taa atbildot uz tavu otro jautaajumu includes notiek servera pusee un failiem nav jaatrodas webdirektorijaa (t.i. tie var nebuut pieejami no klienta puses ar paarluuku).. Link to comment Share on other sites More sharing options...
Recommended Posts