Re: [PHP] Can this be done?

2009-05-05 Thread Miller, Terion
On 5/5/09 9:52 AM, "Wolf" wrote: "Miller wrote: > > > > On 5/5/09 9:23 AM, "Wolf" wrote: > > > > "Miller wrote: > > Ok I have a script that grabs data from a page and puts it in a db, I need > > to run this script 26 times on 26 different pages on the same site, is there > > a way t

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
"Miller wrote: > > > > On 5/5/09 9:23 AM, "Wolf" wrote: > > > > "Miller wrote: > > Ok I have a script that grabs data from a page and puts it in a db, I need > > to run this script 26 times on 26 different pages on the same site, is there > > a way to do this without making 26 dif

Re: [PHP] Can this be done?

2009-05-05 Thread Miller, Terion
On 5/5/09 9:23 AM, "Wolf" wrote: "Miller wrote: > Ok I have a script that grabs data from a page and puts it in a db, I need > to run this script 26 times on 26 different pages on the same site, is there > a way to do this without making 26 different scripts load? Should I post the > sc

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
"Miller wrote: > Ok I have a script that grabs data from a page and puts it in a db, I need > to run this script 26 times on 26 different pages on the same site, is there > a way to do this without making 26 different scripts load? Should I post the > script? > > Thanks, > T.Miller > Sur

Re: [PHP] Can this be done?

2009-05-05 Thread Bastien Koert
On Tue, May 5, 2009 at 8:42 AM, Miller, Terion wrote: > Ok I have a script that grabs data from a page and puts it in a db, I need > to run this script 26 times on 26 different pages on the same site, is > there > a way to do this without making 26 different scripts load? Should I post > the > sc

[PHP] Can this be done?

2009-05-05 Thread Miller, Terion
Ok I have a script that grabs data from a page and puts it in a db, I need to run this script 26 times on 26 different pages on the same site, is there a way to do this without making 26 different scripts load? Should I post the script? Thanks, T.Miller -- PHP General Mailing List (http://www.p

RE: [PHP] Can this be done with mail()?

2002-07-13 Thread John Holmes
> I need to query a database and return a resultset. A php script will then > sort through the data and send the data to the browser in the form of a > table. > > Is it possible to gather the the results with html tags and store them in > a variable so that the results can be emailed to someone?

[PHP] Can this be done with mail()?

2002-07-13 Thread Manuel
I need to query a database and return a resultset. A php script will then sort through the data and send the data to the browser in the form of a table. Is it possible to gather the the results with html tags and store them in a variable so that the results can be emailed to someone? If so, ho

RE: [PHP] Can this be done in PHP?

2002-02-04 Thread Andrew Chase
You might want to take a look at PhpAdsNew, a banner rotation/management system using PHP and MySQL: http://sourceforge.net/projects/phpadsnew The system's admin tools assume that you're selling ad space, but there's no reason you couldn't use it for a banner exchange instead. -Andy > On Fri,

Re: [PHP] Can this be done in PHP?

2002-02-02 Thread S.Murali Krishna
Based on the GET_VARS you can identify the image and do some mapping stuffs to get the sitename. Then you can construct your header accordingly with 'Location:' parameter to view that site. On Fri, 1 Feb 2002, Lazor, Ed wrote: > I'm trying to understand how this banner exchange works

[PHP] Can this be done in PHP?

2002-02-01 Thread Lazor, Ed
I'm trying to understand how this banner exchange works and whether it can be done in PHP. Here's the HTML you put on your web page: http://rpgx.rpgconsortium.com/xchange/engage.cgi?advert=NonSSI&page=XX ">http://rpgx.rpgconsortium.com/xchange/engage.cgi?id=atfantasy&page=01"; border="0" width="

[PHP] Can this be done?

2001-11-02 Thread Micah Huerta
I need to build the following report. I need to query an Oracle database, and list a username and userid, then I need to look at several directories, and determine which files belong to which user, based on the user id and a piece of the filename matching. then I need to count these files, and c