[PHP] "Email This Story" and "Print" Functions

2003-05-30 Thread Jeffrey L. Fitzgerald
Thanks to Kevin, Monty and the others who helped with my earlier post... Anyone have experience with PHP based "Email This Story" and "Print This Story" functions?? I am looking to add these along with a digital postcard mailer. -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Re: Opening a Dynamic Pop Up Window

2003-05-30 Thread Jeffrey L. Fitzgerald
Actually, I just found out we run PHP 4.0.6... Will the query string/GET process still work? Right now it's not and I thought I saw in the docs that the POST/GET isn't in pre 4.1... Just add some Javascript to the links around your thumbnails, like this: Then you need to create a scr

Re: [PHP] Re: Opening a Dynamic Pop Up Window

2003-05-30 Thread Jeffrey L. Fitzgerald
First thanks for your help!.. I have the variable passing OK to this html page below. But the filename is not making it to the tag. I think the syntax is off?? I'm thinking maybe the img src tage needs to be broken up to allow the $image var to process? Test image $im

[PHP] Opening a Dynamic Pop Up Window

2003-05-30 Thread Jeffrey L. Fitzgerald
Help! :-) Have a need for a pop up window to show images when the thumbnail is clicked. But the script I found only shows the image and no background, etc. I want to be able to have the pop up open and then send it a php created dynamic page with the proper html and image. In perl I know ho