[jQuery] Re: How to read the contents of .php filw on the webserver

2009-07-07 Thread Mark
var scrUrl; var Host = http://www.example.com/read.php;; function inializeUrl() { scrUrl = Host //+ string //in de string komt de api key te staan maar omdat die niet standaard is maak ik er later een string van } function do_it()

[jQuery] Re: How to read the contents of .php filw on the webserver

2009-07-07 Thread Maxime FAYE
You can't ;) Since php is a server side language the webserver will give you the result but not the php code. This would be a serious security fail... 2009/7/7 Neha neha2...@gmail.com Hey guys, Myself totally new in this javascript worldi have to read the contents of a .php file which