Guest_imported
New member
- Jan 1, 1970
- 0
If there is a query string like this:
How to code def.cgi to split the "/" from "12345" AND redirect the user to
split(///,$ENV{'QUERY_STRING'}) doesn't seem to work. Maybe the server doesn't understand what "///" is.
If possible please give the complete code. Thanks!
How to code def.cgi to split the "/" from "12345" AND redirect the user to
split(///,$ENV{'QUERY_STRING'}) doesn't seem to work. Maybe the server doesn't understand what "///" is.
If possible please give the complete code. Thanks!