MySQL Optimizing Tips
If you are working with a MySQL database, it is important to optimize the database so it runs as quickly as possible. Here are some […]
If you are working with a MySQL database, it is important to optimize the database so it runs as quickly as possible. Here are some […]
Left is a commonly used ASP function that allows you to copy characters from the left side of a string. It takes two arguments. Left […]
Mid is a commonly used ASP function that allows you to extract characters from the center of a string. Mid ASP String Function
Need to create a table to put data in? It’s very easy to put together SQL Syntax to build the table to store your newsletter […]
Len is a commonly used ASP function that allows you to determine the number of characters in a string. In other languages, a similar function […]
Replace is a commonly used ASP function that allows you to replace one character or characters in a string with another character or characters. It […]
Right is a commonly used ASP function that allows you to copy characters from the right side of a string. It takes in two parameters. […]
You understand the basics of using ASP, including loops and requests. Now you want to use this knowledge to select information out of a database. […]
Need to parse a string into its component parts using ASP Classic? Maybe you need to extract part of a string or rearrange it. Here […]
This ASCII chart lets you know what ASCII number is associated with each standard character on your keyboard. Incredibly helpful for ASP and HTML programming! […]
Copyright © 2024 | WordPress Theme by MH Themes