Michelle Konzack wrote: > Hello, > > Never I have done this before (no need) but now I nee to create a > new table with some colums from a Webinterface and do not know how > to do that. You have to execute a query: pg_query(connection, "CREATE TABLE tablename (id serial, val int4...);"); > > Please can anyone point me into the right direction ? > > Thanks, Greetings > and nice Weekend > Michelle >