Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. You should only need to use stripslishes when inserting if your server is poorly configured.
  2. The hosts file has nothing to do with Apache. Can you ping develop.lcl ?
  3. You shouldn't need to use stripslashes on data coming out of your database. If you do, there is something wrong with the way you are putting the data in.
  4. You won't be able to send mail to the outside world without a valid domain. You might, but it will just go to trash. If your simply wanting this for testing purposes I would recommend uninstalling sendmail and installing ssmtp. ssmtp will allow you to use a remote mail server such as that provided by your isp or Gmail to send mail. It is a drop in replacement for sendmail.
  5. CMS's are typically a little more complex than a simple copy and paste script. I'm really not sure what you want. If your looking for something that simple, write it yourself.
  6. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=347009.0
  7. Of course you have to configure it, it doesn't configure itself. Have you got a domain name?
  8. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=346993.0
  9. Wordpress is pretty easy to implement your design into.
  10. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=346968.0
  11. Nothing. The braces are how you pass a selector to the jQuery object. If your not passing in a selector, you don't need them.
  12. You sure your not overriding the $username variable somewhere along the line?
  13. You might want to post some relevant code in the relevant board.
  14. Agreed. It's a very poorly designed application/framework. It's just a shame it works so well and is so easy to customize.
  15. Maybe your looking for include, but that's the last guess I'm going to make.
  16. Your markup should be a list. Tables are not meant for such data.
  17. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=346951.0
  18. Your post makes little sense. Can we see some relevant code?
  19. Are you sure $_SERVER['HTTP_REFERER'] is even populated? Can you see nay data in the hidden field when your view source?
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=346922.0
×
×
  • 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.