[PHP-DB] SSL Implementation

2003-03-22 Thread Buics
good day!

anyone knows how to implement HTTPs in PHP?
is it possible if i will use OpenSSL?

TIA,
buics


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Sybase_Connect

2003-01-20 Thread Buics
try to look at your php.ini file, then uncomment this line

extension=php_sybase_ct.dll

and also make sure that you setup your extension directory.

; Directory in which the loadable extensions (modules) reside.
extension_dir = c:\php\

after that, restart your web server.

best regards
--buics



Cameron Powell wrote:

 Im trying to figure out Sybase and I cant even seem to get past the first
 step of connecting
 Heres my code:
 ?php
 $con = sybase_connect(localhost, EXP, SQL);
 sybase_select_db(EXPADMIN);
 $qry = sybase_query(select * from EXP.access, $con);

 echo sybase_result($qry, 1, 1);

 sybase_close($con);
 ?
 Heres the error:
 Fatal error: Call to undefined function: sybase_connect() in F:\Program
 Files\Apache Group\Apache\htdocs\index.php on line 8

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

--
   Life is half spent before we know what it is
   -unknown



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] can php capable of accessing javabeans?

2002-10-28 Thread Buics
hi,
Anybody knows how to access javabeans using PHP?

--tia

--
  We are what we repeatedly do. Excellence,
 then, is not an act, but a habit.
-Aristotle(BC 384-322 Greek Philosopher)



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] sybase jaguar CTS -- PHP

2002-10-26 Thread Buics
hi,
I would like to ask if PHP is capable of accessing a jaguar component
server,
My web server and jaguar cts is in separate box.
jaguar cts can serve CORBA, is PHP capable of using CORBA objects?
any suggestions are highly appreciated.

-- buics

--
  We are what we repeatedly do. Excellence,
 then, is not an act, but a habit.
-Aristotle(BC 384-322 Greek Philosopher)



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php