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
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
2 matches
Mail list logo