I'm trying to figure out a way (if possible) to have a url such as "example.com/xY25e" to go to my index.php and to allow me access to that ending "xY25e" code.
I have two tables that I want to have a pointer cursor when you hover over the rows. The first table works as expected, when you hover over the text or any empty space in the row you have a pointer. ...
Thanks for the replies. No luck, though. I tried taking all the spaces and any special characters out of the file name, I tried a relative link, I also tried another file, an mp4 and got the same...
Looks like you're right about the encoding. mb_substr_count still wouldn't work but when I saved one of the text files specifically as ANSI, not only did substr_count work but those weird characters...
I recently have been falling in love with JavaScript. I'd like to take my understanding to the next level and get some good books on more advanced JavaScript concepts. Anyone have any...
Here's my problem in a nutshell... I'm trying to get an angle based on the position of the mouse in relation to an element on the page, but I'm running into an issue with the Math.tan() function.
...
I'm trying to figure out the logic behind how to set up a message system similar to Twitter's or YouTube's comment system where the account name is started with an @.