Free PHP Flash Form with Drop down Combo Box (AS2)

Creating a flash form with php post method is quite easy and can be done by anyone having basic knowledge of action script but it requires some additional technique beyond the basic action knowledge to add a combo box drop down to the form.

I worked out myself a form with a combo box drop down and it worked pretty amazing. I would like to share the same with you. I will describe the steps below for beginners. Others can download the source file here.

Posted in Tutorials | 1 Comment

Join Pixelgenio’s Business Directory


Your Name *
Category*
Your Email *
Organization Name *
Org. Description *
Keywords
Org. Website
Org. Phone
Org. Email
 * Provide at least one form of contact.
Org. Address
 
Org. City
Org. State/Province
Org. Zip Code
Org. Country
   
 * required
Powered by Business Directory for Wordpress
Posted in Join our Business Directory | 1 Comment

Our Business Directory

Add your Listing and get more web visibility

Search Cool Directory:
Search by Category:


parishotelstour

cheap hotels in Venice

Remote PC Support

UK support, IT management, and hosted desktop services.

Web Design Glasgow

We provide services such as Website development, E-commerce, Flash website design, Search engine optimisation (SEO Glasgow), Content Management System, Brochure, Flyer and Logo design.

Powered by Business Directory for Wordpress
Posted in Business Directory | Leave a comment

Importing and exporting a .sql file

Objective: To show the basic steps that a non-techie can use to create a database and then import a SQL file.

I being a non-techie was always afraid of databases, especially when trying to create one and importing tables to it. But later I realized that it always helps if you dare to learn and keep in your knowledge some basic features so you do not at least panic when you run into an emergency. Creating a database and importing/exporting tables is pretty simple if you do not require to into advanced options.

Step1-Create database: Open your c-panel in your server host. For me it was bluehost.com. Click on MySQL Databases.

Look for section called ‘Create New Database’. Put in your desired database name and click the ‘Create Database’ button.

Return to this same page after you get a confirmation message. Here you will now see that the new database is added in the ‘Current Databases’ section. If you need to remove this database you can do so by the ‘Delete Database’ link on the right side of the database row.

You should note that if this is the first time you are creating a database then you also need to assign an user to it by Adding a user-name and  password. If you already have existing databases then you must be having another userid and psssword. So you can ship this step. If you do not have any such userid and password you can create one in the section in this page that is ‘Add New User’.

Move to the main interface of your C-panel(same as the first picture). In the Databases section click ‘phpMyAdmin’. Enter the userid and pass of the new user you created.

In the page that comes up, select the database you created from the left panel.

Now select ‘Import’ from the tabs on top. You should see a Browse button. Browse and import the SQL file that you have in your hard drive. Thats It! All tables will be imported.

To export an existing database select the Export tab from top and press Go in the Export page that comes up.

Posted in database related | Leave a comment