php resource centre

  • about
  • articles
  • tutorials
  • resources
  • certification

Primary links

  • About
  • Articles
  • Tutorials
  • Resources
  • Certification

Using CURL for remote data manipulation

admin — Tue, 27/04/2010 - 12:09pm

Curl is powerful library of calls to get data from remote sites. Suppose you are developing a website for a local dealer of Honda. They might want you to fetch data related to the latest brands from the master website of Honda and display it in theirs. As long as this is legal, CURL is the way to go in getting this done.

  • Articles
  • Read more

Sending mail using SMTP authentication

admin — Thu, 25/03/2010 - 10:09am

Spammers are very active now a days and they are constantly searching for vulnerable scripts or servers to send spam emails. One common vulnerability in servers is where mails can be send as nobody user. Nowadays most server administrators block this and mails are allowed to be send as a valid user created in the server. When we use the mail() function in php to send emails, the emails get send as the user nobody. So this won;t work in all servers. You won't get any error in the script. Recipients won't get the emails. The if(mail(***,***,***)) will return false in such cases.

  • Articles
  • Read more

Solving mails from nobody@

admin — Tue, 16/03/2010 - 11:19am

One thing it can be difficult to control with this function is the envelope "from" address. The envelope "from" address is distinct from the address that appears in the "From:" header of the email. It is what sendmail uses in its "MAIL FROM/RCPT TO" exchange with the receiving mail server. It also typically shows up in the "Return-Path:" header, but this need not be the case. The whole reason it is called an "envelope" address is that appears _outside_ of the message header and body, in the raw SMTP exchange between mail servers.

  • Articles
  • Read more

Welcome to PHP Joint!

admin — Sat, 19/11/2005 - 6:22pm

This is a PHP Discussion place !.

This website has been put together with the intention of discussing and learning PHP and related topics. You can find PHP articles, PHP Book reviews, PHP IDE listing, PHP & Ajax articles, PHP-MySql Articles etc in here. We will need to give the developers a place to look for all their PHP doubts, and a place for experts to write about their know how in the language. PHP Joint is the right kind of place for that.

This non-profit site setup by a group of Zend Certified PHP Engineers, can serve its purpose only if there is ample support from the PHP community all over the world. So lets join hands in making this a successfull venture.Please feel free to mail me if you find any mistake in the site and its articles.


  • Miscellaneous
  • Read more
Syndicate content

User login

  • Request new password

Follow Us

Who's online

There are currently 0 users and 0 guests online.

Who's new

  • Nisha
  • linnaeus
  • Yameen
  • TalleyReedy
  • admin

Follow vipin7873 on Twitter

<!-- Start of Woopra Code -->

<!-- End of Woopra Code -->

  • about
  • articles
  • tutorials
  • resources
  • certification

copyright © 2010 Vipin Chandran