Ajax - Will pay
This ajax is giving me hell. It's suposed to use posting of data and XML Trees.
Im working on my site, Not like i can get it to post anyways, but the php backend already works. Depending on the $_POST['id'], it'll return a tree like this:
<id>1</id>
<title>Title</title>
<links>Links</links>
<cont>Cont</cont>
<banner>0</banner>
Alright, so how to i get all these values into strings, so i can use the functions that i already wrote for them.
So, in short...
How to get ajax to post, and how do i get it to get the reply from the file that it posted to?
If you think you might be able to do this, MSN me at [email protected], i'll pay.
This ajax is giving me hell. It's suposed to use posting of data and XML Trees.
Im working on my site, Not like i can get it to post anyways, but the php backend already works. Depending on the $_POST['id'], it'll return a tree like this:
<id>1</id>
<title>Title</title>
<links>Links</links>
<cont>Cont</cont>
<banner>0</banner>
Alright, so how to i get all these values into strings, so i can use the functions that i already wrote for them.
So, in short...
How to get ajax to post, and how do i get it to get the reply from the file that it posted to?
If you think you might be able to do this, MSN me at [email protected], i'll pay.
Last edited:





