i am sorry 😕
i am not very exact
i make a site where more webmaster site for job come to me ex. site1, site2, site3
and he give my their subscription address ex. www.site1.com/signup.php, www.site2.com/signup.php, www.site3.com/signup.php
now
more people who looking for a job came to me ,and complete 1 page,and i auto singup for site1,site2,site3
the ideea:
www.site1.com hawe in 'signup.php':
<form method="post" name="data" action="next.php">
<input type="text" name="name">
<input type="age" name="age">
<select name="sex">
<option value="f">F</option>
<option value="m">M</option>
</select>
<input type="user" name="user">
<input type="password" name="pass">
<input type="submit" name="add" value="Add new user">
</form>
i want to extract for this subscription address field
ex.
some like:
---form---
method: post
name: data
action: next.php
---input---
type: text
name: name
type: text
name: age
type: text
name: user
type: text
name: pass
type: password
name: add
type: submit
---select---
name: sex
value: m-M
and i want this automathic
i hope i have been understud
ops .. sorry my poor english 😃