Hi.

am using SQL Server.
I wrote a php page that displays the NFL game schedule after query the 
database.
I want to create link to a game prediction page (written in php) for each 
game.  There will be two variables that will be passed thru the Href 
command.

Would the code look something like this?

<a href="prediction.php?hometeam=<?echo $hometeam?>&awayteam=<?echo 
$awayteam?>">
............</a>

Thank you for your help.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to