Search results 59

Sorted from new to old.
Card image
MySQL DB connection

Connects to MySQL database from Classic ASP All DB variables need to be ...

Card image
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image
Convert2SQLDate

Converts a date (numeric date) into Date acceptable by SQL, as in YYYY-MM-DD ...

Card image
IsThere1

Finds out if a file exists, can pass either mapped file path, or unmapped

Card image
DB_AllRows

Returns all rows found from an SQL Query as string Separated by row and column ...

Card image
File Upload

Uploads a file to the server

Card image
KillFile

Deletes a file, using mapped or unmapped file path

Card image
Replace Single Quotes

This script will replace single quotes so the data is SQL-safe

Card image
Server Variables

This will list all server variables in a page.