Search found 2 matches
- Mon Nov 10, 2003 2:32 pm
- Forum: PHP - Code
- Topic: overriding functions
- Replies: 4
- Views: 2664
actually, to give more details, I'm trying to extend this script that I've wrote: http://cfxweb.net/civax/code.htm#newsgrabber the profiles of each site contains few string vars and 1 function. I've just rewroe the script to handle scanning of SEVERAL sites in one go. Basically what I'm trying to do...
- Sat Nov 08, 2003 3:49 pm
- Forum: PHP - Code
- Topic: overriding functions
- Replies: 4
- Views: 2664
overriding functions
Hi, I've coded a script that scans sites based on profiles made by users and return results. Now, each profile has a function rewrite() that rewrites data according to the site. I now try to scan multiple sites. It all works well for the first site, then it throws Fatal error: Cannot redeclare rewri...