Jump to content

lazaroskyr

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lazaroskyr's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks.I've solved it.It was a stupid mistake.
  2. I wish to everyone a happy new year. Here is my "silly" question. I have this code: Code: [code] $conn = pg_connect(...) or die("Couldn't Connect: ".pg_last_error()); if(something) { insert_something(); } elseif(something else) { update_something(); } function insert_something() { ...some code...(works nice) } function update_something() { ...some code...(cannot connect to db- i must reconnect) } [/code] I cannot understand what is the reason that in the second function I lose connection to postgres and must reconnect...Can anyone help me?
  3. I am planning on creating a program that will use smart cards and touch screens.Is PHP suitable for this purpose?I mean can PHP work with smart cards and touch screens?The program will be web based so I must use PHP...
×
×
  • 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.