Search found 4 matches
- 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();...
- 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.
Weirdan, what do you mean about filtering the incoming variable?
Thanks again.
- 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...
- 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®ion=us§or=AllSectors&sort=&sortOrder= The ...