I have 1 drop down select box with 1,000 options.
In some case, there will be 100+ of these select boxes, with absolutely identical options.
Is there any way to avoid repeating 1,000 options for 100 select boxes?
For example:
OnBlur = remove options from selectbox, and
OnFocus = to add them back.
Can you refer me to some example of the proper way to do this?
Find occurences of unicode characters in string
I need to prohibit filenames with everything but English characters and numbers but regexp and string function don't seem to work because they consider the Greek alphabet letters as part of the A-Z
Syntax error
hi im having a little trobble with this script --------------------------------------------------------------------------------------------error
Saving data from a form into a file
Hey everybody,Sorry, I am really new to PHP coding and such but a project kind of got thrust on me. I need to create a a form for people to input some information and then be able to collect the
Count Session and Trigger Events
I am New in PHP, seeking a method to count logged users by counting the sessions or any …, is there any way to do it without using a database, and also eager to know a method to make to throw an
Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interested in and put them in a variable, I end up with a few extra weird characters in my string that I
unexpected T_SL without a shift left token
Nothing too see here, I'm an idiot and resolved the problem.
Mysql error message
help me find out what this error message means:"Duplicate entry '0' for key 'PRIMARY'"the sql for it is Code: INSERT INTO accounts (firstname, lastname, username, password, joined, email,
Trouble checking SESSION cookie
I am trying to use $_SESSION cookies to verify admin privileges .I don't understand why this is not working:/*everything above here is working*/ $session = mysql_fetch_array($session_query); $type =
Run function every 5 mins ??
I have a function PostMessage()How can I run it every 5 mins ??
Must-Know Topics of PHP
Can you guys list the must-know topics of PHP. I am still a learner and I am trying to cover most of the important topics in PHP.