[PHP] Regular Expression

2011-11-04 Thread drive view
Hi I'm new to PHP. I'm currently trying understand how to apply the patterns for the preg* commands and I am having difficulty finding a good source explaining in detail how to build a filter. I would appreciate if someone can direct me to such a website. Thanks Toni

Re: [PHP] Regular Expression

2011-11-04 Thread drive view
Thanks alot Negin for the prompt reply. This is most useful. Regards Best Toni On Sat, Nov 5, 2011 at 6:30 AM, Negin Nickparsa nickpa...@gmail.com wrote: http://weblogtoolscollection.com/regex/regex.php On 11/4/11, drive view drivev...@gmail.com wrote: Hi I'm new to PHP. I'm

[PHP] Novice MySQL problem

2011-11-13 Thread drive view
Hi, I'm a novice to MySQL and am currently facing the following difficulty. I'm trying to update a table with a row of data the primary key of which is an ID which I believe is an auto incrementing serial number. My first question is how to check if this is the case. Secondly while trying to

[PHP] Re: Novice MySQL problem

2011-11-13 Thread drive view
Thanks alot for your help. I set the auto increment as suggested and it worked. Regards Toni On Sun, Nov 13, 2011 at 10:43 PM, drive view drivev...@gmail.com wrote: Hi, I'm a novice to MySQL and am currently facing the following difficulty. I'm trying to update a table with a row of data