Re: [PHP] HTML Table display based upon field contents

2004-07-24 Thread Robb Kerr
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

RE: [PHP] HTML Table display based upon field contents

2004-07-24 Thread Kevin
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:

Re: [PHP] HTML table to MySQL table conversion

2001-09-27 Thread RNie
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

RE: [PHP] HTML table to MySQL table conversion

2001-09-27 Thread Maxim Maletsky \(PHPBeginner.com\)
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

Re: [PHP] HTML table problem (solvable with PHP?)

2001-07-26 Thread Dave Freeman
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

Re: [PHP] HTML table to MySQL?

2001-04-08 Thread Lindsay Adams
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

Re: [PHP] html table

2001-01-25 Thread Randy
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 >>

RE: [PHP] html table

2001-01-25 Thread Brian V Bonini
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

Re: [PHP] html table

2001-01-25 Thread Rasmus Lerdorf
> 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