1-10 of 165 Hubssort by Hot Best Latest

Alpho011 profile image90

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 using MySQL for user management. First...

23 comments    how to internet technology
90

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 that doesn't mean that you can't leverage...

15 comments    technology programming php
84

Best PHP IDE and WYSIWYG tools for Every PHP Programmer

PHP (recursive acronym for: PHP Hypertext Preprocessor), is a widely-used, Open Source embedded scripting language. PHP is a server-side scripting language usually written in an HTML context. Unlike an ordinary HTML page, a PHP script is not...

5 comments    php open source php programming
01i profile image84

What is the difference between an INNER JOIN and an OUTER JOIN in MySQL?

When using SQL to interact with a database, you may wish to retrieve data from one table, and then, based on what you find, pull data from another table. This can be achieved by writing multiple queries, or,...

2 comments    data database mysql
82

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: ...

45 comments    business internet technology
gramsmith profile image81

Recovering MySQL database from the ERROR 1146 (42S02) error

MySQL is a relational database management system (MySQL) that acts as a server providing multi-user access to many databases. It is used by some very high-traffic websites like Flickr, Facebook, Wikipedia,...

2 comments    mysql repair
80

Tutorial: How to Create your own search engine using Php and MySql Database - For your Website

In this tutorial, You will learn "How to build your own search Engine" to allow your visitors to search through your site via Html search form or Button.

26 comments    mysql database search button
80

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 blog or blog posts or forum posts related to...

84 comments    between sql sql vs mysql
NealWalters profile image80

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 MySQL on your machine, or on a remote...

11 comments    technology programming mysql
susiequeue profile image80

What Is An SQL Max Query?

An explanation of the max function in SQL, with particular reference to MySQL, looking at the purpose and syntax of the max clause in select query statements.

0 comments    mysql sql sql max statement
working