|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
display or echo...
i don't know what it called. I want to echo by using ASP like for example
when you go to link with the keyword in the address url browser http://domain.com/link.asp?keyword=blahblah PHP Code:
but this code above didn't show "blahblah" in the result page. i know the php code works fine, PHP Code:
|
|
#2
|
|||
|
|||
|
If you're getting "keyword" from a Query String, you need to use the Request.QueryString object. As in
PHP Code:
I believe the Echo "equivalent" in ASP is Response.Write(), PHP Code:
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > display or echo... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|