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
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
> 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 >
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
4 matches
Mail list logo