Welcome Guest, Not a member yet? Register   Sign In
Multiple Variables In URI Segement
#1

[eluser]RaGe10940[/eluser]
Code:
<?php echo form_open('studentqueue_controller/counselorinput/' . urlencode($row['id']) . '/' . urlencode($this -> input -> post('namedrop')) . ''); ?>

The first variable $row is passing just fine, however the second one isn’t.

This is the href in my source view :

<form acti method="post" accept-charset="utf-8">

Any help would be awesome. Thank you.
#2

[eluser]RaGe10940[/eluser]
Umm... It fixed it self? I just closed my browser... and now it all works. Sorry for the new topic.




Theme © iAndrew 2016 - Forum software by © MyBB