Year: 2013
Learn how to Open a file and edit a file in PHP!
Learn how to open an existing file and edit the file using PHP function.
DOWNLOAD THE SCRIPT AT THE BOTTOM
fopen() is the function which help us to read, write and append text file.
fopen(‘filename.txt’, ‘r’) – allows to read …
Simple Tool Tip jQuery Script – Download and use now!
Hi dudes, today i have written a very simple tool-tip script where you can download this script and use it right away.
Read the comments to know the script!.
NOTE: See the demo at the bottom of the script.
<html>…
How to connect to the database in classic ASP?! Lets do it now!
Classic ASP is a very old language and it is not been developed for years. But, still, we can see a number of websites running in Classic ASP.
Connecting to the MSSQL database in Classic ASP is easy, Just copy …
How to close apps in windows 8?. No Close Button?
Most of us started using Windows 8 from 2013 starting right?. Even though Windows 8 look and feel is good, we all feel difficult to find a close button in the windows apps right?.
But, well that not so difficult …
How to do limit and order by rand() in MS SQL?
If you are a PHP or Java Developer you should be familiar with MySQL database right?
Table name: employee
Id | Name | Designation | Dttime |
1 | Agurchand | Software Engineer | 2013-01-07 11:47:10 |
2 | Babu | Software Engineer | 2013-01-02 01:06:00 |
3 | Abhiesheik | Broadcast Engineer | 2013-01-10 |
Learn How to Send mail from Classic ASP!
Sending mail from IIS server is so easy, just we need to use the COD (Collaboration Data Objects).
Firstly, create an object from COD,
<% Set mailfromasp = CreateObject("CDO.Message"); %>
You know what all needs to be send an email …
Select query between two given dates in MySQL, MS SQL
Its very easy to select records between two different date in MS SQL and MySQL. Same kind of query will work in both the SQL engines.
Here is the query note it down or memorize for the future use, Its …
PHP jQuery AJAX Image Upload Script download and use it!
Are you searching for an Image upload script without refreshing the page in PHP?. Then you are at the right place!.
The script that works in all the browsers. This script gonna be amazingly useful for your project.
NOTE: You …