[PHP] PHP and Oracle

2003-01-14 Thread Jadiel Flores
Hi, I'm having a big problem with php4 and Oracle 8.1.6 and I'd like to know if anybody knows how to handle CLOB fields using oracle's functions. Thanks. Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mai

[PHP] Oracle and CLOBs

2003-01-14 Thread Jadiel Flores
is VarChar, NewsDate is Date and Content is a CLOB It works fine if the query doesn't contain the CLOB field. Any suggestion??? Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] WYSIWYG HTML Editor

2002-10-15 Thread Jadiel Flores
s active edit, I found this tool very useful for some sites, the > > price is a little bit high but you can get the source code and make some > > changes. > >Thanks, i'll check it out. >But it requires ColdFusion to be installed, doesn't it? > >Chris Jadie

Re: [PHP] WYSIWYG HTML Editor

2002-10-15 Thread Jadiel Flores
p://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Urgent help with Sessions and Cookies

2002-10-11 Thread Jadiel Flores
is deleted immediately, and sessions dissapear too, I have other sections in the same server using cookies and session and work fine, but in this specific directory it doesn't work. Any idea??? Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34

[PHP] PHP with Oracle

2002-10-01 Thread Jadiel Flores
0 The dll is in the directory but I have no idea why php can't load it. Any suggestion?? Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Undefined variable: PHP_SELF

2002-08-15 Thread Jadiel Flores
Try $_SERVER['PHP_SELF'] instead of $PHP_SELF At 04:19 PM 8/15/2002 -0700, you wrote: >I keep getting "Undefined variable: PHP_SELF" when using the following: > > > >Global variables are off... What am I doing wrong? Jadiel Flores

[PHP] Troubles with Classes

2002-08-13 Thread Jadiel Flores
ge = " . $attrib['page'] . " ORDER BY Slot ASC"; $GetData = $DBQuery->RunQuery(); bla bla bla .. } If I use: var $DBQuery = new DBQueries; then I receive the error: Parse error: parse error, unexpected T_NEW in D:\InetPu

Re: [PHP] Installed PHP on home Win98se, now how can I get browser to see it?

2002-07-26 Thread Jadiel Flores
chromaticus.com >- http://ampcast.com/chromaticus > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] GD Library

2002-07-25 Thread Jadiel Flores
t;Thanks! > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD Library for Windows

2002-07-23 Thread Jadiel Flores
I'm trying to develop a thumbnail creation module for a website but I can't get gd library to work in a Win2000 Advanced Server, PHP 4.2.1, IIS 5. Does anybody has the php_gd.dll for this version?? Thanks. Jadiel Flores - http://www.abargon.com [EMAIL PROT

Re: [PHP] why my php can not get values from Form?

2002-07-17 Thread Jadiel Flores
Probably you don't have the Register Global turned on in your php.ini, try using $_GET['usernm'] and $_GET['passwd'] or change your php.ini At 01:41 p.m. 07/18/2002 +0800, you wrote: >hello, >I have just installed apache+php4, but my php can not get values from form? >what's wrong? >following is

[PHP] mySQL and phpMyAdmin

2002-07-03 Thread Jadiel Flores
Hi, I installed php and mysql today and I'm trying to use phpMyAdmin but I'm receiving the error message: cannot load MySQL extension, please check PHP Configuration. I checked the php.ini and couldn't find anything related, my configure command says '--with-mysql=shared,/usr' and I have no idea