Table Creating from Oracle/PHP HTML [message #260031] |
Fri, 17 August 2007 04:03 |
lukeallan
Messages: 2 Registered: August 2007 Location: ireland
|
Junior Member |
|
|
Hi,
I need advice on how to create a table on a HTML page from Oracle. I have created a HTML page that uses PHP to connect to Oracle and I managed to get it working. On the page one clicks a button and it opens another page to reveal the data in the database - so far so good. My problem is trying to create a nice table to show this data. Is this is done through Oracle/PHP table creating or is this solely a HTML issue. Easy on please as I am totally new to this.
Thanks
|
|
|
|
Re: Table Creating from Oracle/PHP HTML [message #260520 is a reply to message #260482] |
Mon, 20 August 2007 04:02 |
lukeallan
Messages: 2 Registered: August 2007 Location: ireland
|
Junior Member |
|
|
I'm not really sure since this is all new to me but what I assume is that PHP reads from Oracle to create a table - I just dont know if the table is automatically shown in a HTML document if done through PHP reading data from Oracle.
|
|
|