• 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 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

PHP array functions

May 14, 2020 by techgoeasy Leave a Comment

In this post , we will be discussing the php array functions. As with any other programming language,PHP has its own array functions What is array A array is the chain of values stored in single variable where values can be retrived based on there position in the array $arr ={a,b,c,d,e,f}; There are three type […]

Filed Under: PHP, Web development Tagged With: array function in PHP, php array functions

How to use if else condition in php

May 5, 2020 by techgoeasy Leave a Comment

if else condition in php PHP programming like other languages have the conditional statement processing also.Conditional statement add intelligence to our scripts. This gives us the functionality to perform various command based on various conditions We will be working on if/then/else statement in this post i.e if else in php The basic format for the if/then/else […]

Filed Under: PHP, Web development Tagged With: if else condition in php, Php scripts tutorial: If statement

  • « 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

  • 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