HTML optgroup

html No Comments »
<select>
  <optgroup label="Cars">
    <option value="BMW">BMW</option>
    <option value="Opel">Opel</option>
  </optgroup>
  <optgroup label="Phones">
    <option value="Nokia">Nokia</option>
    <option value="Samsung">Samsung</option>
  </optgroup>
</select>

optgroup

Visual Qquery

jquery No Comments »

http://www.visualjquery.com/

Adminer

blogroll, mysql, php No Comments »

Adminer

Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server

WinBinder

blogroll, php No Comments »

WinbinderWinBinder is a new open source extension for PHP, the script programming language. It allows PHP programmers to easily build native Windows applications.

MySQL GUI Tools

blogroll, mysql No Comments »
  • MySQL Administrator
  • MySQL Query Browser
  • MySQL Migration Toolkit

http://dev.mysql.com/downloads/gui-tools

  • MySQL Workbench (MySQL Workbench is a next-generation visual database design application that can be used to efficiently design, manage and document database schemata.)

http://dev.mysql.com/downloads/workbench

Play Poker

blogroll, games, poker No Comments »

My Royal Flush

games, poker 1 Comment »

p1

Get visitors IP

php No Comments »
    $ip = $_SERVER['REMOTE_ADDR'];

mysql_insert_id

blogroll, mysql, php No Comments »
       mysql_insert_id()

http://php.net/manual/en/function.mysql-insert-id.php

mysql_affected_rows

blogroll, mysql, php No Comments »
       mysql_affected_rows()

http://php.net/manual/en/function.mysql-affected-rows.php

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in