Re: [PHP-DB] Character check in string

2002-05-20 Thread Martin Cabrera Diaubalick

Check

strstr
explode

functions

HTH
Regards

- Original Message -
From: Prodoc [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 20, 2002 6:59 PM
Subject: [PHP-DB] Character check in string


 Is there a php function to check if a string contains a certain kind of
 character and is there a function to split up a string?

 e.g.
 $data = 13_45
 I want to check if variable $data contains the character _.
 If that's the case I want to split the variable (array or seperate
 variables) so I've got a variable containing 13 and one containing 45.


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



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




Re: [PHP-DB] PHP On Linux

2001-04-19 Thread Martin Cabrera Diaubalick

Hello Ben,
try
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/

as an installation guide,

and http://www.knowledgeisland.com/inet/php/php.html

for php tutorials

HTH
Regards

- Original Message -
From: "Ben Cairns" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 19, 2001 11:42 AM
Subject: [PHP-DB] PHP On Linux


 I have nearly 18 Months devel on Windows, but we are now moving to Linux,

 I have never installed PHP On Linux before, so could someone pls give me
an
 'Installation Guide' to follow for PHP With MySQL Support, on Linux,

 Also, I would like to know what I have to do with MySQL: You know, what
files
 go where etc...

 Thanks.


 -- Ben Cairns - Head Of Technical Operations
 intasept.COM
 Tel: 01332 365333
 Fax: 01332 346010
 E-Mail: [EMAIL PROTECTED]
 Web: http://www.intasept.com

 "MAKING sense of
 the INFORMATION
 TECHNOLOGY age
 @ WORK.."


 --
 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 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]