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

GetLocalUserName (Windows, Lazarus)

apps, lazarus, pascal, win No Comments »
function GetLocalUserName : string;
var
    Buffer : array[0..255] of char;
    Count : DWord;
begin
  Count := 256 + 1;
  GetUserName(Buffer, Count);
  Result := string(Buffer);
end;

Download example
Download source

lazarus + firebird embedded step by step project (`Hello World tutorial`) //Win32

apps, lazarus, pascal 3 Comments »

1. Download Lazarus and isntall

2. Download and install FireBird

Read the rest of this entry »

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