I totally agree, arborint, but I don't have my dev machine here (at work) so I haven't been able to try it out.
I intend to try this out when I get home but I was hoping that there may be some advice before then, if its bound to fail.
Search found 4 matches
- Thu Jan 29, 2009 4:29 pm
- Forum: Javascript
- Topic: Probably a simple $_GET question
- Replies: 7
- Views: 539
- Thu Jan 29, 2009 10:05 am
- Forum: Javascript
- Topic: Probably a simple $_GET question
- Replies: 7
- Views: 539
Re: Probably a simple $_GET question
So:
Should work?
Code: Select all
$file = "http://www.w3schools.com/XML/note.xml";
$xml = simplexml_load_file($file)Should work?
- Thu Jan 29, 2009 12:48 am
- Forum: Javascript
- Topic: Probably a simple $_GET question
- Replies: 7
- Views: 539
Re: Probably a simple $_GET question
Ha! Yes.. I know very little about gets, posts and the like. I've programmed Java for years but never had to deal with this stuff. That HTML (once clicking the submit button) does what I want... but I'd like to be able to do it within php so I can then manipulate the xml that the 'get' returns. I do...
- Wed Jan 28, 2009 7:09 pm
- Forum: Javascript
- Topic: Probably a simple $_GET question
- Replies: 7
- Views: 539
Probably a simple $_GET question
I searched for 'get' and $_GET and got no results so... I want to perform this this GET function, but in php: <FORM METHOD=GET ACTION="http://www.w3schools.com/XML/note.xml"> <INPUT TYPE=SUBMIT> </FORM> How do I do this? Any info I'vefound is far more advanced so it inevitably lo...