July 29, 2010 | Home | Blog | Site Map | Contact | Log In
Username
Password
Login Help >
Brilliant Internet, Inc
500 Mamaroneck Ave
Suite 320
Harrison, NY 10528
Phone: (914) 358-3564
Fax: (914) 560-2026
Email Us >
Map & Directions >
About Our Office >
Brilliant Internet builds dynamic websites using PHP, MySQL, JavaScript and AJAX.
dynamic ProgrammingUsing 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 Data
First, 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 Data
The 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 Data
Now 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".