Search found 1 match

by jorgepino
Fri Jul 29, 2005 9:19 pm
Forum: PHP - Code
Topic: old Coldfusion Links
Replies: 2
Views: 251

old Coldfusion Links

the situation : The site was previusly created on Coldfusion and it was move to PHP
now we have links like index.cfm?module=mainpage,

The question : how can i retrive the url data after the "?"
?module=mainpage and make work with index.php?module=mainpage

thanks