ork?
>
> Sorry if this is just dumb. Trying to learn. :)
>
> Kevin
>
> -Original Message-
> From: Robb Kerr [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 24, 2004 4:47 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] HTML Table display based upon field contents
: [PHP] HTML Table display based upon field contents
I have a complicated table that needs to be altered depending upon the
contents of a field in one of my recordsets. I've tried several approaches
and need to know what you recommend.
I've created three totally different tables and pu
I have a complicated table that needs to be altered depending upon the
contents of a field in one of my recordsets. I've tried several approaches
and need to know what you recommend.
I've created three totally different tables and put the HTML code for each
into a database. Then I used PHP to inse
if you don't go for fixed widths, yet you want to ensure that the columns do
not go 'below' a certain value a neat trick is to create a row (or use an
existing row) and populate it with blank gifs - one in each column and each
one the 'minimum' desired width of its respective column.(with a height
>
>
>
abcdefghijklmnopqrstuvwxyz01234567890666
c6
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> - Original Message -
> From: - Edwin
> To: Chris Hewitt
> Cc: Bev ; [EMA
Chris Hewitt <[EMAIL PROTECTED]> wrote:
[snip]
> I'd suggest you consider not having fixed width cells.
[/snip]
Good idea esp. if you can do better without having one. But sometimes,
you really just need to have one ;)
- E
__
Do You Yahoo!?
Yah
- Edwin wrote:
Hi,
"Bev" <[EMAIL PROTECTED]> wrote:
[snip]
I wanted to fixed sized cells and that when I type do not
increase/decrease the surronding cells.Can this be done?
[/snip]
Try having your with a fixed width as well:
The reason why html varies the size of cells is to fit in wi
Hi,
"Bev" <[EMAIL PROTECTED]> wrote:
[snip]
> I wanted to fixed sized cells and that when I type do not
> increase/decrease the surronding cells.Can this be done?
[/snip]
Try having your with a fixed width as well:
Ex.
then with your columns:
I think you also have to take no
This has absolutley nothing to do with PHP. I believe that it will stay
if you set the width with CSS, but no promises.
Bev wrote:
Is there any simple way to stop the Cells of a Table from Moving, say for a
simple table I want the first column to be always fixed at 100 pixels(col A)
and the sec
Is there any simple way to stop the Cells of a Table from Moving, say for a
simple table I want the first column to be always fixed at 100 pixels(col A)
and the second to be fixed at 500(col B).
Thing is though, I have specified pixels for each column BUT they still let
me type on past the fixed a
I want to take data from a html table and store it in a mysql database for
use with php scripts.
Is there already an easy php function to do this?
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
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
solution that what it would be getting an intern guy/girl pasting the
staff :-)
Maxim Maletsky
www.PHPBeginner.com
-Original Message-
From: RNie [mailto:[EMAIL PROTECTED]]
Sent: giovedì 27 settembre 2001 12.53
To: [EMAIL PROTECTED]
Subject: [PHP] HTML table to MySQL table conversio
Hello there,
Anyone has done this before? Would like to see some sample code to build a
converter from HTML table to a MySql table. Someone put an enourmous amount
of data in HTML tables and now we would like to put it in MySQL database. We
would not like to do this manually.
Thank you!
--
P
also put comments in the HTML
to see what actually happens, to find errors
in my code.
Anders
webmaster
www.bibbi.nawroth.com
- Ursprungligt meddelande -
Från: "Seb Frost" <[EMAIL PROTECTED]>
Till: <[EMAIL PROTECTED]>
Skickat: den 6 september 2001 19:05
Ämne: [PHP] H
I expect I'll get flamed for being off topic but never mind.
I'm fine with creating simple tables and stuff - even nested a couple of
levels. But there's so many sites these days with super-complex table
layouts. How are these created? Is it just some super-talented table guru
who codes the lo
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
OK I've got a problem with my HTML table which I think needs PHP use to
solve it. I hope not, because I'd rather fix the problem as it should be
fixed.
OK let me try and describe it.
I have a table with two columns.
In the left hand column is 6 rows of fixed height cells with navigational
link
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
How would one go about getting each element from an HTML table to a
database? The HTML will be the source code from a games site score report
pasted into a form. I'm just learning, so don't waste you're valuable time
explaining every detail of how this can be done, but if someone can point me
in
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
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)
Thanks Mike
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
24 matches
Mail list logo