Toggle navigation
Menu
Home
Bug Solutions
Latest news
12:17:00 PM
Achappan Mahalingam
No comments
What happen If you convert NULL to String?
When you convert NULL into String it will always return a empty value.
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Blog Archive
July
(1)
June
(15)
May
(6)
April
(7)
March
(6)
February
(16)
January
(5)
Total Pageviews
Popular Posts
15 Essential CSS Questions:
1. Which of the following is NOT a valid border-style property value? dotted inset glazed groove solid Ans: glazed 2. ...
Steps to integrate Yamm mega menu into your own bootstrap website
I am doing website design using bootstrap and a need to use mega menu instead of using list menu items in the navigation bar. For this pu...
How to set corporate proxy for NodsJs?
I tried to install a GRUNT (which a javascript task runner to perform repetitive tasks like minification, compilation, unit testing, lint...
Which function is used to moves an uploaded file to a new location?
move_uploaded_file ( string $filename , string $destination ) Example: <?php if( isset($_POST['submit']) ) ...
List of PHP Frameworks
Project Current stable version Agavi 1.0 Aiki Framework 0.9.1 AppFlower 1.3 Ayoola Framework 1.4.1 CakePHP 2.6.1 Cgiapp 1.0 ClanCat...
What are all the essential topics in PHP for learning?
The below topics we need to cover while learning PHP. PHP Basics Strings and String Functions Basic Arithmetic Conditions and Loops ...
Unsigned Integers in PHP
PHP does not support unsigned Integers and Integer size can be determined using the constant PHP_INT_SIZE , and maximum value using the...
What is IIS (Internet Information Services)?
Internet Information Services (IIS) for Windows® Server is a flexible, secure and manageable Web server for hosting anything on the Web. F...
Examples of JQuery Selectors
jQuery selectors are used to "find" (or select) HTML elements based on their id, classes, types, attributes, values of attribute...
Error: The used table type doesn't support FULLTEXT indexes?
Wow! I got this error when i am creating a below table with FULLTEXT indices. The reason for this exception is "Full-Text Search is su...
0 comments:
Post a Comment