[size=10pt]
Hello all php coders,
Can you just take a few seconds to see what problem i am having in this code, i spent more than 5 hours to get the solution but without success
- Well let me first explain a little bit the goal of this little code,
—> First page Test.html
we have this code : [php]
—> Second page welcome.php // where the posted data will be submited!
we have this code: [php]
[/php]
-----> last page where i want exactly my name be shown it doesn’t display here that’s what am asking about
anoir.php
some code here
variable must be display here
[php]<? echo .$_POST['name'].''; ?>[/php]
[/size]