Jump to content

phpcoder981

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by phpcoder981

  1. phpcoder981

    CSS List

    Why if you make a list, if the user clicks the list image thats on the left of every list link it highlights the link... why does clicking that highlight the text in its row.... Example Image Link ^ ^ >> Rawr >> Blah >> Ugh Clicking the double right arrows will highlight the text on the right. Why?
  2. Thanks for the response. Could someone please answer the questions in the way the questions were given, that would help me out a lot.
  3. 1. Why does onkeypress not show what the keyCode is... just the charCode... 2. What is the difference between a keyCode, and charCode... 3. Is there any way to make it where u can hold down one key, that causes an event. and if u hit another it causes another event w/o interrupting the current event... example.... right arrow key causes onkeydown to run.... and space key causes onkeyup to run.... what the problem is... when i hold the right arrow my dude starts running on the screen then when i press the space he quits running and fires...
  4. Thanks everyone, I learned how it works. Special thanks to PFMaBiSmAd for explaining where he got his information. After reading it, I understood everything.
  5. I know they should be, and I know this is a bad string. I'm trying to find out how it is behaving, its just bugging me.
  6. Then why does it display: xx'xx'xx instead of xx''xx''xx
  7. Shouldn't INSERT INTO `users` (`email`,`password`,`date_of_birth`) VALUES('$EMAIL','xx''xx''xx','$DOB_FULL') Error out because of the 'xx''xx''xx' I'm confused... it puts xx'xx'xx in the password field
×
×
  • 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.