I want to save the url content开发者_开发技巧 of some website with javascript (from a client side) and pass it over as a variable to my php file, it's ok that the javascript will be in the php file.
is there a way to do so?
from javascript to php you have to use form submit, change url including query parameters, or ajax
精彩评论