Re: Webview and databases
Re: Webview and databases
- Subject: Re: Webview and databases
- From: Ruslan Zasukhin <email@hidden>
- Date: Sun, 16 Oct 2005 10:28:23 +0300
- Thread-topic: Webview and databases
On 10/16/05 2:42 AM, "Sanri Parov" <email@hidden> wrote:
>
> Il giorno 15/ott/05, alle ore 21:22, Scott Ellsworth ha scritto:
>
>> SqlLite's maker offers a library for db access. The second is
>> often best done via a few routines to hand-roll the HTML. The
>> third is best done by putting together a webkit view, and pushing
>> the data into a Webkit view.
>>
>> Scott
>
> Many thanks Scott.
> as far as I'm using Sqlite 2.8 , is there some useful helping routine
> for this?
> Can you give me some good starting point?
> Thanks again.
Actually no problems here:
For ANY db steps in PHP are:
* get cursor as result of query
* loop by records
print "<tr>"
* loop by fields
print "<td>" . Field value . "</td>"
print "<tr>"
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden