Re: [PHP] redirecting to a success page

2004-11-22 Thread Randy Rinehart
You can send a header to redirect like below. ?php header(location: successpage.php); ? Or you can print out some javascript location.href='successpage.php'; -randy rinehart - Original Message - From: Judson Vaughn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 22

Re: [PHP] Images problem

2004-11-17 Thread Randy Rinehart
I believe you can use imagecopymerged to do this. http://us2.php.net/manual/en/function.imagecopymerge.php please let me know if that helps. Thanks -randy rinehart - Original Message - From: Phpu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 10:05 AM

Re: [PHP] How do I get referer in php?

2004-11-17 Thread Randy Rinehart
Yes, you should be able to use $_SERVER['HTTP_REFERER']; -Randy Rinehart - Original Message - From: Brent Clements [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 1:54 PM Subject: [PHP] How do I get referer in php? Let's say I have a page at another