Pages

▼
Tuesday, January 31, 2017

MySQL increment row value dynamically

›
SELECT @i := 0; UPDATE table SET field = (select @i := @i + 1);

How to download files from command line in Windows, like Wget

›
Create a file named 'Download_File.vbs' with following contents: DownloadUrl = "http://ovh.net/files/10Mb.dat" File...
Monday, January 30, 2017

Windows Batch Script to create new MySQL database and import

›
Create a file named restore.bat with following contents & double to click to create new database & import data to selected databas...

Windows Batch Script to backup local MySQL database

›
Create a file name "backup.bat" with following contents and double click to backup selected database to local file. @ECHO OF...
Saturday, January 28, 2017

DateTime Picker · Bootstrap

›
You can download full example from here <head> <title>Bootstrap Date Time Picker Example</title> <scrip...
Tuesday, January 24, 2017

List all timeZones in SQL Format

›
CREATE TABLE IF NOT EXISTS time_zone_list (id int(11) NOT NULL AUTO_INCREMENT,name varchar(50) NOT NULL,display_value varchar(100) NOT N...
Thursday, January 19, 2017

php - Send ics calendar invite using Swift Mailer

›
Download full source code from here This code works fine with Gmail, Yahoo, Office 365, Outlook & Others. Some screenshots of differ...
‹
›
Home
View web version
Powered by Blogger.