1-10 of 144 hubssort by Hot Best Latest

Alpho011 profile image87

User Authentication using PHP and MySQL and web forms

This is a how to on establishing a login system for a web page or web based application. Source files You've seen them, account signups, email etc, well we are going to show the gist of a PHP login system...

12 comments    how to technology internet
Screen shot of polling chart77

PHP, MySql and Yahoo Flash Charts, yahoo dev network

Screen shot of polling chart Today we will do a chart using PHP, MySql and Yahoo Astra API (charts). The completed work will look something like this: ...

1 comment    technology marketing web
86

Simple PHP web based address book using MySql

Today we will be creating a web based address book using PHP and MySql, it will be using the $_GET superglobal, as a means of reviewing the database contents. Before we start here are the source files: ...

16 comments    business technology internet
PHP code to generate static HTML pages from a database84

Generate Static HTML Pages From A Database

I have a rule, when it comes to webpages. Keep it simple. No scripts, no flashy templates. It's no big secret that the most successful websites are those which are the simple and easy to use. See Google. But...

3 comments    technology programming php
Alpho011 profile image83

MYSQL Sub -queries

What is a Subquery?A subquery is, in essence, a SQL statement that is most often used as part of another SELECT statement.Sub queries are used in order to achieve very complex searches and complex reports. ...

2 comments    technology web software
71

Differences between SQL and MySQL

Many programmer and many students have a little confusion about the difference between SQL and MySQL. It's a common question to the new programmer about the differences between them. If you browse several...

2 comments    sql mysql between sql
FreeHostia.com73

The best free web hosting with no ads, PHP, MySQL and FTP

There's no doubt you will get better features on hosting companies like SiteGround.com that provide you a lot of bandwidth, space and support, and don't think you'll get unlimited bandwidth or space from a...

8 comments    free best hosting
Jimmy Boyd profile image72

Utilizing a One-Time Offer Script To Increase Profits

A one-time offer is a technique to increase the ultimate urgency to buy now in your customers or subscribers. Any website or list owner with a thank-you page can set up a technological but fairly simple PHP...

1 comment    business technology marketing
naveenkadian profile image68

Incorrect Information in .FRM File of InnoDB Table

MySQL organizes all the data as tables, irrespective of storage engine used. If you are using MySQL with InnoDB tables, these tables might get corrupt due to hardware faults, unexpected power failure, MySQL...

0 comments    table mysql error message
NealWalters profile image76

how to connect vb with mysql?

1) Download the free ODBC Driver from MySQL website (link below). 2) Get the connection string from the other link below. I'm assuming you know ADO how to create connection objects. 3) You might be running...

3 comments    technology programming mysql
working