Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~557 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for binu_ds

Hi all, I have three CSV file. First one include toname,toid and status.Second one has username and password and the third one include from,subject,content,reply to,cc etc.I want to read csv files and to send bulk amount email address. Also want to increase mail sending time. How will read csv file …

Member Avatar for karthik_ppts
1
90
Member Avatar for binu_ds

Hi all, How will send bulk mail using csv file php mailer?Please help me.

0
60
Member Avatar for binu_ds

Hi How will insert the string data into the database?My code is <?php // example of how to modify HTML contents include_once('simple_html_dom.php'); $submit_url= 'http://yellowpages.sulekha.com/agra/abhay-integrated-technology-ltd-sadar-bazar-agra_contact-address.htm?business=pst'; $html = file_get_html($submit_url); foreach($html->find('img') as $e) $e->outertext = ''; // replace all input foreach($html->find('input') as $e) $e->outertext = '[INPUT]'; foreach($html->find('div#div.core_add') as $e) echo $e->innertext . '<br>'; …

Member Avatar for vibhaJ
0
129
Member Avatar for binu_ds

I fetched some data(eg:name ,email,phone,mobile etc) from a website using simpleDOMhtml.I want to store it into the database.Which page will write the code and how will write?Please help me.Thanks in advance.

Member Avatar for binu_ds
0
166
Member Avatar for binu_ds

How will create multiple https in an array using PHP? eg: $html = file_get_html('http://google.com'); I want the same contents from this http and to store in database. Please help me.Thanks in advance.

Member Avatar for cereal
0
47
Member Avatar for binu_ds

I download simplehtmldom_1_5 for fetching the data from website. But I want to insert this data into database. If I put any URL I want to get the information(For eg. name,email,phone etc)and stored it into database. What is the solution?Please help me. Thanks in advance.

Member Avatar for almostbob
0
64