Jump to content

omerjerk

New Members
  • Posts

    6
  • Joined

  • Last visited

omerjerk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a text field in a form like this ... <textarea rows="10" cols="150" name="content"></textarea> I am using PHP to store the entered text into the MySql database ... It is working fine but when I echo the value from the MySQL database onto the webpage , all the text comes up in a single line ... Means if I entered 3 lines in the text area and save it to database , then by echo from they arey are not coming into three separate lines ... How get rid of this problem ...???
  2. OK ... thanx... It worked fine now ... And the second question is that can't it append the data .,... It is writing the whole file again deleting the previous fie ..
  3. class omer { my data types } $instance= new omer ; after assigning the values to the data typed of instance , I want to write it in a file as a single entity ....
  4. I want to ask that as we can write objects to a file in C++ and JAVA .. so cav we do the same in PHP ?? If yes then please tell me ...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.