Hi ! what is the sustitute of request.querystring in PHP.please gimme the exact code.suppose i have a field on index.php . the field name is txtName how would i receive this value on the next page? Anthrope
just call the variable txtName php automatically parses html variables for you. Failing that you could have a look at QUERY_STRING.
Mark.
response.querystring in ASP translates to $HTTP_GET_VARS[] in PHP