Jump to content

fert

Members
  • Posts

    1,114
  • Joined

  • Last visited

    Never

Everything posted by fert

  1. Okay I understand function header() //for the page header { include("header.php"); } function footer() //for the footer { include("footer.php"); } Just repeat that code for the other things you want
  2. form what I under stand you want index.php?page=page to display a certain page right?
  3. oh I see, take a look at the file_get_contents function it'll do what you want.
  4. whatever you want, I'm not exactly sure what you mean 'get paste anywhere'
  5. unlike C you cannot prototype functions you would need to do this function module() { //do stuff }
  6. $comments=$_POST['co'].$_POST['useraddr'].$_POST['username'].$_POST['useremail'].$_POST['yopen'].$_POST['jobdes'].$_POST['salar'].$_POST['position'];
  7. http://us3.php.net/manual/en/function.file.php
  8. those aren't errors, they're just warnings saying that you have undefined variables
  9. http://us3.php.net/manual/en/function.file-get-contents.php http://us3.php.net/manual/en/function.file-put-contents.php
  10. http://us3.php.net/manual/en/function.addslashes.php
  11. http://us3.php.net/manual/en/function.str-replace.php
  12. are you getting a header error?
  13. you can't when you use exec PHP starts the process in the background and you won't get windows or anything.
  14. http://www.phpfreaks.com/tutorials/52/0.php
  15. fert

    RBG

    this is the only thing I found: http://us2.php.net/manual/en/function.imagecolorexact.php
  16. <?php file_put_contents("file",file_get_contents("website")); ?>
  17. http://us2.php.net/manual/en/function.file-get-contents.php http://us2.php.net/manual/en/function.file-put-contents.php
  18. http://us2.php.net/manual/en/function.nl2br.php
  19. $$VariableName=$VariableValue; you might want to read this: http://us2.php.net/manual/en/language.variables.variable.php
  20. fert

    Sessions

    you have to put session_start() at the very top of the page
  21. history.go(-2); /*This will take you back 2 pages*/
  22. foreach ($arrErrors as $key=>$value)
  23. I agree with everything that cmgmyr said (except for the part about how C++ and Java are similar). It requires pretty complex code just to create a window
×
×
  • 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.