
puterawann
New User
Jun 23, 2009, 2:41 AM
Post #1 of 1
(13119 views)
|
html code run with perl scripts irc bot
|
Can't Post
|
|
this is request box <html> <head> <meta http-equiv="Content-Language" content="en-us"> <title>Online Internet Radio</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body,td,th { font-family: Geneva, Arial, Helvetica, sans-serif; } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } .style3 { font-size: 12px; font-weight: bold; } .style7 { font-size: 10px; color: #000000; } --> </style></head> <form action="request.php" method="POST"> <body> <span class="style3">name</span><br> <input type="text" name="nickname"><br> <strong class="style3">Your Song Request</strong><br> <input type="text" name="title"><br> <strong class="style3">Your Greeting</strong><br> <textarea name="message" style="width:183;height:80"></textarea><br> <input name="submit" type="submit" value="Send"> <input name="reset" type="reset" value="delete"> </body> ------------------------------------------------------------------ any ony one can help me.this is html code and i wanna join thats html code with perl scripts irc bot.thats perl scripts irc bot run in linux shell (os CentOS Linux 5.3) please help me.. example this web http://www.kcfm.my/live/ thats radio request box.after user request thats box,result will view at irc server irc.kampungchat.org in #kcfm please help me..
(This post was edited by puterawann on Jun 23, 2009, 3:10 AM)
|