>Does anybody know of any PHP project editors,
>something that will group together all the PHP, INC,
>HTML, CSS files together into one logical project?
>Preferrably freeware/shareware, obviously.
Both the new Dreamweaver MX, and GoLive 6.0 have PHP Editing
features. There is a preview version
>We are trying to find a php code generator like Macromedia Ultradelv to
>develope a web base app. Can someone recommend a few.
the new GoLive does it, and has the Zend debugger integrated in it.
I don't know how good it is.
http://www.adobe.com/products/golive/movie_qt9.html
the scary part
>I am still searching for a function which is replacing all chars not between
>[a-z] for exampe a province name like: minºaqah-ash-shamal¿yah into valid
>chars or just deleting them. There seems to be an endless amount of those
>chars.
This grep pattern: [\x80-\xFF]
will match any high byte ch
3 matches
Mail list logo