Skip to main content

Thread: PHP Help


i pass data 1 page(test.php) other page(index.php) using urlencode

code:
header("location:". base_ssl_path."login/index.php?error=",urlencode($errmsg1));
i want print pass value
code:
$a = $_get['error']; echo urldecode($a);
i try above way not working how can fix it, please me.

note - did without urlencode , urldecode

hi, have comma before urlencode, shouldn't period string concatenation instead.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] PHP Help


Ubuntu

Comments