HTML META pass values
So I have this bit of code written as a php in html:
echo "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]">";
How do i pass it another value that i define (baud_rate=9)?
been doing this stuff for about a week, so if there’s any ideas i’d love em
echo "<meta HTTP-EQUIV=REFRESH content="0; baud_rate_set.php?check_board=$_REQUEST[check_board]&baud_rate=9">";
It goes
? <field>=<value> [& as a field separator] <field>=<value>
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.