Here's how to upload the POSTed file to a FTP server. #!/usr/bin/perl use CGI; use CGI::Carp qw/fatalsToBrowser warningsToBrowser/;...
Hi, I am Pradeep from Kolkata,India. So, sterling45, what's your good name??
Phising is not just isolated to PayPal, people may use phising to get your email password, bank login password, so you need to be careful with all...
You can use simple sorting algorithms like Bubble Sort,Selection Sort to sort the array data. Multi-dimensional array concepts can be applied to...
We can use Regular Expressions to get the title of a page, see the PHP code snippet below which extracts the title of page who's URL you specify....
Hi, You didn't escape the double quotes inside the string, ENCLOSED BY '"' Here is the correct query. { // Run query mysql_query("TRUNCATE...
We will use a multi-dimensional array. String[][] Data; //Assign the values, do it either dynamically or statically //For first fow...
You are absolutely correct, Perl is a server-side scripting language. Nothing to do with the client-side processing.
Multi-dimensional arrays Java, as with most languages, supports multi-dimensional arrays - 1-dimensional, 2-dimensional, 3-dimensional, ......
Try this: document.onmousemove=function() { window.status = ''; } Put this inside a script tag, inside HEAD of the HTML.
We can use JavaScript to disable right click on a web page, so the context menu won't pop up.But 'View Source' will still be accessible from View...
I didn't get what you meant by "It successful but the picture cannot show normally". Kindly explain.
You will have to use a combination of HTML & JavaScript to fulfill the task. Put a select dropdown in the first column, write some JavaScript...
Did Spybot report any spywares on your system? Do one thing goto Spybot, then swicth to Advanced mode (Mode>Advanced) Navigate to Tools>System...
It seems that you have StartupGuard installed, it is an utility.Startup Guard alerts you whenever a new program is set to start automatically with...
It's possible if the web server shows a directory listing, you can write a client which parses the HTML (the directory listing) and outputs its...
I was wondering whether its possible to write a program which acts like a proxy server in Perl, so what I figured out was anything is possible...
Many times we require to format a number to output with thousand place comma separator, here is a function will help you do so. function...
Title says it all but to reemphasize that below PHP code block validate an email address. Its always good to have a client side validation for...
Hi Rakesh, Its very simple, use FTP to put files on the other server (fileserver). There is a Perl module Net::FTP which will help you in...
Separate names with a comma.