bramus / router

A lightweight and simple object oriented PHP Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post values not coming

opened this issue · comments

I have a problem when post /teste/admin/users/update' + "/n/" + (nome)+ "/e/"+ (email) + "/u/" + (usuario) + '/s/' + (senha); The values shows empty

What can I do