[PHP] Informix Abstraction Class the PHPLIB Way

2002-05-21 Thread Martin Cabrera Diaubalick
Hello everyone, I'm starting to work with Informix 9.3 and I was wondering if someone has created a class in the phplib way using the same methods. My knowledge of Informix is less than zero, so if you could point me to another DB abstraction system that uses Informix and classes, I will appreci

Re: [PHP] PHP

2002-04-16 Thread Martin Cabrera Diaubalick
It's a Forum, not a chat. http://forums.knowledgeisland.com/list.php?f=1 HTH Regards El Mar 16 Abr 2002 13:00, Jason Whitaker escribió: >I am looking for a PHP chat for disscussing php/mysql. anyone know of any? > >-- > >Jason Whitaker -- Martin Cabrera Diaubalick Directo

Re: [PHP] Making graphics

2002-04-11 Thread Martin Cabrera Diaubalick
>format. What is the best way to do this.hopefully you will not say GD >library! -- Martin Cabrera Diaubalick Director Técnico Notodo.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] eregi_replace HELP!!

2002-02-04 Thread Martin Cabrera Diaubalick
Hello all! I would like to change all the links containing string "microsite" from $contenido1 to: http://www.whatever.com";>Link not available. The rest of the links of $contenido1 would have to be ontouched. To do this, I tried $contenido1=eregi_replace("()","http://www.whatever.com\";>L

[PHP] eregi_replace Howto

2002-02-01 Thread Martin Cabrera Diaubalick
Hello all! I would like to change all the links containing string "microsite" from $contenido1 to: http://www.whatever.com";>Link not available. The rest of the links of $contenido1 would have to be ontouched. To do this, I tried $contenido1=eregi_replace("()","http://www.whatever

Re: [PHP] calling an URL

2002-01-24 Thread Martin Cabrera Diaubalick
Header("Location:http://whatever.com";); HTH REgards El Jue 24 Ene 2002 12:50, Eduardo Melo escribió: >How can i call as URL from a PHP code ? > >thanks, > >eduardo melo >computer programmer > >_ >Send and receive Hotmail on your m

[PHP] PHP 3 -> 4 Transition problem

2001-06-21 Thread Martin Cabrera Diaubalick
Hello everyone! Good to see the list back! I had this weird problem switching from PHP3.0.16 to PHP 4.0.4pl1. After changing Apache httpd.conf file, everything went ok except that mail() function always returns false even though mails are sent. phpinfo() says my sendmail configuration is this o

Re: [PHP] Tutorial on connecting to a MSSQL 7 or 2000 database.

2001-05-24 Thread Martin Cabrera Diaubalick
Hello Brandon, for Version 7, have a look at http://www.knowledgeisland.com/inet/php/php.php look in the PHP& Databases section HTH Regards - Original Message - From: "Brandon Orther" <[EMAIL PROTECTED]> To: "PHP User Group" <[EMAIL PROTECTED]> Sent: Monday, May 14, 2001 6:12 PM Subje

Re: [PHP] Threaded discussion Phorum algorithm

2001-05-24 Thread Martin Cabrera Diaubalick
Hello Ivan, there's a nice article at DevShed.com explaining this Try http://www.devshed.com/Server_Side/Administration/TalkToMe/print.html HTH Regards - Original Message - From: "rodrigo" <[EMAIL PROTECTED]> To: "php php" <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 4:24 AM Subjec

[PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133

2001-05-22 Thread Martin Cabrera Diaubalick
Hello Everyone! This is my code if (count($array_id)==1) { $string_id=$array_id; } else { $string_id= implode(":",$array_id); } I've been testing it for three days and never had an error, now it

Re: [PHP] Limit & hyperlinking

2001-05-17 Thread Martin Cabrera Diaubalick
Hello Greg, Try http://www.knowledgeisland.com/inet/php/php.php Look for Rod Kreisler in the PHP& Databases section HTH Regards - Original Message - From: "Greg Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 1:20 PM Subject: [PHP] Limit & hyperlinki

[PHP] Check if a variable has been posted-- HOW?

2001-05-03 Thread Martin Cabrera Diaubalick
Hi everyone I'm lookign through the manual but can'f find it right now. How do I check if a variable has been created through a posted form? TIA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP] to find out which checkbox is checked

2001-04-18 Thread Martin Cabrera Diaubalick
Hello Jacky! Try to echo the variable to see its value. HTH - Original Message - From: "Jacky@lilst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 10:19 PM Subject: [PHP] to find out which checkbox is checked > Hi all, > I still cannot get my problem so

Re: [PHP] String in a string

2001-04-06 Thread Martin Cabrera Diaubalick
Hello Mike, try preg_match See http://www.php.net/manual/en/function.preg-match.php HTH Regards - Original Message - > From: Mike <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, April 06, 2001 4:42 PM > Subject: [PHP] String in a string > > > > How do I find out if a strin

RE: [PHP] Update All fields?

2001-04-06 Thread Martin Cabrera Diaubalick
Hello James In your update statement, do not include a WHERE clause HTH - Original Message - From: James Holloway <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 11:05 AM Subject: [PHP] Update All fields? > Hi There, > > I currently have a MySQL table, with ar

RE: [PHP] Reg exps.

2001-04-05 Thread Martin Cabrera Diaubalick
Hello Elias, Try this tutorial at phpbuilder.com http://www.phpbuilder.com/columns/dario19990616.php3 HTH (It helped me) - Original Message - From: elias <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 7:47 PM Subject: [PHP] Reg exps. > Hello. > I've been

RE: [PHP] PHP Editor for Linux

2001-03-30 Thread Martin Cabrera Diaubalick
VIM? No thanks :-) :wq - Original Message - From: Michael Champagne <[EMAIL PROTECTED]> To: Martin Cabrera Diaubalick <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 5:13 PM Subject: Re: [PHP] PHP Editor for Linux > What about the great

[PHP] PHP Editor for Linux

2001-03-30 Thread Martin Cabrera Diaubalick
Hi there! I use bluefish for HTML and PHP coding, but I'm not too happy with it. Do you know a good PHP Editor for Linux, besides Emacs and xjed...? TIA -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

RE: [PHP] split string value again

2001-03-29 Thread Martin Cabrera Diaubalick
Try to use explode and keep the second element of the array Just a quick thought .. - Original Message - From: Jacky <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 12:52 AM Subject: [PHP] split string value again Hi again have to try again after I have not

[PHP] Line breaks in PHP

2001-03-29 Thread Martin Cabrera Diaubalick
nl2br (PHP 3, PHP 4 ) nl2br -- Inserts HTML line breaks before all newlines in a string Description string nl2br (string string) Returns string with '' inserted before all newlines *** RTM. Som