Re: python mariadb & html tables

2020-09-15 Thread Larry Martell
On Tue, Sep 15, 2020 at 1:35 PM SS wrote: > > On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com > wrote: > > On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > > > > > I'm trying to create an table in html from a Maria DB table, from a > > > python script. I'm getting some

Re: python mariadb & html tables

2020-09-15 Thread SS
On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com wrote: > On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > > > I'm trying to create an table in html from a Maria DB table, from a python > > script. I'm getting some unexpected results. > > > > The environment is Cento

Re: python mariadb & html tables

2020-09-15 Thread MRAB
On 2020-09-15 20:33, SS wrote: On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com wrote: On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > I'm trying to create an table in html from a Maria DB table, from a python script. I'm getting some unexpected results. > > The en

Re: python mariadb & html tables

2020-09-15 Thread MRAB
On 2020-09-15 19:41, SS wrote: I'm trying to create an table in html from a Maria DB table, from a python script. I'm getting some unexpected results. The environment is Centos 7, I'm using Python3 with apache. Here is copy of the script I'm using: *** SCRIPT START * import mysq

Re: python mariadb & html tables

2020-09-15 Thread SS
On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com wrote: > On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > > > I'm trying to create an table in html from a Maria DB table, from a python > > script. I'm getting some unexpected results. > > > > The environment is Cento

Re: python mariadb & html tables

2020-09-15 Thread Larry Martell
On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > I'm trying to create an table in html from a Maria DB table, from a python > script. I'm getting some unexpected results. > > The environment is Centos 7, I'm using Python3 with apache. > > Here is copy of the script I'm using: > > *** SCRIPT ST

python mariadb & html tables

2020-09-15 Thread SS
I'm trying to create an table in html from a Maria DB table, from a python script. I'm getting some unexpected results. The environment is Centos 7, I'm using Python3 with apache. Here is copy of the script I'm using: *** SCRIPT START * import mysql.connector import cgitb cgitb.

Re: HTML Tables

2008-08-19 Thread Stefan Behnel
Amie wrote: > Thanks for your help so far. Ok here's a scenario: I have to create a > site that displays 34 html tables. > In each of these tables the following information has to be displayed: > logo (image), site name, date, time. > Remember: in all of these 34 tables. the i

Re: HTML Tables

2008-08-19 Thread Mensanator
On Aug 19, 9:33 am, Amie <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for your help so far. Ok here's a scenario: I have to create a > site that displays 34 html  tables. > In each of these tables the following information has to be displayed: > logo (image), site name

HTML Tables

2008-08-19 Thread Amie
Hi, Thanks for your help so far. Ok here's a scenario: I have to create a site that displays 34 html tables. In each of these tables the following information has to be displayed: logo (image), site name, date, time. Remember: in all of these 34 tables. the information displayed on each of

Re: HTML Tables

2008-08-18 Thread Adrian Smith
On Aug 19, 6:49 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Adrian Smith wrote: > >> Just want to know how to create html tables using a for loop. > >> I need to display 34 html tables, so I figured a for loop will do. > >> Please show me an example of how

Re: HTML Tables

2008-08-18 Thread Fredrik Lundh
Adrian Smith wrote: Just want to know how to create html tables using a for loop. I need to display 34 html tables, so I figured a for loop will do. Please show me an example of how to do that. for i in range(33): range(33) returns 33 numbers, not 34 (the upper bound is not inclusive

Re: HTML Tables

2008-08-18 Thread Gabriel Genellina
En Mon, 18 Aug 2008 09:05:30 -0300, Adrian Smith <[EMAIL PROTECTED]> escribió: > On Aug 18, 7:16 pm, Amie <[EMAIL PROTECTED]> wrote: >> Afternoon all. >> >> Just want to know how to create html tables using a for loop. >> I need to display 34 html

Re: HTML Tables

2008-08-18 Thread Adrian Smith
On Aug 18, 7:16 pm, Amie <[EMAIL PROTECTED]> wrote: > Afternoon all. > > Just want to know how to create html tables using a for loop. > I need to display 34 html tables, so I figured a for loop will do. > Please show me an example of how to do that. for i in range(33):

HTML Tables

2008-08-18 Thread Amie
Afternoon all. Just want to know how to create html tables using a for loop. I need to display 34 html tables, so I figured a for loop will do. Please show me an example of how to do that. Also how do I display the results of an sql query onto the html tables? Thanks in advance -- http

Re: Regular Expression help for parsing html tables

2006-10-29 Thread Paddy
[EMAIL PROTECTED] wrote: > Hello, > > I am having some difficulty creating a regular expression for the > following string situation in html. I want to find a table that has > specific text in it and then extract the html just for that immediate > table. > > the string would look something like th

Re: Regular Expression help for parsing html tables

2006-10-29 Thread Odalrick
[EMAIL PROTECTED] skrev: > Hello, > > I am having some difficulty creating a regular expression for the > following string situation in html. I want to find a table that has > specific text in it and then extract the html just for that immediate > table. > > the string would look something like t

Re: Regular Expression help for parsing html tables

2006-10-28 Thread Stefan Behnel
Hi Steve, [EMAIL PROTECTED] wrote: > I am having some difficulty creating a regular expression for the > following string situation in html. I want to find a table that has > specific text in it and then extract the html just for that immediate > table. Any reason why you can't use a real HTML pa

Regular Expression help for parsing html tables

2006-10-28 Thread steve551979
Hello, I am having some difficulty creating a regular expression for the following string situation in html. I want to find a table that has specific text in it and then extract the html just for that immediate table. the string would look something like this: ...stuff here... ...stuff here...