This is default featured post 1 title

This is default featured post 1 title

To set your featured posts, please go to your theme options page in wp-admin. You can also disable the featured posts slideshow from certain parts of your site if you don't wish to display them. »

This is default featured post 2 title

This is default featured post 2 title

To set your featured posts, please go to your theme options page in wp-admin. You can also disable the featured posts slideshow from certain parts of your site if you don't wish to display them. »

This is default featured post 3 title

This is default featured post 3 title

To set your featured posts, please go to your theme options page in wp-admin. You can also disable the featured posts slideshow from certain parts of your site if you don't wish to display them. »

This is default featured post 4 title

This is default featured post 4 title

To set your featured posts, please go to your theme options page in wp-admin. You can also disable the featured posts slideshow from certain parts of your site if you don't wish to display them. »

This is default featured post 5 title

This is default featured post 5 title

To set your featured posts, please go to your theme options page in wp-admin. You can also disable the featured posts slideshow from certain parts of your site if you don't wish to display them. »

HTML anchor Tag | bgsound tag |playcount,autoplay,loop| Class 4

CLICK HERE FOR COMPLETE PHP NOTES


CLICK HERE FOR COMPLETE HTML NOTES


CLICK HERE FOR COMPLETE JAVASCRIPT NOTES


CLICK HERE FOR COMPLETE SEO NOTES







 CLASS 4



<b<bgsound> : By using this tag we can play some background music on the WebPages.

Example Script

<HTML>
<HEAD>
<TITLE> testing  </TITLE>
</HEAD>
<BODY>
<BGSOUND SRC="file:///F:\Demo\xyz.mp3" LOOP=10>
</BODY>
</HTML>

·         <embed> : By using this tag we can embed external plugging to the video files and flash files on the web pages.
·         autoplay : By using this property we can stop the execution of the embed file, when the page is loaded.
·         loop : By using this tag we can run the embedded file continuously on the web page.Default value of the loop is false.


 Example Script

<html>
<embed src=”funnyvideo1.avi” loop=false”>
</html>

·         playcount : By using this property we can repeat the embedded file on the specified number of times.
·         Anchor : By using this tag we can display the hyperlinks in the webpages. “href” is an attribute used to provide the path of the link.


Example HTML Script

<html>
<body link="red" alink="green" vlink="black">
<a href="http://www.google.com">Goog</a>
<a href="http://www.orkut.com">Goog</a>
<a href="http://www.gmail.com">Goog</a>
</body>
</html>
CLICK HERE FOR CLASS 3                  CLICK HERE FOR CLASS 5 

Basics Of HTML | What is HTML | HTMl Samples | Class 3


CLICK HERE FOR COMPLETE PHP NOTES

CLICK HERE FOR COMPLETE HTML NOTES

CLICK HERE FOR COMPLETE JAVASCRIPT NOTES

CLICK HERE FOR COMPLETE SEO NOTES






CLASS 3

I earlier informed to our readers that to learn “PHP”, we need to discourse about HTML. Today am going to discourse about HTML.

Basic Information of HTML:

ü  HTML is client side scripting language.
*Client side scrip means = The script which is executing in client system with the help of browser inter fitters are called as client side script.
ü  HTML stands for HYPERTEXT MARKUP LANGUAGE.
ü  HTML is case insensitive language and error less language.
ü  Save every HTML file with “.html” extension.

·         <head>:   By using this tag we can send some information through the HTTP head location.
Example HTML Script

<html>
<head>
My Name Is Dinesh
</head>
</html>
Write this code in notepad and save the notepad with “.html” extension.

·         <marquee> :  By using this tag we can scroll some content(text/image) on the webpage.

Example HTML Script

<html>
<marquee>
My Name is Dinesh
</marquee>
</html>

                                                    CLICK HERE FOR CLASS 2

Versions Of PHP | PHP Important Interview Questions | Class 2


CLICK HERE FOR COMPLETE PHP NOTES

CLICK HERE FOR COMPLETE HTML NOTES

CLICK HERE FOR COMPLETE JAVASCRIPT NOTES

CLICK HERE FOR COMPLETE SEO NOTES







Class 2

Versions Of PHP
PHP 1.0
  • It is the first release of PHP in 1995 used to handle the server side request. It is not a server side scripting language. Implemented with C and Perl technology.
PHP 2.0
  • Introduced as server side scripting language in 1997 November. Supports different data base servers. Supports files uploads and many more functions.

PHP3.0
  • 2 Israeli programmers named “Zeev Sursky” and Andy rewritten the entire script of PHP from the basic and released PHP 3.0 version in 1998 June. It is fully server side scripting language and it supports different types of operating systems. PHP3.0 supports email functions. The name of PHP (Personal Homepage) renamed as Hyper Text Pre Processor.
PHP4.0
  • Zend engine 1.0 is introduced PHP 4.0 in 2000 May. It is a cross server. It includes advance features like HTTP Sassing, Output, buffering Etc. PHP4.0 supports smarty template system which is used to develop web applications.
PHP5.0
  • PHP 5.0 was released in 2005 includes more object oriented concepts like abstract, Inherence, Interfaces, Etc. Zend engine 2.0 was introduced. My SQL library was introduced which gives more support to My SQL. PHP5.0 supports exception. PHP5.0 includes web services and “XML” support.
XML = Grabbing the information of the web sites like Score, temperature.
PHP6.0
  • PHP 6.0 is major upgrade to the PHP language. The main focus is native unique code supports. PHP6.0 supports OOP concepts such as name space and late static binding.
Native Unique code support means programmers can able to name their functions and classes in their own native language.

CLICK HERE FOR CLASS 1.                         CLICK HERE FOR ClASS 3

PHP History | PHP USE | PHP Advantage| Class 1

CLICK HERE FOR COMPLETE PHP NOTES

CLICK HERE FOR COMPLETE HTML NOTES

CLICK HERE FOR COMPLETE JAVASCRIPT NOTES

CLICK HERE FOR COMPLETE SEO NOTES





 Class 1

History
  • PHP was implemented by “Rasmus Lerdorf” in 1995 using “C” and “PERL” languages.  Rasmus Lerdorf implemented this script to find out, how many company’s accessing his resume.
USE
  • PHP is a server side script language just like Jsp and Asp to develop the dynamic web applications. (Server Side = Interacting with the server). Not only dynamic web applications we can also develop the stand alone applications with PHP. (Stand alone applications = desktop applications, imaging applications).
Advantages of PHP
  • PHP is a cross flat form. Cross flat form means it supports any type of Data Base Server like Windows, SQL, Linux.
  • PHP is providing building functions to interact with Mysql database. With Jsp and Asp we cannot function directly to Mysql database. To function directly to Mysql database in Jsp and Asp, we need to use third party functions. Third party functions are not secure.
Ex. 2 years back Google stopped services to China, because of hacking the google.com. google.com was made by Jsp and Asp using third party tools. It reopened with the PHP.


  • PHP is cross server. It means it supports any time of web services.
  • PHP application is very fast. Zen Engine is the run time environment supporting number of functionalities at the time of application execution.
  • PHP supports object oriented programming concepts. CMS is providing all common functioning like “Login and Registration form and comment box.
  • PHP is supporting number of CMS software’s like Joomla, Wordpress, Roopal.
  • Zend organization is maintaining the PHP software. Zend introduced number of editors and Debuggs to work with PHP.
  • We can use different types of IDES to work with the PHP.
  • PHP is extendable. We can add the new features to the PHP software.
  • PHP is open source. It is free and easy to develop. We no need to buy a license from anywhere like Windows ex.

What is this blog?

CLICK HERE FOR COMPLETE PHP NOTES

CLICK HERE FOR COMPLETE HTML NOTES

CLICK HERE FOR COMPLETE JAVASCRIPT NOTES

CLICK HERE FOR COMPLETE SEO NOTES


Welcome to my Blog. My name is Dinesh Kumar. My blog name is www.php-notes-script.blogspot.com. I created this blog especially for PHP beginners.


*  To learn PHP we need to have the basic knowledge of HTML, Javascript, Css.
*  In this blog I will teach you the entire concepts which are needed to learn PHP and the entire concepts of PHP.
* To Learn These things, no need to do MCA, B.Tech or any degree. If you have the minimum knowledge of computer, it is more than enough. Trust me.

Designer: FThemes.com | Converter: Blogger Themes & Blogger Templates
Flippa