DW/PHP
DW/PHP
- Started
- Last post
- 3 Responses
- ********
Can anyone tell me if Dreameaver MX writes PHP that needs register _ globals set to "On"?
In other words, will it play nice with PHP5?
- rabattski0
has nothing to do with what app you use to code php. it depends on what php functions you're using. some php functions need register_globals set to on.
- ********0
Well, what I'm really wondering is - if it's going to be Off by default after PHP5, should I code around it?
We've got new server here running PHP 4.3.4 and it was "Off"... Isn't that odd?
- rabattski0
it's not really odd, i mean, it is a variable you can change after all. it can be off but you have to be aware of the security issues and/or have taken counter measures against it. anyways, i would always code around it since most servers have it set to on.