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 helped me to translate with " can
anyone translate my script to php? post"--->

<? $d = $HTTP_GET_VARS["dir"];
$r = $HTTP_GET_VARS["res"]
$d = str_replace("%","/",$d);
?>
<title><?=$r;?></title>
<body>
<img src="<?=$d;?>/<?=$r;?>">

</body>

ThankS!




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to