Recent content by Toby L

  1. T

    Can I Attend USMC Boot Camp at 17?

    Hi. I turn 17 this December. I am currently a junior in high school. I was wondering how I can be eligible to attend USMC boot camp this summer. Thanks.
  2. T

    php: fwrite a string with echo?

    fwrite($newprofile, "echo '<div style=\"float:left; width:450px; padding-right:5px; padding-left:5px;\"><h1>(ucwords($info[2])) (ucwords($info[3]))</h1>';"); I want the out put to be: echo '<div style=\"float:left; width:450px; padding-right:5px; padding-left:5px;\"><h1>(ucwords($info[2]))...
  3. T

    PHP: Wrap string to one line only?

    hello, how can I go about wrapping a string to one line ONLY. For example: $string = "this is a really long paragraph that hopefully will eventually be wrapped into one line even if there is a line break written in here somewhere. no matter what it will be wrapped into one line." wordwrap...
  4. T

    PHP Variables from External Script?

    Hi, I tried to create a registration form without MySQL (stored in txt files). Here's the idea: Registration Form => Check the Form (using separate script) => Return to Original Registration Form with Errors Highlighted During the "Check the Form" process, several variables are defined. ex...
Back
Top