Unable to get data from php on an html page div
Check out this jsfiddle link-
http://jsfiddle.net/BZY5y/1/
php page url, it just says 'hell' and i just want to print it on my html page div
I believe my this line is not working-
$
(
'div#name-data'
)
.
text
(
data
)
;
Please have a look on my jsfiddle code and guide me where am i wrong ??