[PHP] Dreamweaver templates
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 tag. Dreamweaver places the following code to identify editable regions: \\ editable code here I don't think PHP will parse the tags and leave them as dw comments only. They appear to invoke server functions e.g. 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
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
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]
[PHP] Database editor
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]