Skip to content

PHPCodez

Search
  • PHP
  • Magento
  • Javascript
  • HTML
  • My SQL
  • Functions
  • WordPress
  • Plugins
  • Joomla
  • Linux
  • jQuery
  • Profile
  • comments

Monthly Archives: June 2015

Javascript

Javascript Difference Between “==” and “===”

June 17, 2015 Pramod T P Leave a comment

“==” checks only for equality in value whereas “===” is a stricter equality test and returns false if either the value or the type of the two variables are different.

JavascriptPHP
Javascript

Javascript Detect Operating System

June 17, 2015 Pramod T P Leave a comment

In order to detect the operating system on the client machine, the navigator.appVersion string (property) should be used.

JavascriptPHP
Javascript

Javascript NULL

June 17, 2015 Pramod T P Leave a comment

The NULL value is used to represent no value or no object.  It implies no object or null string, no valid boolean value, no number and no array object.

JavascriptPHP
Javascript

Javascript Delete Operator

June 17, 2015 Pramod T P Leave a comment

The functionality of delete operator is used to delete all variables and objects in a program but it cannot delete variables declared with VAR keyword.

JavascriptPHP
Javascript

Javascript Popup Boxes

June 17, 2015 Pramod T P Leave a comment

Below given are the popup boxes supported by Javascript

  • Alert
  • Confirm and
  • Prompt
JavascriptPHP
Javascript

Javascript Negative Infinity

June 16, 2015 Pramod T P Leave a comment

Negative Infinity is a number in JavaScript which can be derived by dividing negative number by zero.

JavascriptPHP
PHP

What does the expression Exception::__toString means?

June 14, 2015 Pramod T P Leave a comment

Exception::__toString gives the String representation of the exception.

PHP
PHP

How is it possible to set an infinite execution time for PHP script?

June 14, 2015 Pramod T P Leave a comment

The set_time_limit(0) added at the beginning of a script sets to infinite the time of execution to not have the PHP error ‘maximum execution time exceeded’.It is also possible to specify this in the php.ini file.

PHP
PHP

What is the use of the function ‘imagetypes()’?

June 14, 2015 Pramod T P Leave a comment

imagetypes() gives the image format and types supported by the current version of GD-PHP.

FunctionsImagePHP
PHP

How can PHP and Javascript interact?

June 14, 2015 Pramod T P Leave a comment

PHP and Javascript cannot directly interacts since PHP is a server side language and Javascript is a client side language. However we can exchange variables since PHP is able to generate Javascript code to be executed by the browser and it is possible to pass specific variables back to PHP via the URL.

PHP

Posts navigation

← Previous 1 2 3 4 … 6 Next →

Beginners' Guide

Recent Posts

  • Upstream sent too big header while reading response
  • Navigate to a Folder from Any Location by Typing a Letter – Linux
  • Magento 2 Admin Content Deployment
  • React vs next JS
  • Disable CAPTCHA Magento 2 Admin Login
  • Difference Between composer.json and composer.lock Files
  • Magento 2 Regenerate URL Rewrites Manually For Categories
  • Magento 2 Regenerate URL Rewrites Manually for Products
  • composer self downgrade

Recent Comments

  • sunny on cgi.force_redirect
  • beats solo 4 on allow_url_include
  • Hairstyles on php end of line
  • penipu on cgi.force_redirect
  • lumi777 link alternatif on cgi.force_redirect

Categories

  • .htaccess (32)
  • Ajax (4)
  • Apache (43)
  • AWS (11)
  • Cookie (4)
  • Database Model (9)
  • Design Pattern (9)
  • Filter (27)
  • General (187)
  • HTML (5)
  • IP.Board (1)
  • Javascript (99)
  • Jetty (3)
  • Joomla (17)
  • jQuery (63)
  • JSON (3)
  • JSP (1)
  • Linux (125)
  • Magento (371)
  • My SQL (74)
  • nginx (4)
  • OOPs (12)
  • Payment Gateway (1)
  • PHP (1,005)
  • Plugins (11)
  • Prototype (1)
  • session (5)
  • Socialengine (1)
  • SQL (69)
  • SVN (17)
  • Uncategorized (11)
  • Vbulletin (11)
  • Wordpress (89)
Proudly powered by WordPress