String Handling in php

<?php
$string1="Hello World";
$string2="1234";
echo $string1 . " " . $string2;
?>

Popular posts from this blog

Item State change of JComboBox and Get values from database and show Data on JTable.

Jtable with database manually in netbeans.