php resource centre

  • about
  • articles
  • tutorials
  • resources
  • certification
Home

Primary links

  • About
  • Articles
  • Tutorials
  • Resources
  • Certification

Articles

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

Securing forms using captcha.

admin — Sat, 22/11/2008 - 10:55am

Securing forms usng captcha has become a common practise nowadays.
Here is a simple method to do this.
  • Articles
  • Read more

dhtmlxSuite 2008 Rel.2, Build Dynamic Data-Driven Grids from XML, CSV or JSON

admin — Sat, 24/05/2008 - 2:34pm

DHTMLX announced the latest update of its dhtmlxSuite, a professional Ajax components toolkit for web UI. The major updates concern Grid and Treegrid components and include a large number of new features and improvements, including the ability to load data from JSON and JS-array, smart rendering and paging support for hierarchical data grids. Also a new component, dhtmlxSlider, is introduced.
  • Articles
  • Read more

DHTMLX Launches Updated Website Dedicated to Its Ajax UI Toolkit

admin — Wed, 14/11/2007 - 6:47pm

DHTMLX team announced the update of their website www.dhtmlx.com mostly dedicated to DHTMLX Toolkit, professional AJAX components for advanced Web UI. As the components are written entirely in JavaScript, they can be easily integrated with any server-side technology (PHP, ASP, JSP, Ruby, etc.).
  • Articles
  • Read more

Scand Updates Its Ajax UI Components Grid and Tabbar

admin — Fri, 20/07/2007 - 6:04pm

Scand released new versions of dhtmlxGrid and dhtmlxTabbar, Ajax-enabled JavaScript UI components with complete functionality and ability to work with any server-side technology including PHP, ASP, ASP.Net, Java and Rails.


  • Articles
  • Read more

Creating search engines using webservices

admin — Thu, 23/11/2006 - 11:49am

You must have seen many sites have a site search facility. You probably might have create many similiar sites too. Ok. But now you want an Internet Search Facility in your site. So what would you do? Quit jobs and join Stanford University to learn more about Data Mining Methodologies? Or start working on a million dollar prototype of (yet another) 'Jerry's Guide to the World Wide Web'?

Relax. There are easier ways to have a Search Engine in your site.

In this article we will look at how we can use Yahoo Web Services can help us have a SE up and running in a matter of minutes.

  • Articles
  • Read more

Differences between PHP4 & PHP5

admin — Sun, 24/09/2006 - 3:05pm

PHP 5 and the integrated Zend Engine 2 have greatly improved PHP's performance and capabilities, but great care has been taken to break as little existing code as possible. So migrating your code from PHP 4 to 5 should be very easy.


  • Articles
  • Read more

Who's Using Ajax

admin — Tue, 29/08/2006 - 9:55pm

Google is making a huge investment in developing the Ajax approach. All of the major products Google has introduced over the last year — Orkut, Gmail, the latest beta version of Google Groups, Google Suggest, and Google Maps — are Ajax applications. (For more on the technical nuts and bolts of these Ajax implementations, check out these excellent analyses of Gmail, Google Suggest, and Google Maps.)

  • Articles
  • Read more
  • 1
  • 2
  • next ›
  • last »
Syndicate content

User login

  • Request new password

Follow Us

Who's online

There are currently 0 users and 1 guest online.

Who's new

  • Nisha
  • linnaeus
  • Yameen
  • TalleyReedy
  • admin

Follow vipin7873 on Twitter

  • about
  • articles
  • tutorials
  • resources
  • certification

copyright © 2010 Vipin Chandran