[newbie] simple browse / edit form in PHP

From: "Jules Alberts" <julesa(at)arbodienst-limburg(dot)nl>
To: pgsql-php(at)postgresql(dot)org
Subject: [newbie] simple browse / edit form in PHP
Date: 2002-03-13 09:11:56
Message-ID: 200203130916.g2D9GLfd020708@artemis.cuci.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

hi everyone,

i have a test setup with postgresql 7.2, PHP 4, and apache. everything
works fine, PHP generates HTML pages with query results in it. now i
want to create a simple form which shows the current record, and has
these buttons:

- previous, first, next, last record
- delete record
- add record

it sounds very simple, but where do i start? i guess i should make a
stateless connection (the form will be accessed via the web). i figure
i need some sort of recordset, is a CURSOR the right approach? maybe
someone can point me to an example?

TIA

--
Jules.

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Luís Martins 2002-03-13 11:57:00 Problems with large objects
Previous Message Thorsten Haude 2002-03-10 20:04:45 Re: create database, user