Re: [PHP] A small problem

2003-03-11 Thread Chris Hayes
Oo. i matched all html tags too. make that: preg_match_all("|<\?[^>]+\?>|",$Text,$PHP_code); At 14:06 11-3-03, you wrote: At 13:56 11-3-03, you wrote: Can you pick a decent subject like "help with regular expressions" rather than something pointless and generic like "a small problem"... a lot of

Re: [PHP] A small problem

2003-03-11 Thread Chris Hayes
At 13:56 11-3-03, you wrote: Can you pick a decent subject like "help with regular expressions" rather than something pointless and generic like "a small problem"... a lot of readers will skip over generic subject lines, and you also miss out on attracting the attention of those who regexps well. a

Re: [PHP] A small problem

2003-03-11 Thread Justin French
Can you pick a decent subject like "help with regular expressions" rather than something pointless and generic like "a small problem"... a lot of readers will skip over generic subject lines, and you also miss out on attracting the attention of those who regexps well. Justin -- PHP General Mail

Re: [PHP] A small problem with input feilds.

2002-12-05 Thread Tim Ward
only checked checkboxes are submitted therefore you have to number the form fields if you want to keep the relationship between the arrays - this should be easy enough if the form is generated by your code. Tim Ward http://www.chessish.com mailto:[EMAIL PROTECTED] - Original Message - From