When a program makes use of the CD-ROM drive, it can be a nice touch to open and close the door under program control. The technique that...
When a List Box control has the focus, it will automatically scroll to the first item that begins with the letter you type. It will not, however,...
You can initialize Numeric Arrays like this also, $names = array(); $names[] = 'Pradeep'; $names[] = 'Shabbir'; $names[] = 'Manindar...
You need to have a blank new line after BHAVIN in the last line!
You can also initialize an array like this, var name = ['Pradeep','Shabbir','Sanskruti']; Associative arrays can be declared in JavaScript...
You can use MS Access database with ASP. Checkout this thread http://www.go4expert.com/showthread.php?t=1237 it'll provide you some basic info to...
You'll have to loop through the file list in a directory and add the files individually! Use the filesystem object.
I see that $query1 is not defined in the first PHP file.
Try creating a DSN.
Visual Basic 6.0 offers plenty of tools for displaying regular text, but what if you want special effects? This article shows you how to display...
Re: The Date object in Jsp This is not JSP, it's JavaScript!
Inside a <script> tag of course, or you can put it in a external javascript file and call that file in your HTML page.
You didn't open the font tag, it should look something like this... do while not oRS.EOF Response.Write("<div align=""center""><font...
SELECT * FROM sold WHERE dateOfSold=#1/1/2006#
Use the PEAR DB package. You'll find it here.
This script enables booting from a flashdrive, that's my best guess!
I tend to get sometimes the database errors when I browse through the site. The description is There seems to have been a slight problem...
Separate names with a comma.