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>
Related posts:
- website contact form not working my form doesn't work. can anyone help me? here's the...
- How do I do a chained event form in HTML? I want a user to select an option from a...
- MP3 Player Code: Spectrum Analyzer - VB.NET Ok so yesterday I wrote an MP3 player just because...