Php n MySQL

Case Sensitive Search in MySQL

By default mysql searches are case insensitive, that is from the following table:
cms
description
rating
Joomla
Joomla is an open source cms with nice design
3
Drupal
Drupal is an open source CMS framework based on MVC architecture
4
This query:
SELECT * FROM `table` WHERE `cms` LIKE ‘%JOOMLA%’
will fetch the first row of the records. If we want to case sensitive select, we can [...]

Advanced PHP Interview Questions

What is the difference between PHP running as a ‘module’ and as a ‘CGI’?
While php running as a module, the php settings from php.ini file are loaded into memory, and it will be available for each page from memory only.
While running as a CGI mode, the web server will load the php.ini file each time. [...]

Features in PHP 5.3

The much awaiting php version PHP 5.3 has been released.  The important features of PHP 5.3 version are:
‘goto’ lable for jumping
Namespaces supports for PHP Classes.
Closures or Anonymous function same like javascript/jQuery anonymous functions.
garbage collection support
And much more….
You can see the php 5. 3 release version here.

JavaScript Interview Questions and Answers

Here are few JavaScript interview questions and answers:
How do you delete the last element of an array in JavaScript?
array_object_variable.pop();
The pop() method in JavaScript will delete the last element of the array. Whereas the push() method will add a new element at the start of the array.
How do you get the random number between 0 and [...]

Search for some content


Is your Phone protected?
Donwload Kaspersky Antivirus now!

A.Niraj Kumar’s Present Address

Marripalem
Visakhapatanam
530018, (Vizag)
Andhra Pradesh, India
I am Gmail User. Are you?
I am Skype User. Are you?
Photo of A.Niraj Kumar

Call me USA: +1-(505)-404-6627
Call me UK (London): +44-020-8144-4086
Call me India: +91-9492247412
Call me India: +91-9550293773
Call me BRAZIL: +55-(113)-711-2773

Your are my Visitor Number according to ChillyCounter.

Where is Niraj now?

Google Talk

Am i online on SKYPE for a call now?

My status

Request a Quote

Your Name (required)

Your Email (required)

Subject

Your Message

Wanna Pay me for project done?

Enter Project URL
Enter Agreed Amount
Select Currency

My Sponsors!

Wordpress Joomla(WPJoomla)

The Wordpressboys

Need hosting Space?

I am Skype User

Todays Stock Summary of Software Biggies

RELIANCE.NS1009.80  chart+19.45  chart +1.96%
INFOSYS_a.NS2704.00  chart+0.00  chart +1.96%
WIPRO.NS696.90  chart-5.15  chart -0.73%
SATYAMCOM.NS98.10  chart-0.40  chart -0.41%
RELGOLD_a.NS1674.80  chart+0.00  chart -0.41%
TCS.NS780.70  chart+12.00  chart +1.56%
HCL-INSYS.NS136.30  chart-2.20  chart -1.59%
IBM125.55  chart+0.00  chart +0.00%
2010-03-10 04:51
Back to Top ↑

Switch to our mobile site