I'm a php novice and am developing a shopping cart application for a
client who is hosted on a unix server. The hosting service requires that
each php file have #!/usr/local/bin/php at the top. When I test these
pages on my developer Windows php installation I get errors because
Windows does not recognize the bang command so it is passed on as
content to the php server.
Any suggestions on hiding the first line from windows while still having
unix see this?
Any help would be appreciated. This is driving me bonkers.
Michael
Comment