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

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

2002-03-11 Thread Ceyhun Güler
? $dir = $HTTP_GET_VARS[dir]; $dir = str_replace( ,/,$dir); $res = $HTTP_GET_VARS[res]; ? title?=$res;?/title img src=?=$dir;?/?=$res;?.jpg /body My code is running now until if a link comes trough here like resimgoster.php?dir=main products imagesres=pic01 but if you write resimgoster.php to

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

[PHP] Can Anyone translate my script to php?

2002-03-10 Thread Ceyhun Güler
I have a small picture and when I click on this image image opens resimgoster.asp with resimgoster.asp?res=main tumbled images picture.jpg and this asp code includes %@language=vbscript% %location=request.querystring(res) location=replace(location, , /) % body img src=%=location% /body this

[PHP] who can translate my ASP codes to PHP code? its very simple asp code...

2002-03-10 Thread Ceyhun Güler
I have a small picture and when I click on this image image opens resimgoster.asp with resimgoster.asp?res=main tumbled images picture.jpg and this asp code includes %@language=vbscript% %location=request.querystring(res) location=replace(location, , /) % body img src=%=location% /body this

[PHP] Re: Can Anyone translate my script to php?

2002-03-10 Thread Ceyhun Güler
Thanksss but my link will be resimgoster.php?res=main images picture.jpg right? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can Anyone translate my script to php?

2002-03-10 Thread Ceyhun Güler
Thankss Jason! I m downloading it Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Monday 11 March 2002 01:48, Ceyhun Güler wrote: I have a small picture and when I click on this image image opens resimgoster.asp with resimgoster.asp?res=main tumbled images

[PHP] Re: Can Anyone translate my script to php?

2002-03-10 Thread Ceyhun Güler
http://www.akademihastanesi.com.tr/kocak/resimgoster.php look here I have tried to do it but notting happens? :( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Can Anyone translate my script to php?

2002-03-10 Thread Ceyhun Güler
hmmm I ll try it on my local host -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Can Anyone translate my script to php?

2002-03-10 Thread Ceyhun Güler
Thanks everyone! IT'S WORKING NOW :P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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