php help.. variables?

Mr.bob

New member
I want to make a system were you post article's and they overlap each other..

and the way i plan on doing this is by having a form of two things. title and the text for the maincontent.

And the title will be under a variable called $title and the the other will ber $body

And what i want to do is add to the variable of $title to whatever the user inputs in the form which is labeled title.. So for example if the man decide's to make the title 'the man in the street'
I want it to make a variable called #title the man in the street (not sure if a variable can have whitespace). And I want the variable of the form to change to that variable and also change the variable somewere else in the php file..

hope you can help
 
Back
Top