krappleby025
Programmer
Does anyone know where i can get documentation on the differences between ASP and APACHE ASP, as i have been trying to make some pages work, and in asp you can use
<%
wording = "hello"
response.write(wording)
%>
but in apache asp it is
<$
$wording = "hello"
$response->write($wording)
%>
as you can see there are changes in the programing.. so i need documentation to do this right, anyone know of anywhere that provides beginner training on apache asp coding..
Thanks
<%
wording = "hello"
response.write(wording)
%>
but in apache asp it is
<$
$wording = "hello"
$response->write($wording)
%>
as you can see there are changes in the programing.. so i need documentation to do this right, anyone know of anywhere that provides beginner training on apache asp coding..
Thanks