Hi
I have created a Email link in php.
When the link is clicked,it will email a particular user with certain information.
All the information comes from a database which is based on certain criteria.
Now I have added an extra field for comments on my page.
This information will be typed in and will not come from the database.
When i click the link it takes me back to the same page,as I do not want to leave the page.
I tried to append the form fields value to the url and to GET[''] the value.
example:
http://www.go2fast.com?username=james&password=12khh+
When i try the same with my new form field,i get a blank value,as the form is not being posted,which i understand.
Summary
Can you help me to get the value from a form field in php and when i click a link,that value must be included in the mail.
currently that value is blank.
Please help!
Regards
Nathan