|
Brilliant Internet builds dynamic websites using PHP, MySQL, JavaScript and AJAX.
Using a variety of Server Side and Client Side technologies, we can build online tools that interact with your users and your data to create dynamic content and functionality. What can we do with dynamic programming?
To understand dynamic website programming, let's use an example that we are all familiar with.
Creating an online account. 1. Registration Form
Collecting DataFirst, the user will need to submit their information. We'll use a form to collect the data, and some nifty programming to check it for errors, insert the information into a database, and send the user a confirmation email. 2. Account Login
Retrieving DataThe user can access their profile via a username/password login. A successful login identifies the user to the website, and retrieves information about the user from the database. 3. Account Tools
Manipulating DataNow that we've identified a user, we can customize and personalize content, and create functionality that enables the user to interact with the data. Change a password, upload a photo, submit a form, make a payment... dynamic programming makes your website "do stuff". |