Qureshi University, Advanced courses, via cutting edge technology, News, Breaking News | Latest News And Media | Current News
admin@qureshiuniversity.com

Admissions | Accreditation | Booksellers | Catalog | Colleges | Contact Us | Continents/States/Districts | Contracts | Distance Education | Emergency | Examinations | Forms | Grants | Hostels | Honorary Doctorate degree | Investment | Instructors | Lecture | Librarians | Membership | Professional Examinations | Programs | Progress Report | Recommendations | Research Grants | Researchers | Students login | School | Search | Seminar | Study Center/Centre | Sponsorship | Tutoring | Thesis | Universities | Work counseling

What can PHP do?
Like most server-side scripting languages, PHP is excellent for creating dynamic Web sites based on database content or different characteristics of browsers. Through the use of external libraries and functions, PHP can:
* connect databases like Oracle or MySQL to the Web
* build templates to ease site maintenance
* create graphics on the fly
* serve different content to users based on their browser, IP address, date and time, or numerous other chacteristics
* conduct online surveys
* communicate with external Web sites
* build discussion forums or Web-based e-mail programs
* read and process XML

These are just a few of the many things that PHP can do.

Send E-mail From a Form
Have a Member Login
Count Visitors
Rotate Banners
Create a Calendar
Last Visited
Redirect Users
Host a Web Forum
Add a Poll
Template Your Site

PHP offers plenty of possibilities:
* PHP is appropriate whenever you want your pages to be created dynamically when the browser requests the page. For example, you can display date, time, and other information in different ways. PHP will make your website more dynamic in content and a heck of a lot easier to update.
* PHP makes it easy to customize a Web page to make it more useful for individual users.
* With PHP you can set cookies, manage authentication, and redirect users.
* One of PHP most powerful features is database access. With PHP it is possible to access over 19 different types of databases and manipulate data within those databases based on input from the user via a web page.
* Do you have a guestbook on your web site? Do you subscribe to a third-party service that provides statistics on site visitors? Would you like to know how a user got into your web page, where they visited on your web site, and what page they left from? With PHP, such tasks are almost trivial.
* PHP makes it easy to send e-mail, work with newsgroups, and actually open a connection to another web site -- and get or send data with it. If you are already familiar with ASP development, PHP can also communicate with other server-side languages such as Java and use COM interfaces.
* PHP provides the means to do everything from generating PDF documents to parsing XML.