Showing posts with label Number. Show all posts
Showing posts with label Number. Show all posts

Monday, August 31, 2015

How to Find the Login for FTP for GoDaddy


Check the email you received from GoDaddy when you created your Web hosting account. GoDaddy recommends that customers print out this confirmation email, because it contains important account information that customers often need to use as they manage a website. Either find the email within a folder of your email browser or find the printed copy of the email, because it contains your login name and password.
Visit the GoDaddy website and enter your Customer Number in the upper-left corner of the homepage. Click the 'My Account' tab and then click 'Web Hosting' from beneath the 'Products' section in the left sidebar. Select the domain you wish to view and find the 'Overview' tab. Within the 'Overview' tab, you will see a 'Login' box with your username.
Create a new password if you cannot remember your password and you do not have your confirmation email from GoDaddy. Visit the GoDaddy website and enter your Customer Number in the upper-left corner of the homepage. Click the 'My Account' tab and then click 'Web Hosting' from beneath the 'Products' section in the left sidebar. Click 'Launch' beside the correct hosting account. Within the 'FTP' section, find the 'Password' field and select 'Change.' Enter a new password twice into the appropriate fields and select 'Update.' GoDaddy warns that it may take as long as one hour for a new password to take effect.
Contact GoDaddy if you continue to experience technical problems. Dial (480) 505-8877 to speak with a support representative. Provide your customer PIN or the last four digits of the credit card you used to pay for your Web hosting. Providing either of these numbers identifies you to GoDaddy -- the customer service representative will not assist you without either of these numbers. Ask the support representative for your login information. The representative will email you the information to the email address associated with your Web hosting account.
VPS Hosting

Thursday, August 20, 2015

How to Transfer Data in Web Form to a Database


Create a database. Note down the input fields on your existing web form. For example, if your form contains fields for 'Name,' 'Address,' 'Email' and 'Phone Number,' create these corresponding fields in your database.
Create a form handling page. This will contain scripts that will connect the web form to your database and store the entered information. You will need to use programming languages such as ASP or PHP along with SQL to create a script to have the data stored in your database.
Edit your web form. Using an HTML editor such as MS Frontpage or Dreamweaver, change your '
' tag to submit to your form handling page. For example, if your form handling page is named 'formhandler.php,' the '
' tag will look like this:
Save your web form and form handling page and upload it to your web hosting account.
VPS Hosting