Records Held by Sachin Tendulkar
My Thoughts

Records Held by Sachin Tendulkar

  • by Tejash Shah
  • February 4, 2011

Highest Run scorer in the ODI Most number of hundreds in the ODI 41 Most number of nineties in the ODI Most number of man of the matches(56) in the ODI’s Most

Technical WordPress

Registration Module in WordPress: WP-Members

  • by Tejash Shah
  • January 20, 2011

Download Plugin – http://wordpress.org/extend/plugins/wp-members/ Description WP-Members™ is a plugin to make your WordPress blog a membership driven site. Perfect for newsletters, private blogs, premium content sites, and more! The plugin restricts selected

General

PHP snippets to interact with Twitter

  • by Tejash Shah
  • January 14, 2011

Twitter is an awesome tool for website owners, and you should definitely integrate it into your website if you want to attract more traffic and new visitors. Today, let’s take a look

PHP Technical

Create a CSV file from MySQL with PHP

  • by Tejash Shah
  • January 14, 2011

The example code below uses the raw mysql_* functions but it should be easy enough to substitute a database library’s functions instead. It also writes the data out line by line to

PHP Technical

Sending a CSV file to the web browser with PHP

  • by Tejash Shah
  • January 14, 2011

The headers look like so, substituting filename.csv for the name you would like: header('Content-type: application/octet-stream'); header('Content-Disposition: attachment; filename="filename.csv"');

General

Export data to CSV from MySQL

  • by Tejash Shah
  • January 14, 2011

To dump all the records from a table into the file /tmp/[tabelname].csv as a CSV file, use the following SQL query:

General

Creating a MySQL dump in CSV format

  • by Tejash Shah
  • January 14, 2011

Mostly, a dump of a db is wanted in SQL. In case of emergency import file. But some people do not comprehend SQL or their SQL doesn’t like your SQL and everything

General

Facebook – Add a profile tab

  • by Tejash Shah
  • December 18, 2010

You must be Connected before you can add a profile tab. Prompting the user before this will result in an error. Click the Login button on the top left to connect if