I want to creat array!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mahfuzit
Forum Newbie
Posts: 3
Joined: Tue Feb 24, 2009 10:26 pm
Location: Bangladesh

I want to creat array!

Post by mahfuzit »

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");
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: I want to creat array!

Post by php_east »

Post Reply