Hi there,
I have an ajax request on my page. I have a select form element on my page, named sz1, the ossz text input's value should be altered.
The urlapar.php:
The joke is that I have another ajax request on the page, which is almost the same, and it's working well. I supposed that the two ajax request might interfere, so I deleted the one which was working, the other was still not working. I noticed that in fact ajax affects the ossz text field, but it's deleting the value which is written there, so I think it's returning null. Thus I have tested my SQL query, and echoed it on the original page, it was working flawlessly. So I have no idea, please help.
Thank you in advance!
Kazi