On 9/11/07, Jesús de Diego Alarcón <jesdial@xxxxxxxxx> wrote: > Daniel > > Wowwww... Yes. This solved the problem... > Thank you; many , many thanks...... > I'm really surprised with the very goog PHP people.... > > Jesús de Diego > > 2007/9/11, Daniel Brown < parasane@xxxxxxxxx>: > > On 9/10/07, Jesús de Diego Alarcón < jesdial@xxxxxxxxx> wrote: > > > Daniel > > > > > > Here is the provincias.php code: > > > > > > <?php > > > header('Content-Type: application/xml'); > > > //error_reporting(E_ALL); > > > $request = ' > > > > https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCallejero.asmx/ConsultaProvincia > '; > > > $xml = file_get_contents($request); > > > echo $xml; > > > ?> > > > > > > However, i'm not calling the PHP from another php but for the ExtJS > ComboBox > > > : > > > > http://extjs.com/deploy/ext/docs/output/Ext.form.ComboBox.html#properties > > > > > > http://extjs.com/deploy/ext/examples/form/combos.html > > > > > > In my case, you can see the Javascript code at: > > > http://www.my3dgis.es/visor/scripts/catastro.js > > > > [snip] > > > > Jesus, > > > > On line 52 of visor/scripts/catastro.js, try changing the method > > from post to get. If necessary, make those changes in > > php/provincias.php. > > > > See if that changes anything for you. > > > > If it doesn't, what have your web logs told you so far? > > > > -- > > Daniel P. Brown > > [office] (570-) 587-7080 Ext. 272 > > [mobile] (570-) 766-8107 > > > > Give a man a fish, he'll eat for a day. Then you'll find out he was > > allergic and is hospitalized. See? No good deed goes unpunished.... > > > > My pleasure, Jesus. I'm just replying this to the list - not for bragging rights, but so that people searching the archives can benefit as well. Nothing worse than searching the web, finding someone else who had the EXACT same problem you're having, and finding no solutions posted. -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 Give a man a fish, he'll eat for a day. Then you'll find out he was allergic and is hospitalized. See? No good deed goes unpunished.... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php