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
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
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.
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
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
What is explode...??
please explaine it in simple english with an example.
Because iam a new to PHP.
Many thanks, --ZEUS--
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
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