Skip to content
  • Java All Concepts With Examples
  • Angular 15 Tutorials
  • Angular 15 Interview Questions

NgDeveloper

next gen Developer

  • Menu Item
  • Menu Item
  • Menu Item
  • Menu Item
  • Java
  • Angular
  • Hibernate
  • Javascript
  • Algorithms
  • Blogging
  • WordPress
  • All Topics

Tag: strings

Single quote vs Double quote in php with examples

March 17, 2014 Php

Almost all PHP programmers will get confusion on this atleast one time in their development carrier, Single Quote: 1. Values […]

» Read more
Leave a comment

String Equals in PHP with Example

November 26, 2013 Php

PHP Program 1: [php] $str1 = "Java"; $str2 = "JAVA"; if (strcasecmp($str1, $str2) == 0) { echo "Both are Equal"; […]

» Read more
Leave a comment

substring replacements

January 13, 2013 Php

  Substring replacements: Syntax: substr_replace($existing_string,$overwritting string,$int_start,$int_length); Example: substr_replace(‘my dog’,’cat’,3,3);          my cat substr_replace(“my\ndog”,”cat”,3,3);      my cat […]

» Read more
Leave a comment

Substring in php Example

January 13, 2013 Php

Substring: If you want to extract substring from a given string then use the Syntax: substr($string_input,$int_start,$int_length) Example: substr(‘God is love’,7,4); […]

» Read more
Leave a comment

Array substring in php example

January 13, 2013 Php

  Program: array_substring.php <?php $rainbow = blUe; print $rainbow[2]; ?>   Output:     Thanks for reading this post……….!!!  

» Read more
Leave a comment

Earn Online Posts

How to create a mobile recharge(paytm/freecharge) website ?

How to create a book price comparison website and earn ?

How to earn 10k per month with 1 time 15k investment?

Have website ? Earn by becoming partner with flipkart

Suggest domain names and get paid

Guide someone for anything and get paid!

Can I start my blog and earn online ?

Have site? Become partner with amazon and earn.

Start your own website to earn without any coding

Design a website in just 60mins

  • Java All Concepts With Examples
  • Angular 15 Tutorials
  • Angular 15 Interview Questions
WordPress Theme: Smartline by ThemeZee.
 

Loading Comments...