RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
I had the parameters backwords but you get the idea. $test = explode(",","no commas"); -Original Message- From: Charles P. Killmer Sent: Thursday, May 29, 2003 3:24 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] explode... It returns an array with one element

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
It returns an array with one element. Array no commas -Original Message- From: David Martinez [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 3:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] explode... Here is the explode function: explode($delimiter, $string); This function

[PHP-WIN] explode...

2003-05-30 Thread David Martinez
Here is the explode function: explode($delimiter, $string); This function looks in $string for the specified delimiter then splits up $string by $delimiter and returns those values into an array. I am using the explode() function to divide up a string into an array by commas. According to the PHP.

Re: [PHP-WIN] explode

2002-03-24 Thread KONUS
thanks for all the reply now i get it.. Many many thanks... ^^ - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: "KONUS" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 10:09 AM Subject: RE: [PHP-WIN] explode

RE: [PHP-WIN] explode

2002-03-24 Thread Ross Fleming
ing_var by the space character and returns an array of all the words that are in $string_var. $words_var is now an array of strings with a word in each element. Ross -Original Message- From: KONUS [mailto:[EMAIL PROTECTED]] Sent: 15 March 2002 19:20 To: [EMAIL PROTECTED] Subject: [PHP-WI

[PHP-WIN] explode

2002-03-24 Thread KONUS
What is explode...?? please explaine it in simple english with an example. Because iam a new to PHP. Many thanks, --ZEUS--

[PHP-WIN] Explode Your Business!

2001-08-15 Thread Customer Service

RE: [PHP-WIN] explode!

2001-03-18 Thread Scott Bernard
replace the "/" with "\" ? Scotty. -Mensaje original- De: Bacon Luvva [mailto:[EMAIL PROTECTED]] Enviado el: Sabado, 17 de Marzo de 2001 05:38 p.m. Para: PHP Asunto: [PHP-WIN] explode! I have a news database. One of the fields in the database is a field that describes the

[PHP-WIN] explode!

2001-03-17 Thread Bacon Luvva
I have a news database. One of the fields in the database is a field that describes the path to an image on the server. ie: ../images/imagefile.gif I have a script that deletes news stories from the database and this is where I am stuck. Everything works okay when deleting the story but when i