I have this below code that calls an ajax page my problem is how do i pass the form values into the ajax page? I've tried $_REQUEST but it wont pick them up??
Code:
<form method="post" action="ajax-101-null/" enctype="multipart/form-data">
<div class="teamdb_line_wrapper">
<div class="teamdb_line_name">Group Name:</div>
<div class="teamdb_line_text"><input type="text" id="name" name="name" size="40" maxlength="80" /></div>
</div>
</form>
Comment