Re: [PHP] php5.0.5 include() terminates script BUGBUGBUGBUG

2006-01-25 Thread alex
thanks all for your help.. i have upgraded to php5.1.2 and the problem has resolved itself...as it stands for me php5.0.5 cannot handle multiple include statments.. regards alex "Jochem Maas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > David Hall wrote: >> Jochem Maas wrote: >>

Re: [PHP] php5.0.5 include() terminates script BUGBUGBUGBUG

2006-01-20 Thread Jochem Maas
David Hall wrote: Jochem Maas wrote: the first and second line you can alter it or just switch between pending if you want it to display the file or just to tell you if it exists or not so...applying this code just before my include statments all verifys ok(thats the file exists) if

Re: [PHP] php5.0.5 include() terminates script BUGBUGBUGBUG

2006-01-20 Thread David Hall
Jochem Maas wrote: the first and second line you can alter it or just switch between pending if you want it to display the file or just to tell you if it exists or not so...applying this code just before my include statments all verifys ok(thats the file exists) if i use line 1 noth

Re: [PHP] php5.0.5 include() terminates script BUGBUGBUGBUG

2006-01-20 Thread Jochem Maas
please don't mail me off list. [EMAIL PROTECTED] wrote: thanx jochem maas mmm... it is still a mystery i wrote a piece of debugging code to see if the file is readable or accessable via php... //$yourInclude = include("phpinfo.php"); $yourInclude = 'phpinfo.php'; if (file_exists($yourInc

Re: [PHP] php5.0.5 include() terminates script BUGBUGBUGBUG

2006-01-19 Thread Jochem Maas
alex wrote: has anyone had an issue using php5.0.5 i seem to have a problem when my scirpt hits the include() statement it terminates the rest of the script... the script im using is a complicated login system...the script works fine onlinemy server is using php 4.3.1 (i was too before

[PHP] php5.0.5 include() terminates script BUGBUGBUGBUG

2006-01-19 Thread alex
has anyone had an issue using php5.0.5 i seem to have a problem when my scirpt hits the include() statement it terminates the rest of the script... the script im using is a complicated login system...the script works fine onlinemy server is using php 4.3.1 (i was too before upgrade) and