jennyflower
Programmer
Hi - Im trying to use a PRG called ReadURL which I found at
Im using the one at the bottom which can do passwords and post data, unfortunately I cannot get it actually send any post data. Am I doing something wrong? I am calling the function using:
ReadURL( " .f., .f., .f., .f., .f., 'xmldata=' + z_xmltext)
My php page should take the post data and create file with the information. It will work if I tag z_xmltext as Get data, but as I am potentially sending through quite large amounts of data I will need to use Post.
Thanks,
Jenny
Im using the one at the bottom which can do passwords and post data, unfortunately I cannot get it actually send any post data. Am I doing something wrong? I am calling the function using:
ReadURL( " .f., .f., .f., .f., .f., 'xmldata=' + z_xmltext)
My php page should take the post data and create file with the information. It will work if I tag z_xmltext as Get data, but as I am potentially sending through quite large amounts of data I will need to use Post.
Thanks,
Jenny