Minggu, 18 Agustus 2013

PHP Indonesia - Facebook: header("location:excel_import.php?bname=$bname&fil...

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

Black Genies 11:47am Aug 18
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

Octafred Yosi Rorimpandei 11:53am Aug 18
try like this:

echo $_GET['bname'];
echo $_GET['file'];

:)

--or--

$bname=$_GET['bname'];
$file=$_GET['file'];

echo $bname;
echo $file;

Black Genies 12:03pm Aug 18
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 ....

Octafred Yosi Rorimpandei 12:07pm Aug 18
please show your complete code

Wawan Indrawan Madda 12:07pm Aug 18
is
header("location:excel_import.php?bname=$bname&file=$filename");
in your first script? Then

Wawan Indrawan Madda 12:09pm Aug 18
echo $bname=$_GET['bname'];
echo $file=$_GET['file'];
in your another file (excel_import.php) ?

What is error message you get?

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar