using postgresql

Started by saeed ahmedover 14 years ago5 messagesgeneral
Jump to latest
#1saeed ahmed
mycomputerbooks@gmail.com

my english is limited and find it difficult to learn new things.only
by askiing ,i can learn.
i would like to know
if i want to make a website where user can insert data and after i
use query to get results.how should i begin?from where to start?

#2Pavel Stehule
pavel.stehule@gmail.com
In reply to: saeed ahmed (#1)
Re: using postgresql

Hello

look on this site, please, http://sqlzoo.net/

Regards

Pavel Stehule

2011/7/31 saeed ahmed <mycomputerbooks@gmail.com>:

Show quoted text

my english is limited and find it difficult to learn new things.only
by askiing ,i can learn.
i would like to know
if i want to make a website where user  can insert data and after i
use query to get results.how should i begin?from where to start?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3John R Pierce
pierce@hogranch.com
In reply to: Pavel Stehule (#2)
Re: using postgresql

On 07/31/11 11:06 AM, Pavel Stehule wrote:

2011/7/31 saeed ahmed<mycomputerbooks@gmail.com>:

my english is limited and find it difficult to learn new things.only
by askiing ,i can learn.
i would like to know
if i want to make a website where user can insert data and after i
use query to get results.how should i begin?from where to start?

look on this site, please, http://sqlzoo.net/

which is a SQL tutorial, but doesn't begin to address Saeed's question.

In order to give a decent answer, we'd need to know what sort of web
server programming languages he is good with. Where I work, this
sort of application is most frequently done with Java running on a
Tomcat or similar application server, and using a web application
framework like Java Spring. Of course, such an application could be
coded in most any server side application environment, from PHP to Perl
to Python.

you woujld define the various forms needed for entering and querying
your data tables, and probably various report display pages for showing
the query results, along with the controller glue to put these pages
together in a cohesive site.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

#4Pavel Stehule
pavel.stehule@gmail.com
In reply to: John R Pierce (#3)
Re: using postgresql

2011/7/31 John R Pierce <pierce@hogranch.com>:

On 07/31/11 11:06 AM, Pavel Stehule wrote:

2011/7/31 saeed ahmed<mycomputerbooks@gmail.com>:

my english is limited and find it difficult to learn new things.only
by askiing ,i can learn.
i would like to know
if i want to make a website where user  can insert data and after i
use query to get results.how should i begin?from where to start?

look on this site, please, http://sqlzoo.net/

which is a SQL tutorial, but doesn't begin to address Saeed's question.

It is little bit offtopic, but I am not sure if Saeed understand to
SQL and related technology.

Regards

Pavel

Show quoted text

In order to give a decent answer, we'd need to know what sort of web server
programming languages he is good with.     Where I work, this sort of
application is most frequently done with Java running on a Tomcat or similar
application server, and using a web application framework like Java Spring.
  Of course, such an application could be coded in most any server side
application environment, from PHP to Perl to Python.

you woujld define the various forms needed for entering and querying your
data tables, and probably various report display pages for showing the query
results, along with the controller glue to put these pages together in a
cohesive site.

--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#5David G. Johnston
david.g.johnston@gmail.com
In reply to: saeed ahmed (#1)
Re: using postgresql

You really need to tell people what knowledge and skills you already possess if you expect to get a meaningful answer. If you have never written a program in your life you have a lot to cover compared to mostly not knowing how to interface your chosen language with a database. And have you ever deployed a website with static content?

In short you need to break down your final goal into smaller self-contained tasks that you can learn and build upon. Focus one technology and technique at a time.

David J.

On Jul 31, 2011, at 13:58, saeed ahmed <mycomputerbooks@gmail.com> wrote:

Show quoted text

my english is limited and find it difficult to learn new things.only
by askiing ,i can learn.
i would like to know
if i want to make a website where user can insert data and after i
use query to get results.how should i begin?from where to start?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general