How To convert menu.html to menu.php

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
cjlive
Beginner
Beginner
Posts: 5
Joined: Sun Sep 22, 2002 2:01 pm

How To convert menu.html to menu.php

Post by cjlive »

Is there a way i can convert menu.html to menu.php

Thanks

CJ
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi Cjlive,

Follow this link:

http://www.exactcom.com/products/htmlto ... converter/

were you can download the trial version of "HTML to AnyCode Converter"

See you,

Trytrix

(From The Flanders Fields 8O )

And .. just give me a HIT at http://www.ransbecca.be
cjlive
Beginner
Beginner
Posts: 5
Joined: Sun Sep 22, 2002 2:01 pm

Post by cjlive »

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
animal777
Beginner
Beginner
Posts: 5
Joined: Mon Sep 23, 2002 9:48 pm

Post by animal777 »

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.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

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
animal777
Beginner
Beginner
Posts: 5
Joined: Mon Sep 23, 2002 9:48 pm

Post by animal777 »

you can encrypt it. I found some scripts at http://www.dynamicdrive.com
Post Reply