arrays
From: ugy101 (smooth_criminal786_at_hotmail-dot-com.no-spam.invalid)
Date: 03/30/04
- Next message: jf1288: "reading zip files in php"
- Previous message: Bob: "Re: HOWTO: use an array globally ?? (i want a function to work w/ it)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 08:53:49 -0600
i want to know how to create arrays, and also how to search through
them.
say this is my array list:
[L, I, 1]*
[o, 0, Q]
i want to create these arrays and then do the following:
when the number 1, or L, or I is entered within a word in a text
field, e.g. CAR1, then search through the arrays to find the [L, I,
1] array, then replace the 1 with the letters and numbers in this
array, so i would like the results as folloed when echoed
CAR1
CARL
CARI
sorry if not explained properly, let me know
thankyou 4 any help, i really need it
----------------------------------------
The post originated from PHP Freaks:
----------------------------------------
http://www.phpfreaks.com
http://www.phpfreaks.com/forums
- Next message: jf1288: "reading zip files in php"
- Previous message: Bob: "Re: HOWTO: use an array globally ?? (i want a function to work w/ it)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|