Posted on 24 June 2010. Tags: linux, Operating System, OS, sudo, Ubuntu, unix
When I was trying to access my phpmyadmin in Ubuntu OS,I have encountered a problem: Wrong permissions on configuration file, should not be world writable! I was thinking of some access control error. I have searched the web and found article containing this error. There are lot of link available there but after get lot [...]
Read the full story
Posted in Article, Computer, Tutorial, Ubuntu, Unix OS
Posted on 19 March 2010. Tags: addHTMLControl, Control, HTML, JavaScript
This chapter explains how to display add HTML control dynamically through JavaScript. Click for Demo : Add HTML Control Download the script : Add HTML Control
Read the full story
Posted in JavaScript, JavaScript, Programming, Project
Posted on 13 February 2010. Tags: function, PHP, Substr
The Substr () PHP Function is used to return part of a string. It is written as substr (string, start, optional length);.The string is whatever string you want to return a portion of. The start is how many characters in to skip before starting. Setting this to 3 would skip the first three and start [...]
Read the full story
Posted in PHP, Programming, Tutorial
Posted on 21 November 2009. Tags: Bihar, Delhi, Karnataka, Kerala, Madhya Pradesh, Maharashtra, Tamil Nadu, Uttar-Pradesh, West-Bengal
Fake Universities State-wise List of fake Universities as on 18thJanuary, 2009 Bihar Maithili University/Vishwavidyalaya, Darbhanga, Bihar. Delhi Varanaseya Sanskrit Vishwavidyalaya, Varanasi (UP) Jagatpuri, Delhi. Commercial University Ltd., Daryaganj, Delhi. United Nations University, Delhi. Vocational University, Delhi. ADR-Centric Juridical University, ADR House, 8J, Gopala Tower, 25 Rajendra Place, New Delhi – 110 008. Indian Institute of [...]
Read the full story
Posted in Article, Education, General, Institutions
Posted on 14 November 2009. Tags: HTML, JavaScript, JavaScript Loading
In this program just change the source of iframe and your loading.gif will show upto that time when page will not upload finally. For Demo Click Here Download Script Click Here
Read the full story
Posted in Article, HTML, JavaScript, Programming, Tutorial
Posted on 10 November 2009. Tags: 50 PHP tips, 50 PHP tips and tricks, 50 PHP tricks, Advanced PHP, PHP
echo is faster than print. Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need evaluating in your string. Use sprintf instead of variables contained in double quotes, it’s about 10x [...]
Read the full story
Posted in Article, Computer, Programming
Posted on 10 November 2009. Tags: Borland, China Mobile, Digg, eBay, FacebookWikimedia, Flickr, fotolog.com, Google, Intel, Nokia, Oracle, Yahoo, Zend
Often the question is asked by those who wish to convince a CEO or or some company heavy weight when the question is asked “What large sites are using PHP”. Well here is a list of large comapnies and sites known to using PHP. Like many enterprises, PHP is not always the sole language in [...]
Read the full story
Posted in Article, Computer
Posted on 10 November 2009. Tags: Advance PHP, empty, function, isset, null, PHP
I have come across code that checks for empty or null values, or if a variable is set. Many of these checks fail as the wrong function is being used to assert the correct value. While it is important to be checking values, it is equally important to understand the difference between the different methods [...]
Read the full story
Posted in PHP, Programming, Tutorial
Posted on 10 November 2009. Tags: Advanced PHP, OOPs, PHP, PHP Type Casting, Tutorials, Type Casting
Contents Types Casting Cast to string Cast to int Cast to binary (PHP6) Cast to unicode (PHP6) Cast to boolean Cast to object Cast to float Check for Type Check String Check INT Check Array Check Object Check Float Check Double Check Real Check Bool Check Buffer Check Binary Check Unicode Check NULL Check Resource [...]
Read the full story
Posted in PHP, Programming, Tutorial
Posted on 08 May 2009. Tags: PHP
Introduction In this part I will continue this and also show you how to use PHP and forms together to make your PHP scripts useful. Setting Up Your Form Setting up a form for use with a PHP script is exactly the same as normal in HTML. As this is a PHP tutorial I will [...]
Read the full story
Posted in Article, PHP, Programming, Tutorial
Get Social!