[PHP-DB] Ingres db problems

2001-01-16 Thread Roger Hill
Hi. I posted something similar to this on the general PHP list without response, so I'm trying here now. I'm trying to get PHP 4.0.4.pl1 working with Ingres, after having used PHP with Mysql successfully for years. If I compile PHP as an Apache module, dynamic or static, Ingres refuses to authen

Re: [PHP-DB] HTML Email

2001-01-16 Thread Dreamvale
try twig. http://twig.screwdriver.net/ - Original Message - From: "SeanW" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 2:35 PM Subject: [PHP-DB] HTML Email Can someone point me to some references in making HTML emails using the mail() function. Sean

[PHP-DB] HTML Email

2001-01-16 Thread SeanW
Can someone point me to some references in making HTML emails using the mail() function. Sean

[PHP-DB] PHP 4.0.3p1 and Oracle8i

2001-01-16 Thread Eskil . Swahn
Hi! I am trying to get Apache 1.3.14 with PHP 4.0.3p1 to communicate with Oracle8i (8.1.7) on Compaq Tru64 UNIX and Solaris. If I just use putenv to set ORACLE_SID and ORACLE_SID then everything works without problems. However the problem starts when I try to set NLS_LANG. If I set this to for e

Re: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread Ing. Nono Carballo Escalona
If you are working under Linux try to use vim (vi improved), I love it. It has syntax color for many languages including PHP and HTML and includes all the strength of vi editor. Nono -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RES: Re[2]: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread portasio
may i recommend context. it's croatian, it's beta, but it works and it's free. it has user configurable highlights for several languages (html, php, sql, javascript...). it's available at: http://www.fixedsys.com/context/ rds mauricio # -Mensagem original- # De: David Tod Sigafoos [mai

Re[2]: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread David Tod Sigafoos
Hello Lisa, Tuesday, January 16, 2001, 7:02:48 AM, you wrote: RL> Hi All, RL> I am new to PHP and am using TextPad 4.0 at the moment but it doesn't colour RL> code PHP. Can anyone recommend a Text Editor that does this. The BBEdit is RL> only for Mac. RL> Thanks for your help RL> All the Best

Re: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread Ifrim Sorin
Hi Liza I'm using Textpad 4.4 and it can colour PHP code. Try on 'Configure'->'New document class'->specify name for class-> specify members (*.php) -> chose syntax definition file ( php.syn ) and it's OK . Regards, Sorin Ifrim - Original Message - From: Rubanowicz, Lisa <[EMAIL PR

AW: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread Stefan Siefert
Try Multiedit or Ultraedit.. this are Editor's which can be taught to highlight Syntax.. you only need a config - file for the programing language you need. Greetings, Stefan -Ursprüngliche Nachricht- Von: Rubanowicz, Lisa [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Januar 2001 1

RE: [PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread Rubanowicz, Lisa
Hi All, I am new to PHP and am using TextPad 4.0 at the moment but it doesn't colour code PHP. Can anyone recommend a Text Editor that does this. The BBEdit is only for Mac. Thanks for your help All the Best Lisa -Original Message- From: Michael Zornek [mailto:[EMAIL PROTECTED]] Sent: T

[PHP-DB] SQL coloring in BBEdit 6.0?

2001-01-16 Thread Michael Zornek
Hello, I'm using BBEdit 6.0.2 to do some PHP. I love the way it colors the PHP commands differently. I also do mySQL. I usually write up a whole list of SQL statements in a text editor and then feed them into the server. Is there a way to have BBEdit color code the mySQL commands that same wa

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread zambak
THANK YOU SO MUCH... I rearly paid attention to it. "Andreas Karajannis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > zambak wrote: > > > > Then I found a piece of information on DB2 CLI on Stored Procedure Call > > > > Syntax > > Between all it says

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread Andreas Karajannis
zambak wrote: > Then I found a piece of information on DB2 CLI on Stored Procedure Call > > Syntax > Between all it says : (quote) > Unlike ODBC, DB2 CLI does not support literals as procedure arguments, > parameter markers must be used.(end quote) > I created a little app that users CLI and it

Re: [PHP-DB] hello

2001-01-16 Thread Marcelo Gulin
Hi! try using LIMIT in your query... SELECT * from thistable LIMIT 0,15 and then make a loop to display the results. regards Marcelo Gulin MacBane escribió: > > Has anyone got some code to display the first say 15 records from a query > then get the next 15 then next for a mysql d

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread zambak
Andreas here is exact same message Warning: SQL error: [IBM][CLI Driver][DB2/6000] SQL10013N The specified library "/home/db2inst1/sqllib/function/SP_INS_MALL" could not be loaded. , SQL state S1000 in SQLExecDirect in /usr/local/apache/htdocs/DB2test.php on line 50 and PHP function I execut

RES: [PHP-DB] Creating a ranking

2001-01-16 Thread portasio
hello, and happy new year to you too. yes there is a way. it called a cursor in most db systems (but i don't the term around recently). use a counter for your result set fetching loop. this counter can be used as your cursor. use the mysql_field_seek function to position the cursor anywhere with

[PHP-DB] Creating a ranking

2001-01-16 Thread Fabio Ottolini (EDB)
Hej alla, First of all, a Happy New Year for all of you! My vacations are gone and I now have to come back to my true reality... Databases and PHP. :) A very interesting question for you experts. Let's see if you can help me. I am developing a game with a team and I have to store the scores of

FW: [PHP-DB] hello

2001-01-16 Thread Ronnie Esguerra
There is a great sample code by Rod Kreisler in the PHPBuilder site www.phpbuilder.com/columns Ronnie > -Original Message- > From: MacBane [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 1:05 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] hello > > > Has anyone got some c

[PHP-DB] Build of php-3.0.18 with oci8

2001-01-16 Thread Hartwig, Rainer ext.
Hi, I'm not able to build a DSO-modul of php-3.0.18 for Apache 1.3.12 with connection ORACLE 8.1.7. I have two scenarios: 1. Link with shared library "libclntsh.a" is succesfull, the php-modul for Apache (DSO-modul, libphp3.so) is not runable. Starting Apache I get the error message:

RE: [PHP-DB] DELETE FROM.... Question

2001-01-16 Thread Rubanowicz, Lisa
http://hotwired.lycos.com/webmonkey/99/21/index3a_page6.html?tw=programming If you go to this page it has all "Add", "Edit" and "Delete" all in one script. I got it working last night. Up to this I had been able to do the Add and Delete but not the Edit, so this has it all . Great for beginners

Re: [PHP-DB] SQLExecDirect in CALL

2001-01-16 Thread Andreas Karajannis
zambak wrote: > Hi > > This is probably a question for a core PHP developers working on ODBC > > > > I have compiled my php 4.0.4 against IBM DB2 libs and all is well untill i > > do something like > > odbc_exec($cid,"CALL ('arg1','arg2','arg3')"; > > > > Call fails saying it could