| bohemia's Blog | |
|
Description: No desc available |
|
|
Feb 02
2012
|
PHP Object Oriented ProgrammingPosted by bohemia in Untagged |
OOP Programming in PHP
Depending on one's background and learning methods, a PHP programmer is often lead to examine Procedural PHP vs OOP in PHP.For the serious
|
Feb 02
2012
|
PHP Built-In FunctionsPosted by bohemia in Untagged |
PHP Built In Functions
Execute a mysql query
mysql_query()
Connect To MYSQL Database
mysql_connect()
|
Feb 02
2012
|
PHP ConstructsPosted by bohemia in Untagged |
PHP Language Constructs
PHP has many built-in language constructs and functions. Language constructs can be used with or without parentheses while functions always have|
Feb 02
2012
|
Remove Index With PHPMYADMINPosted by bohemia in Untagged |
Remove Unique Index With PHPMYADMIN
1) Open PHPMYADMIN
2) Select database >database table >Structure >(Select from option a or b
|
Feb 02
2012
|
Unique MYSQL Columns With PHPMYADMINPosted by bohemia in Untagged |
Unique MYSQL Columns With PHPMYADMIN
Alter a table to create unique columns. This will ensure there is no duplicate values in a column that is unique.|
Feb 02
2012
|
Unique MYSQL Table CreationPosted by bohemia in Untagged |
Unique MYSQL Table Creation
Create a Table where only there is no duplicate firstname / lastname combinations(
lastname varchar(30) NOT NULL,
|
Feb 02
2012
|
Create a New MYSQL Table With UniquePosted by bohemia in Untagged |
Unique MYSQL Table Creation
Create a Table where only there is no duplicate firstname / lastname combinations(
lastname varchar(30) NOT NULL,
|
Feb 02
2012
|
MYSQL Unique ColumnsPosted by bohemia in Untagged |
MYSQL Add a Unique Column
The code below creates a new column called username to the table called mytable. The username must be unique. In other words, if you use an|
Feb 02
2012
|
Search A Single MYSQL Database Table For a Specific StringPosted by bohemia in Untagged |
Search A Single MYSQL Database Table For a Specific String
2) Select Database >Select Table
3) Select Search
4) Insert Words into Desired Text
|
Feb 02
2012
|
Search All MYSQL Database Tables For a Specific StringPosted by bohemia in Untagged |
Search All MYSQL Database Tables For a Word or Specific String
2) Select Database
3) Select Search
4) Insert Words into Text Input
5) Select Go