How Do I Build A Web Page Using Php And Ssl?
Web Application Development, using PHP, MySQL, SSL. What kind of applications are built with these combination of technologies. Examples please.
Related posts:
- Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional) (Paperback) Beginning PHP and MySQL: From Novice to Professional, Third...
- How Can Move Php Echo Script Or Display To An Specific Location In The Browser Page? For example… I do the mysql connect php mysql connect...
- PHP and MySQL Web Development (4th Edition) (Developer’s Library) (Paperback) Amazon.com Review The PHP server-side scripting language and the...
- How To Develop A Forum For A Web Page Using Html, Css, Javascript And Php Together With Apache? How to develop a forum for a web page using...
- How Do I Connect To Two Mysql Databases At Two Different Servers From A Single Php Page? I need to extract data from 2 MySQL databases located...
Related posts brought to you by Yet Another Related Posts Plugin.


February 7th, 2010 at 11:27 pm
Well SSL is for security purposes so you would build using php and MYSQL a database and a program that collects users private infromation and store it into a database so it can be pulled and looked at later.
Like when you purchase something online. you fill out the form with all your private information and then a php program sends that information to a database. they would use SSL to secure the transfer from the form to the database sense the information would be personal.
This is just a small example
February 7th, 2010 at 11:27 pm
As stated before, SSL is not a developer language. It’s a way to securely connect to an external server.
Most online applications can be built using PHP and MySQL. They’re best used for dynamic sites that allow for real interactivity. You can make membership-based websites where a list of registered users can access restricted areas. You can publish a blog where readers can post comments. You can host a forum. You can run a social network. You can run an online store and sell products. You can create a digital assets repository for a media company or marketing division to allow journalists and publishers to download artwork for their articles or projects. You can create a collaborative environment for company workers to keep tabs on projects and calendars and contacts with the ability to communicate amongst each other even if they work in different cities.
There really is no limit to the type of applications you can run using PHP alongside MySQL. It is easy to learn, free to use, flexible, powerful and increasingly popular. Most of the best Content Management Systems are built on PHP and MySQL.