I think I understand but can somebody confirm

A

Anonymous

Guest
It all depends on the new servers configuration. PHP version, Webserver version etc.

Because each server can have dramatically different setups the only way to know is to try and tweak the scripts so they will work.
 
a browser does not (and cannot) execute PHP code - a browser just displays html/xml/xhtml/css/javascript/ + whatever plugins are configured.

so......

as long as your PHP script is sending out perfectly valid html (or whatever) for the browser that is requesting the output, then the page will render perfectly.

PHP doesn't (and cannot) cure badly coded html.
 
Back
Top