<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Jun 2015 22:09:00 Z</lastBuildDate><pubDate>19 Jun 2015 02:29:00 Z</pubDate><description>Hi Guys,&#13;
&#13;
The following works from the address bar of chrome.&#13;
http://www.betterledlighting.co.uk/UK/tge_xml.php&#13;
(it reads an xml file and calls a soap server AND writes the results to a mysql table).&#13;
&#13;
I want to call this php script from my webpage.&#13;
&#13;
This is the button code that I am using to test with -&#13;
&#13;
xmlstring is string&#13;
&#13;
xmlstring = StringBuild(Static3, ws_tge_accountKey, ws_tge_heights, ws_tge_widths, ws_tge_lengths, ws_tge_statedWeight, ws_tge_dimensionUnit, ws_tge_weightUnit, ...&#13;
ws_tge_fromCountryIso, ws_tge_fromCity, ws_tge_fromPostcode, ws_tge_toCountryIso, ws_tge_toCity, ws_tge_toPostcode, ...&#13;
ws_tge_itemType, ws_tge_requiredCover,ws_tge_IPaddress)&#13;
&#13;
Static3=xmlstring&#13;
&#13;
Res=fSaveText("ma_tge.xml", Static3)&#13;
Info("RES : "+ Res)&#13;
&#13;
s is string&#13;
s = PHPExecute("tge_xml.php")&#13;
&#13;
ws_int is int&#13;
FOR ws_int = 1 TO 1000000&#13;
ws_int++&#13;
END&#13;
&#13;
The xml file is being create correctly BUT ...&#13;
The phpexecute is not working. For what ever reason, it is not being run.&#13;
&#13;
I am nearly there - so any final help is really appreciated.&#13;
&#13;
Regards,&#13;
&#13;
Mike Allison</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute/read.awp</link><title>[WB17] phpexecute</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-solved-52844/read.awp</comments><pubDate>22 Jun 2015 22:09:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
For your information (and anybody else of course), I have made it work.&#13;
&#13;
I made a fresh page with global variab…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-solved-52844/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-solved-52844/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute/read.awp">[WB17] phpexecute</source><title>Re: [WB17] phpexecute SOLVED</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52801/read.awp</comments><pubDate>19 Jun 2015 15:50:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
It is currently as a seperate script. The script inserts the xml fields into a php array and then converts the ar…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52801/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52801/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute/read.awp">[WB17] phpexecute</source><title>Re: [WB17] phpexecute</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52800/read.awp</comments><pubDate>19 Jun 2015 15:38:00 Z</pubDate><description>Hello Mike&#13;
&#13;
the only reason I cansee for this behavior is if the php script is running some browser side code (which, for this…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52800/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52800/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute/read.awp">[WB17] phpexecute</source><title>Re: [WB17] phpexecute</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52798/read.awp</comments><pubDate>19 Jun 2015 15:11:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
Thanks for your rapid response .... we are nearly there BUT&#13;
&#13;
PHPExecute finishes before the php script has comp…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52798/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52798/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute/read.awp">[WB17] phpexecute</source><title>Re: [WB17] phpexecute</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52790/read.awp</comments><pubDate>19 Jun 2015 03:13:00 Z</pubDate><description>Hi Mike,&#13;
&#13;
why don't you use the whole URL? I mean&#13;
&#13;
s = PHPExecute("http://www.betterledlighting.co.uk/UK/tge_xml.php")&#13;
&#13;
Be…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52790/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute-52790/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52786-wb17-phpexecute/read.awp">[WB17] phpexecute</source><title>Re: [WB17] phpexecute</title></item></channel></rss>
