Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. What is within connectvars.php? And please, we have tags.
  2. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=348411.0
  3. What exactly do you mean by "connection type"?
  4. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=348359.0
  5. I use a similar approach on a few projects without issue. I do however have update scripts that ensure no changes had been made (which they shouldn't have been anyway) within the production repo. There are usually a few other things that need to be scripted as well such as making sure permissions are correct and the the dist configs are copied into there correct location but yeah, overall, it works well.
  6. Hours looking through the mysql section of the manual that lists maybe 60 functions? I don't think so. Learning to use the manual will save you hundreds of hours in the long run.
  7. You get used to it after a while.
  8. Use () to group your expressions.
  9. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=348334.0
  10. What does your query actually look like when you echo it? What errors are you getting?
  11. It has nothing to do with PHP though either.
  12. Yes it's possible, it has absolutely nothing to do with MySql though.
  13. You don't connect to MySql via SSH. SSH is a network protocol used to connect to remote shell sessions.
  14. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=348274.0
  15. Ints do not need quotes in SQL. $sql3 = "SELECT * FROM Membership WHERE UserId = $GUID";
  16. The errors you are getting clearly state the issue is within your header.php file. They even tell; you what line the errors are occurring on.
  17. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=348257.0
  18. What exactly do you meen by "The file becomes opened in the browser" ?
×
×
  • 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.