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

Re: [PHP] file_exists problems

2001-12-01 Thread Prolog
]">news:[EMAIL PROTECTED]... Hello Prolog, Hm... And what about: print 'img src=/images/$filename'; instead of readfile? P if(file_exists(/images/$filename)) P { P readfile(/images/$filename); P } P else P { P readfile(images/npat.

[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