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: variable

How to check whether the variable is present or not in php ?

March 19, 2014 Php

Checking variable presence in php: isset(): isset() is a function used to identify whether the variable is present or not […]

» Read more
Leave a comment

settype (converting variable or string to an array) example

January 13, 2013 Php

It is used to convert variables into an array. Syntax: settype($variable_name,’array’);    Program: settype.php <?php $variable=25; echo “its variable\t=$variable\n\n”; settype($variable,’array’); […]

» Read more
Leave a comment

Join (converting an array to variable or string) in php example

January 13, 2013 Php

Join is used to convert an array variable to string variable. Program: join.php <?php $array5=array(‘mother’,’father’,’brother’,’sister’); echo “printing as array\n”; print_r($array5); […]

» 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...