I have a page that works fine on my server, but when I upload it to the company server, it does not. Is there something that I can do on my end using Dreamweaver MX if the company has a MAC server and using php 4.4? I guess it is not liking my dreamweaver MX php code and it won't send the email after hitting submit.
Using Dreamweaver MX but php not working.
Collapse
X
-
Originally posted by BinxI have a page that works fine on my server, but when I upload it to the company server, it does not. Is there something that I can do on my end using Dreamweaver MX if the company has a MAC server and using php 4.4? I guess it is not liking my dreamweaver MX php code and it won't send the email after hitting submit.
It should work what does your code look like. -
Are you in any way using PHP 5 on your private system? If so, that system could generate PHP5 code that does not run on PHPm 4 on the company server.
Ronald :cool:Comment
Comment