PHP Indonesia - Facebook | PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
 | Compare Hotels
Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!  | From our sponsors | | |
header("location:excel_import.php?bname=$bname&fil... Aug 18th 2013, 11:47, by Black Genies | header("location:excel_import.php?bname=$bname&file=$filename"); this is my redirect url.. and i am getting values like echo $bname=$_GET['bname']; echo $file=$_GET['file']; but values are nt getting |
| | try like this:
echo $_GET['bname']; echo $_GET['file'];
:)
--or--
$bname=$_GET['bname']; $file=$_GET['file'];
echo $bname; echo $file; |
| | i done it. nthng wrong with my code.... i am editing the same copy placing some whr else and running the other1.. felling very angry .... |
| | please show your complete code |
| | is header("location:excel_import.php?bname=$bname&file=$filename"); in your first script? Then |
| | echo $bname=$_GET['bname']; echo $file=$_GET['file']; in your another file (excel_import.php) ?
What is error message you get? | | |
|
Tidak ada komentar:
Posting Komentar