The 1st form is easy, you'll find a lot of free JavaScript code to move items between select boxes!
Show me the pic, I might get a better idea of what you want!
If it's an *nix system then you can use rsync [http://samba.anu.edu.au/rsync/], which can be setup in the cron for periodical execution.
The code looks OK to me, except for that you don't have any validation for the email address format.
Checkout the alphabetical list of linux commands here http://www.oreillynet.com/linux/cmd/
Really interesting article! Thanks for sharing!
That is you want to send a confirmation mail! You can generate a random number when the user registers and store it in your DB and send a link...
Introduction A random number generator (often abbreviated as RNG) is a computational or physical device designed to generate a sequence of...
Well I don't know about any such book, check the resources listed in the Javascript forums here!
Yes proxy servers can be dangerous, that's why you used logon to password authenticated sites while surfing through proxy!
Haven't you ever signed up at some website where they mail you a temporary password?? If yes, do you think some guy was sitting behind a terminal...
Well, this is JavaScript not Java, both are very much different!
Are You Invisible Online? It's true that your IP address is no secret. It's a basic part of internet communication protocols to send your IP...
Any english word must have a-z to be a valid word, special characters may or may not be there!
Yes, sure! if(preg_match('/[a-z0-9_-]+/',$stringWhereToCheck)) print "Has english chars";
Try this Sql = "select date,amont from table1 where date =#" & vardate & "#"
On a different server you mean?
check this out http://weblogs.asp.net/dneimke/archive/2004/01/31/65330.aspx
Introduction The throw statement allows you to create an exception. If you use this statement together with the try...catch statement,...
Introduction Roman numerals are a great way to add a bit of class to a web page. They are often used in official titles, such as the XXXIV...
Separate names with a comma.