• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General

Web development

PHP tutorial: Variables in PHP

October 18, 2015 by techgoeasy Leave a Comment

Variables in PHP (1) As with other programming language, PHP has the provision to define variable and manipulatewe have several types of variables in PHP, the most common used one is the string. It is use to store both the text and number .All the variable start with $ sign Example $tot= “This is total”; […]

Filed Under: PHP, Web development Tagged With: Variables in PHP

PHP introduction and uses

October 2, 2015 by techgoeasy Leave a Comment

History and Introduction It was initially created by Rasmus Lerdorf in 1994. As of today, the current version of PHP is version 5, with version 6 in the making. it is the most popular scripting language on the web.It was initially called Personal Home page What is PHP? PHP full form is PHP Hypertext Preprocessor. […]

Filed Under: PHP, Web development Tagged With: PHP introduction and uses

text tags in HTML

September 19, 2015 by techgoeasy Leave a Comment

So far you have understood the introductory tags in html and here is the example of html based on that <html> <head> <title>My fisrt Web page</title> </head> <body> Hello techgoeasy </body> </html> Now in this section , we will learning about text tags in HTML Tags   Meaning <h1> and </h1> <h1> tags  tell the […]

Filed Under: HTML/CSS, Web development Tagged With: text tags in HTML

Introduction to basic tags in HTML

September 19, 2015 by techgoeasy Leave a Comment

I am discussing here the instroduction to basic tags in HTML Tags Meaning <html> and </html> <html> tags  tell the browser  that it is a html page. So it is basic steps of html and every other tags comes after that <html>  beginning of the html </html> end of the html The beginning <html> and […]

Filed Under: HTML/CSS, Web development Tagged With: Introduction to basic tags in HTML

What is HTML5

August 29, 2014 by techgoeasy Leave a Comment

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML 4 as of 1997) and, as of December 2012, is a candidate recommendation of the World Wide Web […]

Filed Under: HTML/CSS, Web development

PHP echo construct

June 9, 2014 by techgoeasy Leave a Comment

Today I had learned about echo in PHP , it is not a function , it is a language construct. By language construct I mean that meaning that it is an integral part of PHP itself. It allows us to output data on the users web browser. You can output values stored in a variable […]

Filed Under: PHP, Web development Tagged With: php echo construct

  • « Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Next Page »

Primary Sidebar



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • Oracle tkprof utility
  • What is Skew in Database?
  • how to find file based on size in linux
  • SQL trace, 10046 event in Oracle
  • How to use sed replace string in file

Copyright © 2023 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us