[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, " ", "/")
%>





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




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

2002-03-10 Thread Jason Wong

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
> picture.jpg"
> and this asp code includes
>
> <%@language="vbscript"%>
> <%location=request.querystring("res")
> location=replace(location, " ", "/")
> %>
>
> 
> 
> 
>
> 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?

There's a program called asp2php which does just that, converting asp code 
into php:

  http://asp2php.naken.cc/


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
You are going to have a new love affair.
*/

-- 
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
> > picture.jpg"
> > and this asp code includes
> >
> > <%@language="vbscript"%>
> > <%location=request.querystring("res")
> > location=replace(location, " ", "/")
> > %>
> >
> > 
> > 
> > 
> >
> > 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?
>
> There's a program called asp2php which does just that, converting asp code
> into php:
>
>   http://asp2php.naken.cc/
>
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
>
> /*
> You are going to have a new love affair.
> */



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