At some point while writing a CGI script in Perl, many newbies have needed to print all the environment varibles in Perl, sometimes for debugging...
Place the HTML preferably after the session PHP code.
Let me know the details too, I too will try and help out.
Simple! Here is the code! <? function check_array_string(&$arr,$length=10) { foreach($arr as $v) if(strlen($v)>$length) return...
Introduction A MySQL database abstraction class, which makes database handling easier and object-oriented. The class: class DBI { var...
Introduction Sometimes we need to get a formatted date while getting the date from a MySQL database using a SQL query. Fortunately, MySQL has...
Here is the C program to check whether a string is palindrome or not. #include<stdio.h> #include<string.h> #define size 26 // u can set the...
Opens a new window and loads a document specified by a given URL. This method can also be used to open a new window which uses the sUrl and...
Try using #ifdef to check for the OS type and include the appropriate header file.Also, do the same thing where the function name differs. I hope...
Looks like you dont have a filename for the PHP script in the URL, and also there are lot of special characters in the URL.
Direct memory access (DMA) is a feature of modern computers, that allows certain hardware subsystems within the computer to access system memory...
Download the file from http://www.sockets.com/devfiles.htm
There are two ways to do that, one is that you add a entry to the registry and the other which is fairly simple, just create a shortcut of the...
The $_SERVER is a global variable, which contains serveral server variables and their values. The $_SERVER['REQUEST_URI'] hold the value of the...
Very well written indeed. Really helpful introduction to classes. :)
Which one is search engine friendly, relative URLs or absolute URLs?
That's right! But, for someone who is new to sorting algorithms Bubble Sort is the easiest to understand and implement.
Multiple sessions cannot be added to this script, only one user per session/per browser can be logged in at a time.
To print stars #include <stdio.h> void main(void) { unsigned int n,j,i; /* n has to be a even no. */ printf("Enter the number of...
Setting is the flag to 0 means that the number is not a prime number. You can set it to boolean also.
Separate names with a comma.