Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. You haven't asked a question. We need more information.
  2. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=323023.0
  3. Is there a reason you're not using mod_rewrite for this?
  4. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=321888.0
  5. You need to specify a WHERE conditional to only UPDATE the row(s) you want. Please refer to the manual: http://dev.mysql.com/doc/refman/5.0/en/update.html
  6. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=323002.0
  7. By Java I'll assume you're referring to Javascript. Maybe... Can you post some relevant code?
  8. Looks like you haven't even tried... You have the if (just add return TRUE;) then just add the else with a return of FALSE in it.
  9. Check out the links QuickOldCar provided, there are plenty of examples.
  10. For more information, be sure to check out the MySQL Manual for LIKE syntax.
  11. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=322930.0
  12. Beware: when using goto, you greatly increase your chance of being attacked by a velociraptor.
  13. Then you have to group the logic together with parentheses: if(tf1=="RED" or tf1=="" or (tf2=="" AND tf=="apple"))
  14. How do you know? Did you output any of these variables to see what the actual value is? As far as your logic, I think you want: if((tf1=="RED" or tf1=="" or tf2=="") AND tf=="apple")
  15. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=322895.0
  16. Please do not double post.
  17. You must connect to the database first. Please read the manual on mysql_connect. There are plenty of examples for you to code from.
  18. Your name has been changed
  19. If an admin says it's OK, I have no problem with it
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=322629.0
  21. Seems more of a SQL question rather than PHP, moving there.
  22. No, sorry. It's against the Rules & TOS. Please read Forum Rules #10.
  23. So in less than 20 minutes you found a chat software you like, installed/configured it, and tried to modify it the way you want. I don't think you tried hard enough, maybe you should check out different chat boxes. If you're using a forum software, most of them have chat box mods that do exactly what you want.
  24. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=322619.0
  25. This is done with Javascript... moving there.
×
×
  • 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.