Re: [PHP] "lasso" (a bit 0T)

2004-06-06 Thread Roddie Grant
ons of MySQL directly (and other databases indirectly I believe). It's very powerful and has OO capabilities. That's enough about Lasso on a PHP list. If you want to know more, by all means email me off list, or join LassoTalk (email to [EMAIL PROTECTED]). Roddie Grant [EMAIL PR

Re: [PHP] UK Postcode Reg Exp

2004-02-17 Thread Roddie Grant
on 17/2/04 4:47 pm, Shaun at [EMAIL PROTECTED] wrote: > Hi, > > Has anyone written a regular expression for validating a UK Postcode? > > Many thanks Did you not see the reply from Mike Ford earlier today to your original post? Roddie Grant [EMAIL PROTECTED] -- PHP Gener

Re: [PHP] UK Postcodes Format

2004-02-17 Thread Roddie Grant
on 17/2/04 12:14 pm, Ford, Mike [LSS] at [EMAIL PROTECTED] wrote: > On 17 February 2004 10:43, Roddie Grant wrote: > >> on 17/2/04 10:25 am, Shaun at [EMAIL PROTECTED] wrote: >> >>> Hi, >>> >>> does anyone know the format of the post

Re: [PHP] UK Postcodes Format

2004-02-17 Thread Roddie Grant
on 17/2/04 10:25 am, Shaun at [EMAIL PROTECTED] wrote: > Hi, > > does anyone know the format of the postcodes in the UK so I can keep my > database accurate? > > Thanks Try http://javascript.internet.com/forms/uk-postcode-validation.html Roddie Grant [EMAIL PROTECTED

Re: [PHP] OT, Maybe: Question Re: Apache/Macintosh Platform

2004-01-30 Thread Roddie Grant
ion=listsearch_lass otalk:D4202A04032cc100BEIikJ25BACD HTH Roddie Grant [EMAIL PROTECTED] on 29/1/04 3:18 am, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > PHP/MySQL textbook I'm using says to copy its sample apps to the root > directory. What it says is: "[o]n Apache this

Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Roddie Grant
a Jason Wong message. Result: To: [EMAIL PROTECTED] I clicked Reply-All on a David T-G message. Result: To: David T-G and PHP General Mailing List Cc: to Thomas Svenson. [Moc OSX 10.2.3, Entourage 10.1.0] What is supposed to happen? (This is a plea for education, not a gripe.) Roddie Grant [EMAIL P

[PHP] No data being found

2003-01-21 Thread Roddie Grant
); if (DB::iserror($q)){ die($q->getMessage()); } while ($q->fetchInto($row)){ echo "".($row[0]).""; } ?> Roddie Grant [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How do I include specific files?

2002-12-02 Thread Roddie Grant
). In PHP the include_path stops this process in its tracks. I'm with an ISP so I don't suppose I can control include_path (.:/usr/local/lib/php). Are there any other options? TIA Roddie Grant [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php