Jump to content

kalster

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by kalster

  1. ty cyberRobot, that function example worked perfect.
  2. Yes, I am asking for help. code, url, ect.
  3. i need to change the color of a word in a string where the word is unknown (from $_POST) and may have one or more uppercase chars. code please.
  4. Yes, you are correct, i forgot the mysql syntax. thank you.
  5. I have noticed that some versions of mysql, the code below needs a ";" at the end of each line while other versions work with a "," and the end of each line. At what version of mysql did that change take place? $mySQL = "alter table users add `username` varchar(20) not null; add `location` varchar(100) not null; ";
×
×
  • 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.