Vishnu Ugale
Sunday, November 27, 2022
Privacy-Policy
›
Last updated: November 27, 2022 This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your i...
Tuesday, June 21, 2011
Email with attachment - PHP
›
$files = "logo.jpg"; // email fields: to, from, subject, and so on $to = "example@example.com"; $from = "example...
Thursday, April 28, 2011
Email Using - Wordpress
›
$headers= "MIME-Version: 1.0\n" . "From: Me <dale.hurley@example.com>\n" . "Content-Type: tex...
PHP Email - set the email text/html format
›
HTML email example $email = "email@example.com"; $subject = "Test"; $message = "Html format message, e.g <di...
Friday, March 18, 2011
Listing the category and subcategory from single table
›
You table structure create table categories ( id integer not null primary key , name varchar(37) not null , parentid int...
Monday, February 21, 2011
Archive and extract files using command line
›
To create the archive files use following command tar -czf test.tar.gz test/ To extract the files use following command tar -xzf test...
Thursday, January 13, 2011
To repair Mysql Table
›
To repair Mysql Table use the following command. $ myisamchk -r /usr/local/mysql/data/dbname/tablename.MYI Thanks Vishnu U
2 comments:
›
Home
View web version