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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -