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
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
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
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
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
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
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.
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
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
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
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
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
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
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):
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
[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
[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
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
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...
19 matches
Mail list logo