which driver along with php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehashri
    New Member
    • Jan 2007
    • 49

    which driver along with php

    hi
    i hv just started learning php few dayz ago. im not familiar with jsp.
    im using php along with html as a frontend and postgresql as database(backen d). do i need to use driver to connect front end n backend. if yes which should i prefer jdbc or odbc. how should the better one between the 2.
    if drivers are not important how should i connect both.
    i want different options for the user (like select a perticular name from the database, allow a perticular user to enter with correct password etc basically allow user to choose from the database without database exposed)
    plz some 1 help
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    Hi Neha,
    I am not preferring PHP + PostgreSQL. Becoz MySQL is the most suited DBMS for PHP environment.
    read this manual to work with PostgreSQL.

    to start over with PHP/MYSQL use this tutorial

    Comment

    • nehashri
      New Member
      • Jan 2007
      • 49

      #3
      Originally posted by ajaxrand
      Hi Neha,
      I am not preferring PHP + PostgreSQL. Becoz MySQL is the most suited DBMS for PHP environment.
      read this manual to work with PostgreSQL.

      to start over with PHP/MYSQL use this tutorial
      hey thnx
      but need to use postgreSql as db in backend so wat front end shud i use along with this db

      Comment

      Working...