tgallagher26
03-12-2009, 08:52 PM
Ok so I am trying to make a
$mainpage="TEXT BELOW";
<div align="center">
<center><a href="http://kywordpro.com/index.php"><img src="http://kywordpro.com/img/logo.gif" border="0" alt="" style="margin-bottom: 20px;" /></a><br />
<form action="http://kywordpro.com/redirect.php" method="get" class="style1">
<p style="margin-top: 10px;">
Web: <input type="radio"<?php echo ($_GET['a'] == 'txt' || !isset($_GET['a'])) ? " checked=\"checked\"" : ""; ?> name="a" value="txt" /> |
Images: <input type="radio"<?php echo ($_GET['a'] == 'img') ? " checked=\"checked\"" : ""; ?> name="a" value="img" /> |
Video: <input type="radio"<?php echo ($_GET['a'] == 'avi') ? " checked=\"checked\"" : ""; ?> name="a" value="avi" /> |
News: <input type="radio"<?php echo ($_GET['a'] == 'news') ? " checked=\"checked\"" : ""; ?> name="a" value="news" /> |
Music: <input type="radio"<?php echo ($_GET['a'] == 'mp3') ? " checked=\"checked\"" : ""; ?> name="a" value="mp3" /><br />
</p>
<input type="text" name="q" size="55" value="<?php echo ucwords($q .''); ?>" /><br />
<input type="submit" value="KyWordPRO Search" /><br /><br /><br />
But need help converting it since it has several PHP portions.
Can anyone help?
Tim..
$mainpage="TEXT BELOW";
<div align="center">
<center><a href="http://kywordpro.com/index.php"><img src="http://kywordpro.com/img/logo.gif" border="0" alt="" style="margin-bottom: 20px;" /></a><br />
<form action="http://kywordpro.com/redirect.php" method="get" class="style1">
<p style="margin-top: 10px;">
Web: <input type="radio"<?php echo ($_GET['a'] == 'txt' || !isset($_GET['a'])) ? " checked=\"checked\"" : ""; ?> name="a" value="txt" /> |
Images: <input type="radio"<?php echo ($_GET['a'] == 'img') ? " checked=\"checked\"" : ""; ?> name="a" value="img" /> |
Video: <input type="radio"<?php echo ($_GET['a'] == 'avi') ? " checked=\"checked\"" : ""; ?> name="a" value="avi" /> |
News: <input type="radio"<?php echo ($_GET['a'] == 'news') ? " checked=\"checked\"" : ""; ?> name="a" value="news" /> |
Music: <input type="radio"<?php echo ($_GET['a'] == 'mp3') ? " checked=\"checked\"" : ""; ?> name="a" value="mp3" /><br />
</p>
<input type="text" name="q" size="55" value="<?php echo ucwords($q .''); ?>" /><br />
<input type="submit" value="KyWordPRO Search" /><br /><br /><br />
But need help converting it since it has several PHP portions.
Can anyone help?
Tim..