Hi there, I don't know if this is a PHP question but I'm using includes on PHP pages so I'm guessing... I've got a Google map and I want to prevent people from being able to view the source. At the moment I have the meat of the map in an inclue file and I was wondering if there's a way to hide that code for the page? Or is there a way to prevent people from being allowed to view the source? How can I protect that part of the code? Thanks! Kirsty
No you can not. All you can do is make it harder to see it, but if someone wants to see it, you cannot prevent that. http://www.programmingtalk.com/showthread.php?t=21985
If your script generating any HTML then it is not possible to hide them.user will see it using their browser's page source option.why do u want to hide them?