Re: [PHP] session problem using headers

2001-07-16 Thread David Allen
es via the preferences advanced tab in Netscape. David David Allen wrote: > Thanks for your email. I did the changes you suggested, and the page is now > going > to" input.php?=" ie no record of the SID. > > I added the following lines to the code. > > echo &

Re: [PHP] session problem using headers

2001-07-16 Thread David Allen
to page "input.php?=SID" > instead of "input.php?938sa9fa98f7daf987a9s" (or similar) > > > -Original Message- > > From: David Allen [mailto:[EMAIL PROTECTED]] > > Sent: Friday, July 13, 2001 6:45 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP]

[PHP] session problem using headers

2001-07-13 Thread David Allen
Hi, I am having problems with sessions. With cookies turned on it works fine. Turn off cookies it fails. I have tried both header("Location: input.php?=SID"); header("Location: input.php?PHPSESSID=".PHPSESSID); to pass the session id to the programme input.php but neither works. The first lin

Re: [PHP] getting what's between

2001-02-21 Thread David Allen Reid
Maybe something along the lines of: $results = eregi("Item3[a-Z 0-9]", $data); -David On Wed, 21 Feb 2001 23:32:04 -0600, Tyler Longren said: > Hello, > > I've been reading a LOT on how to solve my problem today, but haven't been > able to come up with anything yet. > > Here's my proble

Re: [PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread David Allen Reid
Why store the html in the db? Why not have multiple db fields, say url and desc then when you grab them from the db to be outputed put them into the html print ''.$desc.''; Then you wouldn't have to input all the html when it gets stored in the db, not have to worry about quotes, or htmlspecialch