Skip to content
Itsourcecode.com
  • Home
  • Projects
    • Android
    • ASP.Net
    • Arduino
    • C
    • C#
    • C++
    • Java
    • JavaScript
    • PHP
    • Python
    • Ruby On Rails
    • VB.Net
    • Database Design
    • Final Year Project
  • Tutorials
    • C Programming
    • C++
    • Java
    • Python
    • PHP
    • VB.NET
    • MS Word
    • MS Excel
    • MS PowerPoint
  • Diagrams
    • DFD
    • Activity Diagram
    • ER Diagram
    • UML Deployment
    • Sequence Diagram
    • Use Case Diagram
    • Class Diagram
    • Components Diagram
  • Web Dev
    • AJAX
    • CodeIgniter
    • Django
    • Laravel
    • JavaScript
    • React
    • Vue JS
    • Node JS
    • jQuery
    • MySQL
    • PHP
  • Contact

Prince Ly Cesar

Hi there! I'm Prince Ly Cesar a Student in Carlos Hilado Memorial State College - Binalbagan Campus and a Graphic Designer, Programmer & Writer in IT SourceCode

PHP Strlen With Program Example

November 22, 2023October 5, 2022 by Prince Ly Cesar
strlen php

Definition and Usage PHP has a built-in function called strlen() that tells us the length of a string. It takes a string as an argument and returns the length of …

Read more

PHP Strip Tags With Best Example

November 22, 2023October 4, 2022 by Prince Ly Cesar
php strip_tags

Definition and Usage of PHP strip_tags The strip_tags() function is a built-in PHP function used to strip HTML and PHP tags from a string. This function returns a string that …

Read more

PHP Array_Walk With Advanced Example

November 22, 2023October 3, 2022 by Prince Ly Cesar
php array_walk

Definition and Usage PHP has a built-in function called array_walk() which calls a user-defined function for each element in an array. The function needs to know the keys and values …

Read more

Sort An Array PHP (With Example Programs)

November 22, 2023October 3, 2022 by Prince Ly Cesar
sort an array php

What Is Sort An Array PHP? Sorting means putting information in alphabetical or numerical order, or in a way that shows an increasing or decreasing relationship between the pieces of …

Read more

PHP Else If Statement with Advanced Example

November 22, 2023October 1, 2022 by Prince Ly Cesar
php else if

What is elseif/else if? The elseif is a combination of the if and else statements. Like else , it adds to an if statement to run a different statement if …

Read more

How to Check a Value Is Numeric in PHP

November 22, 2023September 29, 2022 by Prince Ly Cesar
is_numeric in php

Definition and Usage of is_numeric in PHP The is_numeric() function describes whether a variable is a number or a string of numbers. If the variable is a number or a …

Read more

PHP Capitalize First Letter with Best Example

November 22, 2023September 29, 2022 by Prince Ly Cesar
PHP Capitalize First Letter with Best Example

PHP has many built-in functions that make the first letter capital. We are going to show you three methods on how to capitalize the first letter of a string in …

Read more

PHP Coding Standards with Best Example

November 21, 2023September 27, 2022 by Prince Ly Cesar
php coding standards

Based on the standard practices of every programmer, each organization has its own coding standards. PHP Coding Standards are important because there may be many programmers working on different modules. …

Read more

File Inclusion in PHP (With Program Examples)

October 27, 2023September 25, 2022 by Prince Ly Cesar
file inclusion in php

In PHP, there are two functions that are used to put the contents of a file containing PHP source code into another PHP file, and these are include and require. What …

Read more

Types of Loops in PHP (With Flowcharts and Program Examples)

October 27, 2023September 23, 2022 by Prince Ly Cesar
Types of Loops in PHP

What is loops statement in PHP? When you write code, you often want to execute the same block of code a certain number of times. So, we can use loops …

Read more

PHP Upload File with Example

October 27, 2023September 20, 2022 by Prince Ly Cesar
php upload file

Uploading files to the server would be easier using an HTML form and a PHP script. At first, the files are uploaded to a temporary directory, and then a PHP …

Read more

Difference Between List and Dictionary in Python

September 18, 2022 by Prince Ly Cesar
Difference Between List and Dictionary in Python with Example

This article explains the difference between lists and dictionaries and when to use each one in Python programming. Python has various in-built data structures that make programming easy and efficient, …

Read more

PHP File IO with Example Program

November 21, 2023September 18, 2022 by Prince Ly Cesar
php file io

PHP Open File – fopen() The fopen() function is a better way to open files. This function is better than the readfile() function because it gives you more options. During …

Read more

Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page5 Next →

Free Projects

  • Android Projects
  • Final Year Projects
  • AJAX
  • Angular JS Projects
  • Arduino Projects
  • ASP.Net Projects
  • C Projects
  • C# Projects
  • C++ Projects
  • CodeIgniter Projects
  • Database Design Projects
  • Deep Learning Projects
  • Django Projects
  • Java Projects
  • JavaScript Projects
  • jQuery Projects
  • Laravel Projects
  • Machine Learning Projects
  • MySQL Projects
  • OpenCV Projects
  • Best PHP Projects With Source Code
  • Pygame Projects
  • Best Python Projects With Source Code
  • How to Create
  • Employee Management System
  • Payroll System
  • Node JS Projects
  • Home
  • Contact
  • About
  • Hire Us
  • Advertise
  • Disclaimer
  • Policy
  • Terms
Theme By Pies IT Solution