On 6/9/2011 8:07 AM, matty jones wrote:
> The two forms work fine by themselves, my issue is getting to two of them to
> work with together, I don't even care if you need to upload the image
> seperately from submitting the text data as long as it is all on the same
> page.  Thanks for the thoughts on jQuerry, I will look into it.
> 
> On Thu, Jun 9, 2011 at 10:53 AM, Jim Lucas <li...@cmsws.com> wrote:
> 
>> On 6/9/2011 5:37 AM, matty jones wrote:
>>>         formEl.action += '&title=' + formEl['_title'].value;
>>
>> The only thing I see inconsistent is the above line.  But then again, it
>> could
>> be right.  You might be looking for $_GET['title'] in your processing page
>> instead of $_GET['_title']
>>
> 

Can you show the PHP code that you use to process the form data text fields?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to