You mean to say that you would like to insert some data into a database, right?? You need to specify what language you want to use, what is your...
Flash gives you high quality graphics, sound, animation ans scripting. But I didn't get what application are you making!
If that doesn't work, use this if(scalar(@list) == 0) { #empty }
Tic-Tac-Toe Game in C. /* ** Tic-Tac-Toe game in C ** @author: Tanaz Kerawala ** @author: Pradeep ** @date: 11/12/06 */...
Many modern web browsers have a mode entitled offline browsing, where links to webpages are redirected to local copies in a temporary folder. The...
Try this TreeView control here http://www.vbaccelerator.com/home/vb/code/Controls/TreeView/TreeView_Control/article.asp
You can use Regular Expressions or access the span through the DOM to get the text inside the span tag. // this is just an example '<span>hi...
LOL! All the best. Try an post different query/problems in different threads.
Its not possible to reverse engineer MD5 hashes, but what you can do is, make a database of of MD5 hashes and their corresponding words,and when...
file() is a function, and the @ sign will prevent PHP from generating any warnins/errors!
<? $counterFile = "counter.txt"; $count = @file($counterFile); $count = trim(implode("",$count)); $count++ $h = fopen($counterFile,'w');...
Keep a counter a counter file which will keep the track of the last number, using which you can create files in sequence.
Try using try { // } catch(e) { // } finally { // your code here }
The CPAN would be of the best help to you know about the DBI module, just visit http://cpantools.com and try it out yourself, and in case you are...
Firstly, its a bad practice to send username password in the querystring. Secondly, you can use the CGI module to get form data. Checkout the...
Sometimes, we do not want people to copy the text on some of our web pages, here is a script which prevents user (not advanced users) from...
You can you regex to replace it! Match the src attribute and replace it with whatever you want.
This will only work with Internet Explorer!
We sometimes require to get the query parameters of an URL in JavaScript, here's how we can do that. // get the current URL var url =...
May be your IP is in the not-trusted list. Check your IP for a block here http://www.spamhaus.org/sbl/index.lasso
Separate names with a comma.