[PHP] Database editor

2001-10-05 Thread -:-Doigy-:-

Hi Folks,

I'm after a quick and easy way to edit tables in a mySQL database, much like
you would in ms excel.  I'm thinking I'll do it with forms...

Is there a non-commerical solution in existance already?

Cheers,

Steve



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Dreamweaver templates

2001-08-20 Thread -:-Doigy-:-

Hi Folks,

Can't find an answer in the archives...
Can php parse DW templates?
ie. I want only a small amount of code to be editable with the ?php ? tag.
Dreamweaver places the following code to identify editable regions:
!-- #BeginEditable Name_of_region --
\\ editable code here
!-- #EndEditable --

I don't think PHP will parse the tags and leave them as dw comments only.
They appear to invoke server functions e.g. !-- #include file= --
Is there a way to configure PHP to ignore these tags?

Kind regards

Steve





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Switch case syntax

2001-08-20 Thread -:-Doigy-:-

Hi Folks,

In a switch, I have a load of 3 letter prefixes I'm sorting by.  They are
the truncated first 3 letters of alpha-numeric product codes which gives the
category of the product.
Some codes start with MB- for instance, and this causes a parsing error.
Can I fix this without changing the fact I'm switching on a 3 letter string?

Cheers



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Switch case syntax

2001-08-20 Thread -:-Doigy-:-

No, they weren't in quotes strangely.  Adding quotes removes parsing error.

Thanks David



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]