Search found 86 matches

by Tony
Fri Sep 04, 2009 3:06 am
Forum: PHP & MySQL
Topic: Accessing Database with PHP
Replies: 0
Views: 1935

Accessing Database with PHP

Save this code to a file names phpdb.php <?php class dbClass {     var $dbHost;     var $dbName;     var $dbUser;     var $dbPass;     var $conn;     var $result  = array();     var $output  = array();     var $numrows;     var $current_query;           function dbClass($dbHost, $dbName, $dbUser, $d...
by Tony
Fri Sep 04, 2009 2:41 am
Forum: PHP & MySQL
Topic: BASE64 Encoding in PHP
Replies: 0
Views: 1876

BASE64 Encoding in PHP

Encoding base64_encode ('451');  Result will be : NDUx Decoding echo base64_decode('NDUx');  Use serialize with base64_encode to convert the more complex data in to network transferable data. In .Net, this type of encoding is available at Viewstate The problem here is, when Encoding a text into bas...
by Tony
Wed Sep 02, 2009 2:24 am
Forum: Linux
Topic: Using Rsync to Backup Data
Replies: 0
Views: 1933

Using Rsync to Backup Data

Rsync is a command line utility that is used to synchronize files between two computers over a network to synchronize files between two computers, or servers. Presently, I am using it as a way to backup data from one server to a backup server. My goal here is to show a way to set up a linux server t...
by Tony
Wed Sep 02, 2009 2:21 am
Forum: Linux
Topic: Add Second Hard Disk in Ubuntu
Replies: 0
Views: 2094

Add Second Hard Disk in Ubuntu

This tutorial will guide you on adding a second hard disk in Ubuntu server. First thing to do is install the second hard drive into your computer. I assume you already know how to do this. One thing I have learned with IDE drives and ubuntu, always use the Ultra DMA 80 conductor IDE cables on the dr...
by Tony
Wed Sep 02, 2009 2:15 am
Forum: Windows
Topic: Hide PC from My Network Places
Replies: 0
Views: 2095

Hide PC from My Network Places

Sometimes I would like to have a Windows based PC on the network, but I would like to hide it from the Network Neighborhood browse list. In order to hide your PC, just do the following: Start the registry editor by Clicking on Start -> Run, type Regedit and press OK. Then go to: HKLM\SYSTEM\CurrentC...
by Tony
Sun Aug 30, 2009 1:25 am
Forum: Windows
Topic: Windows 7 Vs. Windows XP
Replies: 0
Views: 2890

Windows 7 Vs. Windows XP

Compression/Decompression Performance: winrar.PNG 7zip.PNG Memory/Cache Performance: superpi.PNG evrest.PNG Rendering Performance: cinebench.png HDD Performance: hddperformance.PNG 3D Performance: furmark.PNG 3d2006.PNG devilbench.PNG Hardware Used Processor : Core 2 Duo E8500 @ 3.6 GHz (450 MHz x8...

Go to advanced search