Tagged Questions
2
votes
2answers
82 views
How to automate web scraping using php? [closed]
Let me explain my situation.
I have a list of 10 million page urls. I want those pages scraped and saved in the database as raw html.
As of now I'm using CURL to scrap those pages. Every time I ...
0
votes
0answers
28 views
Posting transactions via PHP cURL
I just wanted to ask some advice for the best way to send transactions from a PHP app.
The thing is we have a MySQL database in our HQ office. Then we have 5 sales people with tablet PCs and each ...
0
votes
4answers
62 views
Need best solution to insert data to remote database
I am developing php application using my sql database , both application and database is hosted on same server(on client server).
we want to keep track of some tables of that database and for this ...
0
votes
1answer
57 views
How do i check if a proxy is active
i have a list of proxies and i am trying to check which of them are active. What i was doing so far was to connect through curl to every single one of them and see if they responded, but i am looking ...
-1
votes
2answers
75 views
Retrieving XML Response values & storing them as variables in database [closed]
I am encountering some errors while trying to retrieve XML Response Values & storing them as variables in a MySql database. To be specific i want to trap these 2 values : status & credit from ...
0
votes
2answers
40 views
Data stored without whitespace after cURL
The setup is simple. A Joomla eCommerce site (MySQL back-end) that sends data (cURL post) to another database backed application (ASP with MS SQL) after a Joomla account has been created.
The problem ...
0
votes
3answers
42 views
Getting Paypal Return string into mysql database?
public function run()
{
$postFields = 'cmd=_notify-validate';
foreach($_POST as $key => $value)
{
$postFields .= "&$key=".urlencode($value);
}
...
0
votes
1answer
44 views
cURL POST, while
I want this piece of code below to select 2 rows of data from a mysql table and POST the data to a URL.
$qry = "SELECT id,email,forename,surname,ipaddress,optin_date,optin_url FROM $db_tble ORDER BY ...
1
vote
1answer
71 views
PHP MySQL update and strange characters?
I have a form updating a table in mySQL. It seems to be working however when there are spaces in the forms input field it inserts a strange character. " Â "
I have a feeling this has something to ...
0
votes
0answers
107 views
Stuck at PHP loop statement
I am developing a facebook application that updates users statuses automatically through the code below. I have about 52 k users in my database.
The issue is when i run this code. It's taking too much ...
0
votes
1answer
27 views
cURL not posting to severals urls from an database
I'm having this problem where whenever I try to fetch the urls (from a MySQL db) and then use cURL to POST an request to the urls it will only post one of the urls. I have in total 11 urls inside my ...
0
votes
1answer
52 views
Split data received into seperate fields
Problem : Data supplied is not ok for me to handle directly.
Description : Im using curl to get data i need from another website.
However the data supplied on this website is formatted in a way that ...
1
vote
2answers
63 views
Which of these three options would be fastest to populate my DB table?
I have a (huge: 6.4 million rows) database table with three columns as follows:
URL Title Description
Right now only the URL column is populated, with various urls from around the web. I ...
0
votes
1answer
80 views
Echo WHOIS information of IP address through PHP
I am writing a php class which get host's WHOIS information and store them on variables to insert them into database in-case they're not already inserted and this process happens per visit, I have ...
0
votes
2answers
131 views
cURL API Extremely Slow
I have created many websites that get all there data from a API.
(located on the same server on most cases).
The websites are operation really slow, of all the curl requests.
I first thought it was ...
1
vote
1answer
125 views
How to download a copy of the html from a website?
How do I download a copy of the html from a website that has language detection (eg google, youtube) and redirection? I have tried file_get_contents but it is to limited.
I am trying to use curl in ...
0
votes
0answers
177 views
Curl hangs when trying to do a POST on a mysql db
I am using CURL to issue a POST request and sending a JSON to populate a mysql db. The issue it that curl hangs when I
issue this command. If I use the RESTClient with firefox, it works perfectly and ...
1
vote
0answers
160 views
CURL web pages to database inserting duplicates
I'm writing a PHP script to fetch website content and insert each web page into a separate post in my MySQL table. My method of choice is cURL, some regular expressions, preg_match_all, a couple of ...
0
votes
2answers
57 views
Most efficient way to log curl responses (html)
I have a php script that uses curl to login to a site.
I need to log all http responses so that I can track errors.
Problem: each login consists of multiple http requests/responses which totals about ...
-1
votes
2answers
129 views
MySQL crashes Windows [closed]
Woke up this morning and launched XAMPP Control Panel as usual. The Apache server started automatically with no problems, but when I pressed start for MySQL my computer just crashed. A blue screen ...
1
vote
1answer
94 views
Wants to insert data from one database to another in one request
In my first application let say "sms" a php file "sms_transfer.php" fetch some data from "SMS database" and sends curl request to another application let say "phone" php file phone_get.php,
which ...
-4
votes
1answer
46 views
possible or impossible with CURL? [closed]
is it possible to write with CURL
Script can
open link that link encoded then it's self
then click on other link on the page
then fill form with multi variables with page steps
I mean can i ...
1
vote
4answers
250 views
Schedule PHP script to execute via cron
I have a script that will update some columns on my database. It is written in PHP, I execute it via URL (eg. http://foo.com/xyz/yzx/dbupt8r). I did this using crontab -e then curl on the script URL, ...
1
vote
4answers
281 views
PHP connection timeout
I'm testing a complex project involving several php files linked with each other by CURL. I run the main function 15 times. It only runs 4 times and then complains Maximum execution time of 30 seconds ...
2
votes
1answer
74 views
Database information into Facebook Page Tab? XML and cURL
I am trying to create a simple Facebook Page Tab that retrieves current information from my database. I quickly learned that cross-site scripting won't work as a working demo on the actual website ...
0
votes
1answer
43 views
Posting a constant within a variable using cURL
Good evening fellow overflowers, I've got a little problem that I'm attempting to solve but just cant and I'm hoping you can help.
I have a script that sends strings via cURL to a website. That ...
0
votes
1answer
265 views
Cmake linking to mysql & curl, LNK2019
Ok so I just started playing around with CMake. I'm trying to build a project which has dependencies on both MySQL and CURL. This is the directory structure:
./
./src
./cmake
...
0
votes
2answers
78 views
Café become Café when enter in mysql database [duplicate]
Possible Duplicate:
UTF-8 all the way through
I am scraping data with curl from a web which have word Café. It looks fine when i echo it but after insert in mysql data base it become Café ...
0
votes
0answers
47 views
Installing cURL. Why am I told MySQL is a Dependency? [closed]
I'm trying to install cURL on my Ubuntu server. I already have the entire LAMP stack set up, but when I run apt-get install php5-curl, I'm told there are several dependencies that also need to be ...
0
votes
2answers
192 views
Getting mysql row using curl
Ok, so am trying to fetch mysql row from remote server database by posting 2 fields, member id and secret code
if(isset($_GET['uid'])){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, ...
-1
votes
1answer
86 views
MySQL display multiple data and pass though CURL
I have a problem getting all row values "mobile numbers" from the database and pass though CURL to send messages to multiple recipients.
I have tried calling $row[contact_mobile] where all the data ...
0
votes
0answers
42 views
Paypal Download History (Log too large to download) [closed]
I'm trying to download 1 month of paypal transaction history via the paypal website and I get this error:
"The log is too large to download. Please enter a shorter date range and try again."
The ...
0
votes
2answers
1k views
Character Encoding issue with PHP Simple HTML DOM Parser
I am using PHP Simple HTML DOM Parser http://simplehtmldom.sourceforge.net/ to fetch data like Page Title, Meta Description and Meta Tags from other domains and then insert it into database.
But I ...
0
votes
1answer
77 views
Speedier method to using HTTP Requests in a for loop
I have a for loop which loops through an array of results from a MySQL query.
The query selects all rows from the table wait_times of which the logged in user has created, and is as follows:
...
1
vote
2answers
96 views
Curl or Mysql server usage
Im trying to make a decision but im struggling. I have a couple of choices.
1 option is to have each user run a mysql query every 10seconds, the other is for them to use curl to pull the results ...
0
votes
1answer
566 views
Paypal IPN Valid in sandbox INVALID when live
I have been trying to implement the paypal IPN system into a clients site. Whenever I test this script in the IPN sandbox tool, it is validated and my actions are performed, however when I move it ...
0
votes
1answer
102 views
Paypal IPN - on storing variables
In the paypal IPN system, paypal will make a request on your server with many parameters in the URL using curl. I'm wondering if I'm supposed to store each key/value in a separate field in the ...
-1
votes
1answer
153 views
Mysql server gone away error [duplicate]
Possible Duplicate:
MySQL server has gone away
intermittent MySQL server has gone away error
I got mysql server gone away error while inserting the curl response detail. I checked the mysql ...
2
votes
1answer
947 views
intermittent MySQL server has gone away error
I have been scratching my head trying to figure out what is causing an intermittent error in my script. The error is: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away.
My script ...
0
votes
1answer
105 views
cURL: Curl is available but cannot access Facebook! (0 - ) - when using Facebook Connect
I run wordpress sites on my domains. I am having an issue with cURL on the server side.
Basically I have tried installing multiple plugins on my sites (Some fresh installs) but they all result in ...
0
votes
1answer
90 views
php code exit the loop before it is completed
i have written a php script to grab data from another site using CURL. an uploaded to the server. there is aloop communicating with the database and the relevent url. it is working fine in my local ...
1
vote
3answers
451 views
Convert stdout to utf8 in bash
I want to convert the output of any website got with curl into utf8 for a database Insert.
usage ex:
html="$(curl -iL -compressed "$link")"
##code needed to convert nonUTF8 $html to utf8, ...
0
votes
2answers
92 views
how to add curl_exec into database
I want to use PHP and cURL to visits $i websites and add their source's into database.
function curl_grab_page($site,$proxy,$proxystatus,$post)
{
$ch = curl_init();
curl_setopt($ch, ...
0
votes
2answers
289 views
Select works, Insert into mysql does not insert with php
I have a table as following
CREATE TABLE IF NOT EXISTS `pictures` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
`description` varchar(200) NOT NULL,
`url` ...
0
votes
4answers
133 views
Save array into database
I am getting error from inserting array into the database.
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ...
0
votes
2answers
133 views
Saving array into multiple rows
Hey how could I save array into multiple row in database please? I am using mysql database with php.
// GETTING ALL THE B NODE STUFFS AND PRINTING IT'S CONTENTS
$result = array();
...
1
vote
1answer
211 views
Links saving seperately from other data in mysql database
am trying to save data from a website into mysql database. I was able to save most of all I wanted to save but I have a particlar problem.The links I extracted are saving but I want the links to be in ...
0
votes
4answers
812 views
Inserting scraped data using php curl into MySQL
I have been working on this script for the last couple of days and cannot seem to find a way to insert the data into MySQL. I am a beginner when it comes to PHP/MYSQL and have only written a couple of ...
0
votes
1answer
96 views
Using xpath or ->nextSibling to read html file using curl
Help please on how to extract data like 15,Teaching Periods 1 and 2.,Max 150. e.t.c from the sample html code below using DOMDocument function? I have tried to work around it but having mutiple tags ...
1
vote
2answers
111 views
Strange API issue when looping in PHP
I'm working with this API here: https://gatewaydtx1.giact.com/gVerifyV2/POST/Verify.asmx?op=Call using curl in php. I am able to do a test just fine on a single call to the API. However when I try ...


