Mostly a user/hacker will disable JavaScript and then the button won't work. I do know the form action button type.Why can't you use Javascript? The only method I know is to use the onclick event. You can make the button a link by using a form but that won't open a new window.
I haven't really seen other websites like that except yahoo and bing, I just want to retrieve data from the database and allow the user to move over the names with their up-down keyboard keys, same like google.Do you have a page I can look at for their drop downs? Their other controls look kind of jQuery themed but Google will have probably written their own library for it.
But does it disable the button?For your button add form.submit() to the onclick action.
Yea in one directory, with different folders.Are you storing all the uploaded files in one, central directory, or do they each get there own?
Anyone knows how endline marker works in php ? I work as a webdesigner, but i have years of experience on other languages closer to C, that don't have syntactic sugar.
My problem is , that i enter a text in a textarea, the text has newlines. When i search the string in php for the caracter '\n' or '\r', it doesn't find anything. I want to know how this works bitwise. Thank you in advance![]()
$position = strpos($_POST['mytextarea'], "\n"); // <-- double quotes