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 code gets "res" variable and replace " " fields with "/"
by this way I use only one file to enlarge of these picture...
but I need it in php now

can any one translate my asp code to php code?







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

Reply via email to