Jump to content

Abbner

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by Abbner

  1. while your text area is stored in the database it keeps track of the return strokes, but if you want those to apear on your webpage, you use the command to convert them to line breaks nl2br(); should do the trick
  2. i dont claim this is the best solution, but the way i have always done it is along the lines of keeping a variable that goes back and forth between 1 and 0. when its 1, have the color of the background be something, and when its 0, have it be something else. when you are printing out all the rows just put in a line of code like $rowcolor = 1 - $rowcolor; this should alternate it back and forth between 1 and 0.
  3. i currenly have 2 erros that i can not seem to find solutions to in my php.ini (i wont lie, i dont know much about my php.ini file but am trying to learn as i go) file so perhaps someone here can help me in my search. 1. when i use the mkdir() comand it works just fine, the folder is created and i can than later delete it if i want. my problem howerver, is if i do mkdir("somefolder"); and then later do mkdir("somefolder/otherfolder"); i totaly loose control over everythin gthat lies in "somefolder". i cant move any of the files, i cant delete any of the files, i cant even delete the folder "somefolder". this is probably just some stupid error that i can fix super easy, but as of now, im stuck and cant figure out anything. 2. when a user signes up at my site i send them an html email to confirm their email adress, i was on an older server and my script worked perfectly. i moved to a new server, and now most emails wont go through, and when they do all the html is displayed as text. i have been looking through my php.ini file for a solution there but have not been able to find much. if any more info on either of my problems is needed feel free to let me know and ill give you whatever you need.
×
×
  • 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.