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

2002-03-11 Thread Garth Dahlstrom

A perfect script to LEARN how to use PHP yourself...
here is some documentation to get you started:

http://www.php.net/quickref.php - PHP's function list index
http://www.zend.com/codex.php - PHP code gallery 
http://www.phpbuilder.com/ - lots of articles on building things in PHP

Northern.CA ===--
http://www.northern.ca 
Canada's Search Engine



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




[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 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