Been a while since i used ASP but need some code to test my asp is working fine in Php its Echo "hello world";
Hope this mas sense
Cheers
Hope this mas sense
Cheers



<%
response.write "Hallo World:D"
%>
| Originally Posted by nofriends here ya go ![]() Code:
|
no problem, you'll get back into it very soon
| Originally Posted by Sluap Been a while since i used ASP but need some code to test my asp is working fine in Php its Echo "hello world"; Hope this mas sense Cheers ![]() |
<%
Dim strHello, x
strHello = "Hello World"
For x=1 To Len(strHello)
Response.Write("<span style=""font-size: " & (12+x-1) & "px;"">" & Mid(strHello, x, 1) & "</span>")
Next
%>
