Re: [PHP] Retrieve Content from URL

2006-06-01 Thread Ministério Público
Chris you rule !!! That great from here I'll be abble to go on. Thanks. Rodrigo

Re: [PHP] Retrieve Content from URL

2006-06-01 Thread Chris
Ministério Público wrote: Here it goes: in a certain page there is a dinamicaly generated Option ( one of those boxes from wich you can select a certain thing in a list) I want to retrieve the content of these options and the values assigned to each of them. So if you have: Test 1 Test 2 Yo

Re: [PHP] Retrieve Content from URL

2006-06-01 Thread Ministério Público
Here it goes: in a certain page there is a dinamicaly generated Option ( one of those boxes from wich you can select a certain thing in a list) I want to retrieve the content of these options and the values assigned to each of them. Thanx. Rodrigo

Re: [PHP] Retrieve Content from URL

2006-06-01 Thread Chris
Ministério Público wrote: What I need to know is that if when I fopen() or the other function you gave me I get the variables that are assigned on the html, such as the option for example, if its name is "test", could I access it retrieving the value $test ??? No. Those functions will retriev

Re: [PHP] Retrieve Content from URL

2006-06-01 Thread Ministério Público
What I need to know is that if when I fopen() or the other function you gave me I get the variables that are assigned on the html, such as the option for example, if its name is "test", could I access it retrieving the value $test ??? cause I really need to do it and I cant seem to know where to

Re: [PHP] Retrieve Content from URL

2006-06-01 Thread Chris
Ministério Público wrote: Hi guys I'm in a predictament, this is why: How can I retrieve the content of some of the html code in an url. Its something like this, there is a URL that have an OPTION that shows a "x" number of options and it has a name "y", how can I access this html output retriev

[PHP] Retrieve Content from URL

2006-06-01 Thread Ministério Público
Hi guys I'm in a predictament, this is why: How can I retrieve the content of some of the html code in an url. Its something like this, there is a URL that have an OPTION that shows a "x" number of options and it has a name "y", how can I access this html output retrieve the options and name of t