PDA

View Full Version : Index.php3: different on server than in browser....????


rcai
Sat 6th Jan '01, 2:32pm
Blessings and Peace:

I notice that when I look at the vblite/index.php3 file on the server, that its different than the "source code" for it shown in the browser.

How is this so?

RC

Wayne Luke
Sat 6th Jan '01, 3:27pm
It is in PHP. Which is a server side scripting language. When you look at the version on your server, you see the raw code. What the user sees is the output of that script.

It is like PERL but faster.