jquery access to my server host var? -
jquery access to my server host var? -
is possible use
$.post("/home/acount_name/acount_domain/script.php") to access php file outside main domain on same webserver?
with php can that, wich since need utilize same file in many domains.
now need have access same file using jquery, browser doesn't go there, uses
domain/home/acount_name/acount_domain/script.php
any sugestion?
thanks in advance
javascript cannot access server files.
you can seek post php file in domain read server file , output user.
jquery
Comments
Post a Comment