• 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

PHP

Print/echo statement in PHP

June 7, 2020 by techgoeasy Leave a Comment

Print/echo statement (1) Like python or other programming language, Print in PHP or echo in PHP does the same job i.e printing the statement on the screen Example <?php print “This is php script”; echo ” This is php script”; ?> This is php script This is php script So it is obvious from the […]

Filed Under: PHP, Web development

How to Handle HTML forms with PHP

May 29, 2020 by techgoeasy Leave a Comment

Today in this post, I would talk about Handling HTML forms with PHP.  A simple example would be registration form. Lets create a html form with php We can save this file as myregistration.html and When you will open it you will get below html form. When you fill the data and click the submit […]

Filed Under: PHP, Web development Tagged With: Handling HTML forms with PHP

PHP Functions with practical examples

May 28, 2020 by techgoeasy Leave a Comment

PHP has lot of in-built Functions for use. PHP also provides opportunity to create use defined function also as available with other programming languages. We will discussing here the various type of User defined PHP Functions What is a function? A function is a piece of code which takes one more input in the form […]

Filed Under: PHP, Web development Tagged With: PHP Functions

Useful PHP string functions

May 22, 2020 by techgoeasy Leave a Comment

Here are detailed working on useful PHP string functions strlen() The PHP strlen() function returns the length of a string.The example below returns the length of the string “john”Example <?php echo strlen(“John”); ?> Output 4 Chr() Converts an ASCII value to its equivalent character Example The ASCII value 46 is the & symbol <?php $str […]

Filed Under: PHP, Web development Tagged With: Useful strings function in PHP

include or require function in PHP with practical examples

May 21, 2020 by techgoeasy Leave a Comment

Website design require header,footer,side bar,right bar, ad bar on multiple pages.It is not possible to change these on thousand of web pages whenever we want to change anything. Include function in php  solve this problem. We can  use include function in PHP and include the content of a PHP file into another PHP file before […]

Filed Under: PHP, Web development Tagged With: include or require file in PHP

How to Use HTML Inside PHP on the Same Page

May 20, 2020 by techgoeasy Leave a Comment

We know that it is a web server that processes a PHP file before sending the processed results to the web browser. But the question is how does a server know whether a file is a PHP file or not. Answer is by default servers look for PHP only in files that end with the […]

Filed Under: PHP, Web development Tagged With: How to Use HTML Inside PHP on the Same Page, using php with html

  • Page 1
  • Page 2
  • Page 3
  • 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

  • How to generate sql monitor report in Oracle
  • How to find the long running (longops session) in Oracle
  • How to find concurrent request id from Sid or spid
  • how to check recycle bin in oracle: Purge, enable/disable
  • how to check fra size in oracle: Location, usage, change size

Copyright © 2023 : TechGoEasy

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