Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:22
How To convert menu.html to menu.php
Poster: cjlive
Dated: Saturday October 5 2002 - 5:42:58 BST
Is there a way i can convert menu.html to menu.php
Thanks
CJ
Poster: trytrix
Dated: Saturday October 5 2002 - 16:28:58 BST
Hi Cjlive,
Follow this link:
http://www.exactcom.com/products/htmltoanycodeconverter/
were you can download the trial version of "HTML to AnyCode Converter"
See you,
Trytrix
(From The Flanders Fields )
And .. just give me a HIT at http://www.ransbecca.be
Poster: cjlive
Dated: Sunday October 6 2002 - 1:55:46 BST
Thanks Trytrix....
Nice proggy there, but im still able to see the source code when viewing source, i thought php didnt allow u to view the source code.
Hmmm i better check that again.
Thanks
CJ
Poster: animal777
Dated: Sunday October 6 2002 - 2:18:38 BST
php is a programming language that produces html output. You can still see the source code for the html, but not the php code that produces the html. If you want people not to see your html, you will have to use javascript, and that is not totally effective.
Poster: Andy
Dated: Sunday October 6 2002 - 16:31:22 BST
Viewing source is a browser feature and one that cannot be disabled regardless of server or server side script.
PHP enables you to create standard HTML that the browser can interpret but it is still standard HTML and it's source, being plain text, is still viewable.
-- Andy
Poster: animal777
Dated: Monday October 7 2002 - 3:48:03 BST
you can encrypt it. I found some scripts at http://www.dynamicdrive.com