Jump to content
Old threads will finally start getting archived ×

santhosh_89

New Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

santhosh_89's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello dear, You should have stored the pictures file in a directory,This path will be stored in database,If you want to show the image in interface,you should connect with database, Then fetch that file path,assigned to image tag,Thats all,Now you can see the image, are u expecting this or some other else,
  2. Hello , I will give a module to connect with database, function database_connect () { # the pg_connect function will connect the database using the user name # and password . $pg=pg_connect("host=192.168.8.20 user=santhosh password=santhosh_89 dbname=santhoshkumar"); # check the connection using the ping function if it fails # return the 0 if (!pg_ping($pg)){ return 0; } # else return the database connection else{ return $pg; } }
  3. If your are taking the bank transaction,you would use lock,rollback,commit,.. This will help you lot.
  4. Better you can use explain analyse in postgres,It will give the output clearly.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.