Learn ASP in Just 24 Hours - Create your First Dynamic Website An Active Server Page is a web page that includes program code that is processed on a Microsoft web server before the page is sent to the user. Start Learning ASP Introduction - Introduction to ASP http://www.academictutorials.com/asp/asp-introduction.asp Run An ASP Web Page - You can run ASP on your own PC without an external server http://www.academictutorials.com/asp/asp-running.asp ASP First Script - The basic syntax rule http://www.academictutorials.com/asp/asp-firstscript.asp ASP Programming-VBScript - Select Case statement to check for multiple Is Equal To conditions http://www.academictutorials.com/asp/asp-vbscript.asp Variables in ASP - Declaring variables in ASP http://www.academictutorials.com/asp/asp-variables.asp Array in ASP - Defining an array in ASP http://www.academictutorials.com/asp/asp-array.asp Operators in ASP - Operators in ASP http://www.academictutorials.com/asp/asp-operators.asp ASP If Statements - If statements in ASP http://www.academictutorials.com/asp/asp-ifstatement.asp ASP Select Statements - Select statements in ASP http://www.academictutorials.com/asp/asp-selectstatement.asp ASP Procedures - In ASP you can call a JavaScript procedure from a VBScript and vice versa http://www.academictutorials.com/asp/asp-procedures.asp ASP Forms - ASP forms and user input http://www.academictutorials.com/asp/asp-forms.asp ASP Cookies - A cookie is often used to identify a user. http://www.academictutorials.com/asp/asp-cookies.asp ASP Session - ASP session object http://www.academictutorials.com/asp/asp-session.asp Application in ASP - A group of ASP files that work together to perform some purpose is called an application. http://www.academictutorials.com/asp/asp-application.asp ASP #include - How to use the #include directive http://www.academictutorials.com/asp/asp-include.asp ASP Global.asa - The global.asa file in ASP http://www.academictutorials.com/asp/asp-global.asp ASP Send e-mail - ASP sending e-mail with CDOSYS http://www.academictutorials.com/asp/asp-sendemail.asp ASP Response - The ASP response object is used to send output to the user from the server. http://www.academictutorials.com/asp/asp-response.asp ASP Request - The ASP request object is used to get information from the user. http://www.academictutorials.com/asp/asp-request.asp ASP Application - A group of ASP files that work together to perform some purpose is called an application. http://www.academictutorials.com/asp/asp-application.asp ASP Session - The session object is used to store information about, or change settings for a user session. http://www.academictutorials.com/asp/asp-session.asp ASP Server - The ASP server object is used to access properties and methods on the server. http://www.academictutorials.com/asp/asp-server.asp ASP Error - Display detailed information of any error http://www.academictutorials.com/asp/asp-error.asp ASP FileSystem - Access the file system on the server. http://www.academictutorials.com/asp/asp-filesystem.asp ASP TextStream - Access the contents of a text file. http://www.academictutorials.com/asp/asp-textstream.asp ASP Drive - Return information about a local disk drive or a network share. http://www.academictutorials.com/asp/asp-drive.asp ASP File - Return information about a specified file. http://www.academictutorials.com/asp/asp-file.asp ASP Folder - Return information about a specified folder. http://www.academictutorials.com/asp/asp-folder.asp ASP Dictionary - Store information in name/value pairs http://www.academictutorials.com/asp/asp-dictionary.asp ASP ADO - ADO can be used to access databases from your web pages. http://www.academictutorials.com/asp/asp-ado.asp ASP Ad Rotator - ASP AdRotator component http://www.academictutorials.com/asp/asp-adrotator.asp ASP Browser Cap - ASP browser capabilities component http://www.academictutorials.com/asp/asp-browsercap.asp ASP Content Linking - Create a quick and easy navigation system! http://www.academictutorials.com/asp/asp-content-linking.asp ASP Content Rotator - Displays a different HTML content string each time a user visits http://www.academictutorials.com/asp/asp-content-rotator.asp ASP Quick Reference - ASP quick reference http://www.academictutorials.com/asp/asp-quick-reference.asp ASP Summary - You have learned ASP http://www.academictutorials.com/asp/asp-summary.asp
Try http://www.php.net - they have lots and lots of tutorials and a full function list (just check the comments for all the code!) Just search for say: replace, it will tell you were you looking for str_replace? then in the comments section they give you all the info you could need
I've been there before, but did need the reminder. They have a group which meets twice a month in my area. Thanks
ASP is getting a little dated, while PHP is actively being developed. ASP.NET, which replaces ASP, competes with the best development frameworks.
ASP requires IIS which is a terrible web-server which only comes with professional versions of Windows. PHP works with Apache which is a much better web-server which runs on any version of Windows. If you have Windows XP Home Edition and want to try out IIS you can install IIS 5 on XP Home using a copy of Windows 2000 Professional. XP Home does not run IIS 6. You need XP Professional for that. XP Pro comes with IIS 6. For how to get IIS 5 onto XP Pro check out: http://wiki.icarusindie.com/index.php?title=IIS_Windows_XP_Home I had to set that up once. It does work.
PHP is better than ASp (classic) because yes, it's still being supported but asp.net rox the sox off of php (for now anyways... until they adopt a MVC)