I want to creat array!
Posted: Sat Mar 21, 2009 10:51 am
I want to post data using a html form to a txt file but the problem is that the post I will made every time will generate an array on the txt file like the below:
$array = array ("my first post", "my 2nd post", "my third post");