Search found 2 matches
- Thu Dec 18, 2003 12:44 pm
- Forum: PHP - Code
- Topic: Need php parsing help (egrep?)
- Replies: 1
- Views: 321
Need php parsing help (egrep?)
Hi, I want to be able to extract a word out of a string. Here is an example: $teststring = "All I want want data ok ok"; $temp = ereg("want (.*) ok", $teststring, $content); $temp = ereg_replace("<br>", "<br>", $contentї1]); $temp = ereg("want (...
- Thu Dec 18, 2003 12:42 pm
- Forum: PHP - Code
- Topic: Need PHP help. Timeout problems during execution??
- Replies: 1
- Views: 567
Need PHP help. Timeout problems during execution??
Hi, I'm working on some code to "scrape" the rebate amount off an Amazon page. So far my code works, but it seems to abort before finishing. I'm not sure if it's a problem in my code, or a timeout setting in php or apache. I'm running php v4.3.2 and Apache 2.0.48 on Windows. The code seems...