Could anyone make me a rating system for a new tutorials web site that will be coming out soon its not paid job but i will link to your site from it
EDIT: The rating system needs to be PHP
Free MySpace Layouts- Coming soon
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's
Comments
The Royal Ram
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's
<script type="text/javascript">
function myfunction()
{
document.write("Hello intelligent surfer<br><font color='red'>h<font color='blue'>i</font>")
}
</script>
1
<input type="radio" value="1" name="1" onClick="myfunction();">
2
<input type="radio" value="2" name="2" onClick="myfunction();">
3
<input type="radio" value="3" name="3" onClick="myfunction();">
4
<input type="radio" value="4" name="4" onClick="myfunction();">
5
<input type="radio" value="5" name="5" onClick="myfunction();">
6
<input type="radio" value="6" name="6" onClick="myfunction();">
7
let meknow if its helpful
<script type="text/javascript">
function afunction()
{
document.write("Hello intelligent surfer a<br><font color='red'>h<font color='blue'>i1</font>")
}
function bfunction()
{
document.write("Hello intelligent surfer b<br><font color='red'>h<font color='blue'>i</font>")
}
function cfunction()
{
document.write("Hello intelligent surfer c<br><font color='red'>h<font color='blue'>i</font>")
}
function dfunction()
{
document.write("Hello intelligent surfer d<br><font color='red'>h<font color='blue'>i</font>")
}
function efunction()
{
document.write("Hello intelligent surfer e<br><font color='red'>h<font color='blue'>i</font>")
}
function ffunction()
{
document.write("Hello intelligent surfer f<br><font color='red'>h<font color='blue'>i</font>")
}
</script>
1
<input type="radio" value="1" name="1" onClick="afunction();">
2
<input type="radio" value="2" name="2" onClick="bfunction();">
3
<input type="radio" value="3" name="3" onClick="cfunction();">
4
<input type="radio" value="4" name="4" onClick="dfunction();">
5
<input type="radio" value="5" name="5" onClick="efunction();">
6
<input type="radio" value="6" name="6" onClick="ffunction();">
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's
<form action="action.php" method="post">
1 <input type="radio" name="name" />
2<input type="radio" name="name" />
3<input type="radio" name="name" />
4<input type="radio" name="name" />
5<input type="radio" name="name" />
6<input type="radio" name="name" />
7<input type="radio" name="name" />
8<input type="radio" name="name" />
9<input type="radio" name="name" />
10<input type="radio" name="name" />
<input value="vote" type="submit" />
<input value="clear" type="reset" />
</form>
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's