[PHP-DB] HELP ME PLEASE: php not run on IIS 4.0

2002-03-25 Thread Berlina

Hi,

Im trying to install PHP 4.1.2 under Windows 2000 Server and IIS 4.0

* If I configure PHP as a MODULE, all run but SESSIONS DON'T WORK
* If I configure PHP as a CGI, SESSIONS WORK but ORACLE MODULE for PHP not
load

Any ideas?
Anybody can help me?

Advanced thanks,
Berli

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




[PHP-DB] HELP Using PHP with Apache (IAS Oracle)

2002-03-05 Thread Berlina

Hi to all,
 
 Im trying to use Apache Web Server from IAS (Oracle) with PHP 4.1.1. in a
Windows NT server.
When I try to load the php modules, apache shows an error that said that I
need to recompile Apache with the flag
-EAPI.
 
 Somody know to do this?
There ara another way to use these libraries without recompiling Apache?
 
 Advanced Thanks,
Berli
 

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




[PHP-DB] Help on PHP vs JAVA

2002-02-21 Thread Berlina

Hello to everybody,

I need some help for writting a comparison of PHP vs JAVA, and of course, I
need that PHP wins
;-D

Any ideas?
Any comparison wrote?

Advanced Thanks,
F.P.

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




[PHP-DB] Re: [PHP] Sending variables between PHP pages

2002-01-04 Thread Berlina

Yes, Im thinking the same...
:-((

Thanks again Intruder


- Original Message -
From: "Intruder" <[EMAIL PROTECTED]>
To: "Berlina" <[EMAIL PROTECTED]>; "php-general-list"
<[EMAIL PROTECTED]>; "php-dev-list" <[EMAIL PROTECTED]>;
"php-db-list" <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 12:38 PM
Subject: RE: [PHP] Sending variables between PHP pages


> >> Yes, thanks a lot, but i need to mantain the connection open for manage
a
> >> transaction, an everytime that I open a new database connection,
> >> the system
> >> begins a new transaction and I lose the last one.
> >> Do you understand, me?
> >> Do you know the way for do that?
>
> I think it is imposimble in web applications at all, because there is no
> persistent connection between db server
> and "web server + PHP" service. You can try for example mysql_pconnect()
> function (or it's analog for your db engine)
> but still I don't think it is possible ;(((
> Only applications can make this for you NOT PHP and Web ;(((
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Sending variables between PHP pages

2002-01-04 Thread Berlina

Hi users,

how can I send a connection database variable, from one PHP page to other
PHP page, and maintance the database connection open during both pages?

Thanks

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Persistent connection to Oracle with OCI

2001-12-28 Thread Berlina

Hi to everybody,

Im trying to use persistents connections to an Oracle Database through PHP,
for manageing transactions, and have some problems.

My Schema:

* Web Server: Apache 1.3.22 on a Linux RedHat 7.0
* PHP: 4.1.1 compiled with oracle module functions (OCI*)
* Data Base: Oracle 8.1.7 on a Windows NT Server

I need to manage transactions to database. For it i made a test pages like
this:

* 1 index page that generate some frames and open a persistent connection to
Oracle
* 1 frame that made an insert to one table of the database, and reopen the
persistent connection
* 1 frame that made an insert to another table of the same database, and
reopen the persistent  connection
* 1 frame with 2 buttons, one for execute a Commit and another for execture
a Rollback

 When i was using the ORA_* functions, some times works well, but other
times not work correctly...
Now using the OCI* functions dont work.
What im doing wrong?
Can somebody help me?

Avanced thanks


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Persistent connection to Oracle with OCI

2001-12-18 Thread Berlina

Hi again to everybody,

first sorry for my poor english.

 im trying to use persistents connections to an Oracle Database through PHP,
for manageing transactions, and have some problems.

My Schema:
* Web Server: Apache 1.3.20 on a Linux RedHat 7.0
* PHP: 4.0.6 compiled with oracle module functions (OCI*)
* Data Base: Oracle 8.0.5 on a Windows NT Server

 I need to manage transactions to database. For it i made a test pages like
this:

* 1 index page that generate some frames and open a persistent connection to
Oracle
* 1 frame that made an insert to one table of the database, and reopen the
persistent connection
* 1 frame that made an insert to another table of the same database, and
reopen the persistent connection
* 1 frame with 2 buttons, one for execute a Commit and another for execture
a Rollback

When i was using the ORA_* functions, some times works well, but other times
not work correctly...
Now using the OCI* functions dont work.
What im doing wrong?
Can somebody help me?

 Avanced thanks


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Using persistent connection to database

2001-12-17 Thread Berlina

Hi to everybody,

first sorry for my poor english.

im trying to use persistents connections to an Oracle Database through PHP,
for manageing transactions, and have some problems.

My Schema:
* Web Server: Apache 1.3.20 on a Linux RedHat 7.0
* PHP: 4.0.6 compiled with oracle module functions (ora_*)
* Data Base: Oracle 8.0.5 on a Windows NT Server

I need to manage transactions to database. For it i made a test pages like
this:

1 index paga that generate some frames and open a persistent connection to
the database
1 frame that made an insert to one table of the database
1 frame that made an insert to another table of the same databese
1 frama with 2 buttons, one for execute a Commit and another for execture a
Rollback

Some times works well, but other times not work correctly...
What im doing wrong?
Can somebody help me?

Avanced thanks

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]