|
-
Dec 12th, 2002, 02:59 AM
#1
Thread Starter
Hyperactive Member
Taking PHP info from a file! Like a Template.
Does anyone know how I would go about doing this ?? could I just something like <link... > statement? or does PHP code need something more sophisticated?
how also would i split up a vaible, so everytime it gets to a ; it writes what its written to an array, then carrys on readin until it gets to another value, e.g.
value of string: a;b;c;d;e
becomes
$pie[0] = a
$pie[1] = b
$pie[2] = c
$pie[3] = d
$pie[4] = e
thanks
Last edited by JafferAB; Dec 12th, 2002 at 04:59 AM.
Power to 2000 Electronic Donkeys!
www.edonkey2000.com
I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|