Hi guys, Can you tell me what are the things I need to do to make my PHP application work on a Mac machine (Mozilla or Safari) I only have a windows machine and I want the program to work on all browsers.
Thank you in advance.
that's a clientside problem, not a serverside one, so it doesnt concern PHP that much.
Just make sure your html coding is up to the standards.
You don't need to do anything. Web browsers allow you to look at HTML, thats it. They don't parse or support PHP code in any way.
PHP has nothing to do with web browsers, except that sometimes PHP might generate something a web browser might use.
Thank you so much guys. 🙂 🙂 🙂