i\'m trying to grab the content of a website based on ajax 开发者_StackOverflowand https but with no luck.
I\'m trying to run mysql queries from a remote server (server B) and then return the info from the DB back as variables to the original server (server A) using CURL and JSON.
I have the following tags and I want to extract buying and selling price: 2.9450 and 3.0150 <tr bgcolor=\"开发者_JAVA百科#E8EFF3\">
I have a page that I am afraid someone can hack.The page itself makes it so that if you come to the pag开发者_如何学JAVAe without having the correct referrer you are redirected back to the page with t
I can get all images from one website by ids via curl and save ids in my database and photos in ftp.
A client wants to upload a file with the curl command, and I need to validate its data. What kind of response should I give to indicate that the file is corrupted, so that the client can use the exit
I\'m trying to send variables from server A to server B, and back. I have everything working other then actually sending the variables from server A to server B. So i can send variables back from serv
We are rolling out one of our services to another service provider in PHP. They have already built the client, it just sends data in a post (no xml/json etc). Our script then processes it and returns
If you try to get the distance of: Kalyani Nagar, Wadgaon Sheri, Pune, Maharashtra, India Karve Nagar, Hingne Budrukh, Pune, Mah开发者_StackOverflowarashtra, India
I\'m trying to connect to a mysql db, but from another server and process all queries on that server and then send all the data off to the original server, using CURL.