Jump to content

jj33

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jj33's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. you mean <pre>$string = ' paragraph \n second line ' </pre> outputs <pre> paragraph \n second line</pre>
  2. so i would have <pre> $string = "paragraph \n second line"; </pre> to have paragraph second line
  3. Im a bit new but how do you make so that you have a string that looks like <pre> $string = "paragraph second line ";</pre> and still keep the newline. in html i could have <pre>paragraph\<br\>second line</pre>
  4. the worst they could do is post a few bad words in a forum but it would be easier to create a new account to do that.
  5. I had read that post might not be that secure but I thought about it and for my program it would never reveal any account with privileges anywhere near admin. I guess I needed a second opninion.Thanks.
  6. Is there a way I pass a password from a html form into a php file securely so that I could set a variable.
×
×
  • 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.