Java Programs
List of Java Programs Java program – Type casting [converting from float to an integer] class Typecast { public static […]
List of Java Programs Java program – Type casting [converting from float to an integer] class Typecast { public static […]
In this tutorials you’ll able to connect database(SQL) using C# asp.net Steps to connect sql server database using c#. net
Database connections using PHP and MS Access 1. Display list of records from MS Access  database to PHP web page. (for
PHP Session Variables 1. Login page program using PHP and MySQL DBÂ a) first create a html page as following.
In this tutorials, you will be able to understand how form validation are done using php syntax. Step1 : Create
Here are some basic programs using PHP 1. Arithmetic operation program using PHP <?php $str=” Arithmetic operation”; $a=4; $b=5; $c=$a+$b;
How to run PHP programs using WAMP server on Windows operating system? First, Download WAMP server from http://www.wampserver.com/en/ Here are
1. Print 1-10 numbers using FOR loop program <html> <head> <title> Javascript looping program </title> </head> <body> <script language=”javascript”> var