Send to page with parameters (GET/POST)
-
The idea is simple, if we had a .php file we could pass some values by:
myfile.php?id=1
and we would have a$_GET['id']
to do the rest.I want to create a template page to be like that.
e.g:mydomain.com/mypage/?id=1
and after that to do some stuff in my database manually etc etc…Of course the above is incorect but you got what I mean.
Do you have any ideas who this might work? I would prefer to usePOST
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Send to page with parameters (GET/POST)’ is closed to new replies.