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
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
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo