ScriptArticle.com

All Posts in PHP functions

Equal and Identical comparison operators in PHP / == (equal) or === (identical)

Mahesh Yadav By: Mahesh Yadav|In: Coding & Programming|Last Updated: March 10, 2013
Equal and Identical comparison operators in PHP / == (equal) or === (identical)
Equal and Identical comparison operators in PHP   When comparing values in PHP for equality you can use either the == (equal) operator or the === (identical) operator. Do you know, what is the difference?   Very simple the == operator just checks to see if the left and right values are equal. But, the === operator… (1 comment)
Read More

Difference between !=(not equal to) and !==(not double equal to) in php

Mahesh Yadav By: Mahesh Yadav|In: Coding & Programming|Last Updated: March 10, 2013
Difference between !=(not equal to) and !==(not double equal to) in php
Hopefully, you can think that !== operator as being more ‘strict’ than the != operator.   This is because the !== operator will say that the two operands being compared are not equal only if the type of the two operands are the same, but their values are not equal.   This is desirable behaviour because the…
Read More

Topics

  •  Coding & Programming (96)
  •  Content Management Systems (4)
  •  Databases (13)
  •  Default (25)
  •  Encryption & hiding (11)
  •  Flash/Flex (1)
  • General (107)
  •  Google (19)
  •  Hacking & Threat Attack (11)
  • HTML & CSS (18)
  • Internet Marketing (15)
  • JavaScript & jQuery (11)
  • Link Building (4)
  • Networking (7)
  • OOPS Concepts (13)
  • Opensources (21)
  • Others (2)
  • PHP Frameworks (33)
  • Project Managment (2)
  • Quality Assurance & Testing (12)
  •  Search Engine Optimization (20)
  •  Search Media Optimization (6)
  •  Server Configuration and Handling (18)
  •  Social Networking (7)
  •  Validation & functions (23)
  •  Web Content (8)
  •  Web Graphics & design (9)
  •  Web Scripts & Programming (71)
  •  Web Testing (4)
  • Web tools (57)
  •  Wordpress (14)
  • Wordpress & Blogs (10)

Recent Posts

  • MySQL vs MongoDB: Comparison Between RDBMS and Document Oriented DB
  • How to import an SQL file using command line in MySQL?
  • MySQL Interview Questions & Answers
  • CDN: Content Delivery Network Overview
  • Automatic session timeout/logout using PHP after X Minutes of Inactivity/Idle time

About Me

I always love to make great things and promise I won’t stop to share these awesome things. Join me on our social networks and help us improve our work by sharing your thoughts and ideas!

© 2021 ScriptArticle.com · Beginner by Theme Junkie