Re: [PHP] problem with gd

2003-09-17 Thread Miroslaw Milewski
Harry Wiens wrote: ImageCopyResized($im, $im2, 0, 0, 0, 0, 281, 173, ImageSX($im2), You may try imageCopyResampled(); instead. -- mm. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What is wrong with this code ?

2003-09-15 Thread Miroslaw Milewski
Daniel Szasz wrote: What is wrong with this code ? == instead of =. -- miro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Miroslaw Milewski
Louie Miranda wrote: no, im making a send this page to a friend program when the users click the button a small pop-up window will come out and the http_referer will work and catch the previous page. I suppose you can achieve this using javascript's window.opener.location.href reference.