[PHP] html tags

2003-02-08 Thread Erich C. Beyrent
Hi everyone, A quick question about html tags and PHP. I have a text area where users can submit text, and I need them to able to have links in the text if they so choose. The contents get written to an ini style flat file database. The problem comes when I try to print that content back out fr

[PHP] Removing elements of multidimensional array

2003-01-30 Thread Erich C. Beyrent
Hey everyone, I am reading an ini file into an array using the parse_ini_file() function. What I want to do is delete a section from the ini file, and thought that the best way to do it would be to unset one of the keys in the array returned by the parse function. I then want to write the mod

[PHP] Re: Removing elements of multidimensional array

2003-01-30 Thread Erich C. Beyrent
> Hey everyone, > > I am reading an ini file into an array using the parse_ini_file() function. What I >want to do is delete a section from the ini file, and > thought that the best way to >do it would be to unset one of the keys in the array returned by the parse function. >I then want to >

[PHP] parsing ini files

2003-01-28 Thread Erich C. Beyrent
Hey everybody, I'm new the list and to PHP, so I thought I'd launch right in with a question. I have a file which contains the following syntax: ; Events listings [event] month = january day = 23 year = 2003 venue = some club description = this is an event [event] month = january day = 12 year