Jump to content

LiamProductions

Members
  • Posts

    496
  • Joined

  • Last visited

    Never

Everything posted by LiamProductions

  1. If you Post them to the next page i'm sure its possible or if the page is blank you could include the page
  2. <?php header("Location: http://ImAstupidIdoit.com"; ?> I believe that would work.
  3. Hey, Does anyone have this webcam? Advent - 300K Notebook Webcam If so, Does it work for vista? Thanks, Liam.
  4. I have FireFox and Windows Vista and it works perfect and better than IE
  5. You could use a If then if that works put a If inside and use else after that if to say like Username not taken.
  6. I found a typo on the index page: view rhis code
  7. Is there more code above this code? Because i don't see a MySQL Connect or a file including it
  8. We do not need to have points to prove how helpful we are do we? Exactly we don't.
  9. This should work: <?php $to = "email@address.com"; $subject = "Subject"; $message = "Message to email"; if(mail($to, $subject, $message)) { echo "Message sent"; } else { echo "Message failed"; } ?> Is there any errors with that? and do you have STMP {Simple transfer mail protocol} set up
  10. Maybe the line has to be $var = $_POST['name'];
  11. Hours in front of computer: Weekends - 13 Hours Sleep weekend - 7 hours Weekdays - 7 Hours Sleep Weekdays - 7 hours
  12. We do not put code together for you. Plus, I don't see that working very well.
  13. The Forum or template was not made by you... so why do you want critques?
  14. If you was to use Ifs and else's you would be able to choose what you want to do like make a maximum of 8 chracters or minimum of 3 and you can check if fields match ect.
  15. Is'nt it more safe to write out all these if functions?
  16. I get a error when im trying to install: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
  17. Do you mean on like signatures when 2 pictures change? In that case install GIMP get the 2 pictures that you want and make them both as 2 layers and save it as yourfile.gif
  18. Here we only help you fix your codes we do not write the codes for you
  19. This isnt really a Action game but you could make a login area then have chess games against another user
  20. Yeah, I looked it up about 5 minutes ago because i had ago at making this scipt
  21. I don't if this is solved... but: if(file_exists('directory/install.php')) { header('directory/install.php'); } else { something like that should work, i'm not sure about the header script i've never used it
  22. You can't put PHP code in a html file.
×
×
  • 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.