Search found 4 matches

by benjiw
Tue Feb 22, 2011 3:17 pm
Forum: PHP - Code
Topic: Scrape login-required page using curl
Replies: 0
Views: 243

Scrape login-required page using curl

Hi all, I'm trying to scrape the contents of a page that is behind a login screen; namely: http://my.mail.ru/apps. Here's my code. It almost works, but doesn't appear to be properly logging in -- I just get a login screen on the url download. Any ideas? Thanks much. Here's my code <?php $ch=login();...
by benjiw
Tue Sep 14, 2010 10:50 am
Forum: PHP - Code
Topic: Variable within a variable name
Replies: 6
Views: 532

Re: Variable within a variable name

Thanks very much tim and Weirdan--works perfectly; thought I had tried that before, but must have made a syntax error.

Weirdan, what do you mean about filtering the incoming variable?

Thanks again.
by benjiw
Mon Sep 13, 2010 4:56 pm
Forum: PHP - Code
Topic: Variable within a variable name
Replies: 6
Views: 532

Variable within a variable name

I am trying to accomplish something that seems as though it should be very simple, but I can't seem to find a way to make it work, despite searching a number of resources. All I'd like to do is use the name of variable within the name of another variable. So basically I have the GET function grabbin...
by benjiw
Tue May 04, 2010 11:54 am
Forum: Databases
Topic: Data Screening via sliders
Replies: 0
Views: 379

Data Screening via sliders

Does anyone know of any good libraries or frameworks for creating a data screening tool like Google's stock screener? http://www.google.com/finance/stockscreener#c0=MarketCap&c1=PE&c2=DividendYield&c3=Price52WeekPercChange&region=us&sector=AllSectors&sort=&sortOrder= The ...