Re: [PHP] parse error? how can I print spesific message for all error mesage

2002-03-13 Thread Ceyhun Güler
Thanks Jan!!! It Works -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parse error? how can I print spesific message for all error mesage

2002-03-12 Thread Ceyhun Güler
if I write directly "localhost/myphp/resmigoster.php" on his browser it response Warning: Undefined index: dir in c:\inetpub\wwwroot\kocak\resimgoster.php on line 1 Warning: Undefined index: res in c:\inetpub\wwwroot\kocak\resimgoster.php on line 3 if I write directly "localhost/myphp/resmigoste

Re: [PHP] parse error? how can I print spesific message for all error mesage

2002-03-11 Thread hugh danaher
please try the following and let us know what the results are. - Original Message - From: "Ceyhun Güler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 12:41 AM Subject: Re: [PHP] parse error? how can I print spesific message for all

Re: [PHP] parse error? how can I print spesific message for all error mesage

2002-03-11 Thread Ceyhun Güler
Can AnyOne Help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parse error? how can I print spesific message for all error mesage

2002-03-11 Thread Ceyhun Güler
My code is running now until if a link comes trough here like "resimgoster.php?dir=main products images&res=pic01" but if you write resimgoster.php to your adress bar without dir and res this script write_> Warning: Undefined index: dir in c:\inetpub\wwwroot\kocak\resimgoster.php on line 1

Re: [PHP] parse error? how can I print spesific message for all error mesage

2002-03-10 Thread hugh danaher
die("$r wasn't set"); If (!isset($r)) echo "$r wasn't set"; Hope this helps, Hugh - Original Message - From: "Ceyhun Güler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 12:05 PM Subject: [PHP] parse error? ho

[PHP] parse error? how can I print spesific message for all error mesage

2002-03-10 Thread Ceyhun Güler
Parse error: parse error in c:\inetpub\wwwroot\kocak\resimgoster.php on line 3 How can I print my own message like "sorry not avaiable!" for all error happening in my php file but I want to make it only for this file I don' t want to configure My IIS My script was which Michael Kimsal was he