On Sat, 24 Jul 2004 17:47:48 -0400, Kevin wrote:
> Hi Robb,
>
> I am a newbie so I wanted to ask a stupid question. In your code below if
> the first if statement is true it ends the php processing and then you
> reopen with a new out the ?> before the first tag and the work?
>
> Sorry if thi
Hi Robb,
I am a newbie so I wanted to ask a stupid question. In your code below if
the first if statement is true it ends the php processing and then you
reopen with a new before the first tag and the mailto:[EMAIL PROTECTED]
Sent: Saturday, July 24, 2004 4:47 PM
To: [EMAIL PROTECTED]
Subject:
Well I don't have Access, nor Excel, but there is the Freeware Staroffice
that did it for me. Thank's for the tip. I thought of this myself, but your
message encouraged me to try it and it works.
Method I used:
- Open HTML with Staroffice
- Delete irregular header fields
- Select the whole table
Uff.. Don't envy you...
Anyway, if someone (hopefully) was cuting&pasting the cells in you could
do a combination of fopen/explode/regex to split the data into
coma-separated values. For example, stripping out every HTML tag
replacing it with a coma and a space will create you a dump file.
Also
On 26 Jul 01, at 11:41, Seb Frost wrote:
> Now my problem is this. Depending on the amount of content in the main
> cell, the "fixed" size cells on the left expand. This is SO annoying! I
> managed to fix it by setting the height of the bottom left hand "filler"
> cell to be like 10,000 pixels
If you are sucking the scores off someones website, so you can put them into
a database (you should first get permission from site owner ;) )
But the process would be as follows in pseudo code (can't be done with just
SQL commands, btw.)
Get page
Find beginning and end of table, strip off everyt
us Lerdorf [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, January 25, 2001 4:19 PM
>> To: Mike
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: [PHP] html table
>>
>>
>> > How do I get every other column to be a different color (or
>> font ect.)when
>>
4:19 PM
> To: Mike
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] html table
>
>
> > How do I get every other column to be a different color (or
> font ect.)when
> > I'm populating a table from a db(different field counts all the time)
>
> If $i is a counte
> How do I get every other column to be a different color (or font ect.)when
> I'm populating a table from a db(different field counts all the time)
If $i is a counter then $i%2 will alternate between 0 and 1
$i%3 would cycles through 0,1 and 2
-Rasmus
--
PHP General Mailing List (http://www
9 matches
Mail list logo