thecodeholic / lobiadmin

Responsive bootstrap admin panel
Apache License 2.0
52 stars 36 forks source link

Hello #3

Open jcnavamorffe opened 7 years ago

jcnavamorffe commented 7 years ago

first... Congrats, Awesome Template... ;)

how do i send GET or POST parameters to some page, i mean...

i rename somepage.html, to somepage.php, and chang the code $1.html -> $1.php, and work fine, but on that page, i put <?php print_r($_REQUEST); ?> but when i go to the page ( /#somepage ) i need to send some paremeter, and if i do /#somepage?var=1, or /#somepage/?var=1, return 404..

Could u help me to figure out?

Thanks so much.

jcnavamorffe commented 7 years ago

Something?

King-ZeuS commented 6 years ago

No one seems to answer. If you're still interested this script, examine inbox template.

junasmarts commented 6 years ago

@jcnavamorffe are you have try this -> http://example.com/index.php?va1=1&var2=2#somepage

jcnavamorffe commented 6 years ago

@junasmarts yes, and is not work... :(