Search results 59

Card image cap
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image cap
ServerUptime

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

Card image cap
ServerVar

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

Card image cap
Convert2SQLDate

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

Card image cap
IsThere1

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

Card image cap
DB_AllRows

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

Card image cap
File Upload

Uploads a file to the server

Card image cap
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...

Card image cap
KillFile

Deletes a file, using mapped or unmapped file path

Card image cap
Replace Single Quotes

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

Card image cap
Server Variables

This will list all server variables in a page.