Skip to content

PHPCodez

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

Monthly Archives: May 2015

Javascript

Javascript Prompt Box

May 24, 2015 Pramod T P Leave a comment

A prompt box is a box which allows the user to enter input by providing a text box.  Label and box will be provided to enter the text or number.

JavascriptPHP
Javascript

Javascript Global Variables

May 24, 2015 Pramod T P Leave a comment

Global variables are those that are available throughout the length of the code, that is, these have no scope. The var keyword is used to declare a local variable or object. If the var keyword is omitted, a global variable is declared.

JavascriptPHP
Javascript

Javascript ‘this’ keyword

May 23, 2015 Pramod T P Leave a comment

This’ keyword is used to point at the current object in the code. For instance: If the code is presently at an object created by the help of the ‘new’ keyword, then ‘this’ keyword will point to the object being created.

JavascriptPHP
Javascript

Javascript Comments

May 22, 2015 Pramod T P Leave a comment

// for Single line comments and

/* Multi

Line

Comment

*/

JavascriptPHP
Javascript

Javascript Submit Form

May 21, 2015 Pramod T P Leave a comment

To submit a form using JavaScript use document.form[0].submit();

document.form[0].submit();

JavascriptPHP
Javascript

Javascript Difference Between ViewState And SessionState

May 21, 2015 Pramod T P Leave a comment

‘ViewState’ is specific to a page in a session.

‘SessionState’ is specific to user specific data that can be accessed across all pages in the web application.

JavascriptPHP
PHP

Is it possible to use COM component in PHP?

May 14, 2015 Pramod T P Leave a comment

Yes, it’s possible to integrate (Distributed) Component Object Model components ((D)COM) in PHP scripts which is provided as a framework.

COMPHP

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

  • 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
  • Beauty Fashion on mysqldump create table if not exists

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