Programming

Basics of a server side scripting language : PHP (part 2)

Haven’t read part 1 yet? Go to PART 1 else you’re good to continue! In this tutorial we’ll be learning how to echo out an image, much …

Overcome PHP session errors

I think that most of the php beginners will facing a common problem on PHP session getting a warning message like this when using sessions. Warning: …

Basics of a server-side scripting language : PHP (part 1)

What does PHP stand for? PHP is known as Hypertext Preprocessor these days, but stood as personal home page way back in 1994/95 and 6 (glad it changed to a …

Build a software program like PeterAnswers.com’s app.

Note: Read this tutorial only if you are even a small VB programmer. Want to just download the program? Download! – extract and run setup.exe Happy …

Creating a AJAX Refresh bar

Lets Create a AJAX Loading Bar for a ASP.NET  web application 😀 .Its a Really simple design with few lines of code .. You will need some pre requisites for …

Simple trick to run Microsoft SQL [MSSQL] Stored procedures in PHP

I had  lot of problems and difficulties to run Microsoft SQL stored procedures in PHP but i found a simple trick to do it easily and i think it will be …

Hello World of C++

People, I know you do not want yet another tutorial explaining the theoretical aspects of C++. So let us get to work. Let’s write the first C++

PHP Installation

What do you Need? If your server supports PHP, basically you don’t need to do anything. Just create some .php files in your web directory, and the server …