Hmm.
http://marc.theaimsgroup.com/?l=php-general&m=106933918806372&w=2
> -Original Message-
> From: Alan Lord [mailto:[EMAIL PROTECTED]
Lord?! Wasn't one of those perl dark lords was it? :)
I'll try the code.
Jason Wong wrote:
> On Tuesday 24 February 2004 13:45, John Taylor-Johnston wr
>-Original Message-
>From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]
>Jason,
>Sigh ... What would I look for in the archives Jason?
>
>Don't see anything here that would give me a hint where to start Jason:
>
>http://www.php.net/manual-lookup.php?pattern=enum
umm that would be the onl
On Tuesday 24 February 2004 13:45, John Taylor-Johnston wrote:
> Sigh ... What would I look for in the archives Jason?
I had assumed you meant MySQL's enum field type which your other post
confirms. How about the obvious "mysql enum" ?
> Don't see anything here that would give me a hint where t
Jason,
Sigh ... What would I look for in the archives Jason?
Don't see anything here that would give me a hint where to start Jason:
http://www.php.net/manual-lookup.php?pattern=enum
I know you want to be helpful, and not send me back to the Dark Lords of Perl.
> On Tuesday 24 February 2004 11:
gt; -Original Message-
> > From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]
> > Sent: Monday, February 23, 2004 7:58 PM
> > To: [EMAIL PROTECTED]
> > Cc: John Taylor-Johnston
> > Subject: [PHP] enum('part1','...')
> >
> >
> >
t; Sent: Monday, February 23, 2004 7:58 PM
> To: [EMAIL PROTECTED]
> Cc: John Taylor-Johnston
> Subject: [PHP] enum('part1','...')
>
>
> Basically I have an enum field. I would like to extract the parts
> of the field to create some html.
>
> district enum(
On Tuesday 24 February 2004 11:57, John Taylor-Johnston wrote:
> Basically I have an enum field. I would like to extract the parts of the
> field to create some html.
[snip]
> Can I even do this?
yes
> How?
archives
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Softwar
On Mon, 2004-02-23 at 22:57, John Taylor-Johnston wrote:
> district enum('part1','part2','part3','part4')
>
> while (district??)
> {
> echo "".district[0]."
> }
Are you doing this in PHP? I do not think you can even create enums in
PHP.
--
Adam Bregenzer
[EMAIL PROTECTED]
http://adam.bregenzer
Basically I have an enum field. I would like to extract the parts of the field to
create some html.
district enum('part1','part2','part3','part4')
while (district??)
{
echo "".district[0]."
}
part1
part2
part3
part4
Can I even do this? How?
J
--
PHP General Mailing List (http://www.php.net/
9 matches
Mail list logo