I need your help, if you have the time to do so. I need help in how to make a form i.e
Title:
UserName:
Catagory:
BBcode:
I know how to do this but i want it to submit the details to multiple sites that have the same form. Can you give me a start please. All help is appreciated
Here is what i have so far, Just the Form On index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TartanPwnrs Gallery Submitter</title>
</head>
<body>
<p>This is a quick test, to see if this sort of thing is possible and how effective it is.</p>
<form id="form1" name="form1" method="post" action="">
Title/Description<br />
<input type="text" name="Title" id="Title" /> <br />
UserName (This is needed on one or Two Sites)<br />
<input type="text" name="Username" id="Username" />
<br>
Code (HTML or BBCode): <br><textarea name='entry' value='' cols='100' rows='10' class='inputbox'></textarea><br>
</form>
<p> </p>
</body>
</html>