[PHP] Re: Nevermind I figured it out

2002-03-27 Thread Prolog
David, There is a better way to do through a similar operator. $variable = "hello and welcome"; $variable .= " to www.newimagedesign.com"; therefore... print ($variable); would result in... hello and welcome to www.newimagedesign.com hope this helps. -Jordan K. Martin New Image Design ---

[PHP] file_exists problems

2001-11-30 Thread Prolog
I had a script that was running beautiful that simply called up a database and displayed the results in tables. I went to add images to this script and all hell broke loose. This is the portion of the script that I added: -- //filename is the item number + t.jpg -- t shorthand for thu

Re: [PHP] file_exists problems

2001-12-01 Thread Prolog
quot;]"; $price = "$myrow["price"]"; $release = "$myrow["release"]"; $itemnumber = "$myrow[item_number]"; ?> - maybe that will help. -Jordan "Faeton" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMA

[PHP] cross server sessions????

2001-12-13 Thread Prolog
hello all, Two questions 1) Is it possible to pass a session to another server? I'm creating a secure order form for a shopping cart but the ssl service of my provider is on a different server. Is there anyway to carry a users session over to this box? 2) If it is not possible to carry a sess