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