On Fri, March 23, 2007 12:31 pm, Richard Dunne wrote:
> Can anyone tell me where to get support for this? php5 undefined
> function pg_connect()
> Is there a specific mailig list fro users?
It means you did not correctly compile/install the PostgreSQL
extension to php.
If you compiled from sourc
sage
From: Brad Bonkoski <[EMAIL PROTECTED]>
To: Richard Dunne <[EMAIL PROTECTED]>
Sent: Friday, March 23, 2007 6:12:08 PM
Subject: Re: [PHP] php support
Richard Dunne wrote:
> Postgresql 8.2 and PHP5.2.1 using php installer.zip installed on
> windows XP
>
> Do
Look at phpinfo(), you probably don't have PQSql support installed...
Jake
> -Original Message-
> From: Richard Dunne [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 23, 2007 1:31 PM
> To: php-general@lists.php.net
> Subject: [PHP] php support
>
> Can a
Richard Dunne wrote:
Can anyone tell me where to get support for this?
Here
php5 undefined function pg_connect()
postgresql was not built into your version of PHP.
Perhaps post which platform your run on, and other information like
using a pre-canned binary or are building for source.
-B
Can anyone tell me where to get support for this? php5 undefined function
pg_connect()
Is there a specific mailig list fro users?
Thanks,
Richard Dunne
Expecting? Get great news right away with email Auto-
On Monday 08 March 2004 07:03 am, Kenneth wrote:
> Hi all,
>
> Does PHP support C++ language?
> If yes, how can it be converted?
you can write an extensions, which is actually rather easy to do. There's an
article at http://bugs.tutorbuddy.com/phpcpp/phpcpp/ that claims to tell you
how to use c+
Hi all,
Does PHP support C++ language?
If yes, how can it be converted?
The case is, I've use C++ to make a function (to get data from file and
convert it from char type to int type), how can i import the
function/variables and use it in PHP?
Thanks,
Kenneth
--
PHP General Mailing List (http:/
Hi,
do you know if PHP supports the Intersystems 'Caché' database system?
The PHP manual does not cite classes and I found no information at the intersystems
web site.
Thank you ,
Vincent
In an app I'm developing I have a need to call java classes, and am hoping
to use PHP's java integration.
However, the manual page (http://www.php.net/manual/en/ref.java.php) says
"This extension is EXPERIMENTAL. The behaviour of this extension --
including the names of its functions and anything
At 19.06.2001 11:20, Mattias Segerdahl wrote:
>For all those that's seeking support for php, there are two options,
>zend.com sells SOS, you could also join #php on efnet for help..
I doubt #php would attract the big bad corporations using php, I've seen
people give rm -rf / millions of times on
Hi,
I have a question about PHP's support for unsigned integers. I was trying
out the following code fragment
$val = 0x8000;
$hexval_str = sprintf("%X", $val);
echo $hexval_str;
result=
-8000
It seems here that I can not represent $val as an unsigned integer. Since
settype does not
11 matches
Mail list logo