m8t Posted May 4, 2010 Report Share Posted May 4, 2010 Šodien centos izveidot vienu lietu, nav svarīgi tieši ko, bet lūk kā man sanāca: Centos pievienot citus failus caur include, bet viņš man meta error. Katram gadījumam izveidoju divus atsevišķus failus <?php include("te.php?test"); ?> un <?php if(isset($_GET['test'])) { echo 123; } ?> Kad palaižu pirmo failu man uzmetās šāds error: Warning: include(te.php?test) [function.include]: failed to open stream: No error in C:\xampp\htdocs\blog\t.php on line 2 Warning: include() [function.include]: Failed opening 'te.php?test' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\blog\t.php on line 2 Ja pirmā faila include ceļu uzlieku uz te.php bez ?test, tad viss iet. Pirmo reizi saskaros ar tādu kļūdu. Agrāk man šis viss gāja bez nekādiem errors, tagat pēkšņi sāk parādīties errori. Ir idejas, kā to labot? Quote Link to comment Share on other sites More sharing options...
daGrevis Posted May 4, 2010 Report Share Posted May 4, 2010 Es nedomāju, ka var iekļaut '?test'... =P Quote Link to comment Share on other sites More sharing options...
briedis Posted May 4, 2010 Report Share Posted May 4, 2010 Hmm, es pat nezinu kā lai to pasaka, bet tu nevari sūtīt pieprasījumu uz include failu :D Failu inklūdošana ir tas pats, kas it kā tas kods būtu tajā vietā, kur to inklūdotu. Quote Link to comment Share on other sites More sharing options...
m8t Posted May 4, 2010 Author Report Share Posted May 4, 2010 Jocīgi. Līdz šim visslaik biju domājis, ka tā var darīt. Būs jāpārskata vecie faili, varbūt tur atradīšu atbildi, kādēļ man radās šāds uzskats. :) Paldies! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.