Forum: PHP Aug 2nd, 2009 |
| Replies: 3 Views: 418 <?
set_time_limit(0);
//set curl
$ch = curl_init();
$ckfile = "tmp/cookie.txt";
curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile);
curl_setopt ($ch, CURLOPT_COOKIEFILE, $ckfile);
curl_setopt($ch,... |
Forum: PHP Aug 2nd, 2009 |
| Replies: 3 Views: 418 i need to access the detailed search result page using curl, but for some reason i am not able to do so... Please help!
The site is www.justdial.com and i am searching for a* ... on the very first... |
Forum: PHP Jul 31st, 2009 |
| Replies: 1 Views: 278 i am trying to make a small search script, but i cannot get it to search for a particular keyword that may end in a space...
my input string is like...
amit qby:name hello
i want the... |
Forum: PHP Jul 1st, 2009 |
| Replies: 10 Views: 708 if dat doesn't work, i can try n fix it for you...
PS i am a pro php programmer :P |
Forum: PHP Jul 1st, 2009 |
| Replies: 10 Views: 708 change
document.write( '<a ' + path + '\'' + prefix + ':' + addy27400 + '\'>' ); document.write( addy27400 ); document.write( '<\/a>' );
to
document.write( addy27400);
that should do it! |