Hi,
I have this problem
<?php
$doc = "name";
$result = "code";
header('Locatio n: content2.php?do cCode= $doc + resultCode=$res ult');
?>
I have two variabeles (doc and result) i want to pass to content2.php
There i will get them
$doc_n = $_GET('docCode' );
$result_n=$_GET ('resultCode');
What's wrong with my header?
Thanks
Alain
I have this problem
<?php
$doc = "name";
$result = "code";
header('Locatio n: content2.php?do cCode= $doc + resultCode=$res ult');
?>
I have two variabeles (doc and result) i want to pass to content2.php
There i will get them
$doc_n = $_GET('docCode' );
$result_n=$_GET ('resultCode');
What's wrong with my header?
Thanks
Alain
Comment