Category Archives: php

Customizing the Login Box – Part 3 – Validation with FB4, PHP and MySql

In this tutorial we will continue with the Login Box that we have been building in the last several tutorials. In this tutorial we are going to cover how to validate using a string validator and email validator. There are … Continue reading

Posted in ActionScript, Adobe, Flash, Flex, Flex 4, mySQL, php, RIA | Comments Off

Customizing the Login Box – Part 2 – Implementing “Forgot Password” with Flash Builder, PHP and MySql

In this tutorial, you will implement forgotten password functionality to a login box. The overall goal here is for the user to enter there email address into a TextInput field and have a PHP service check the database for a … Continue reading

Posted in ActionScript, Adobe, Flash, Flex, Flex 4, php, RIA | Comments Off

Customizing the Login Box – Part 1 – Setting a “Remember Me” Cookie – FB4, PHP and MySql

In this tutorial you will learn how to add a “Remember Me” check box to your current login component, or into the login app that we built in the two-part tutorial, “Creating a Login Box”. Either way, by the end … Continue reading

Posted in ActionScript, Adobe, Flash, Flex, Flex 4, mySQL, php, RIA | Comments Off

Creating a Login Box with FB4, PHP and mySQL – Part 2

Welcome back for part 2 of building a login box using Flash Builder 4, PHP, and mySQL. In this tutorial we will connect the application to the database using FB4′s built-in data-centric development tools using PHP. What we are looking … Continue reading

Posted in ActionScript, Adobe, Flash, Flex, Flex 4, php, RIA | Comments Off

Creating a Login Box with FB4, PHP and mySQL – Part 1

Most standalone applications require a login box of some sort. That is why today we will begin our journey into building a login and registration form that will be reusable for many types of applications, or may act as a … Continue reading

Posted in ActionScript, Adobe, Flash, Flex, Flex 4, mySQL, php, RIA | Comments Off