Click here to Skip to main content
16,013,642 members

Comments by nice_hand23 (Top 4 by date)

nice_hand23 8-Feb-15 5:49am View    
How does look your code to initialise your db?

btw: mysql_query() is deprecated as of PHP 5.5.0, according to php-manual[^], use mysqli_query instead.
Another task: do not use user inputs directly. Search for 'SQL injection'.
nice_hand23 2-Dec-14 12:43pm View    
absolutely true @Sergey.
But maybe he thougt about something like AJAX:
w3schools[^]
nice_hand23 9-Aug-14 10:36am View    
javascript or jquery?
and...
do you mean that there should be a visible event, when someone wants to click a disabled button? or do you want that a disabled button doesn't look like an enabled one?
nice_hand23 8-Aug-14 4:18am View    
There's a missclick on line 13 of your first code-box:
onclick="myFunction(...)..." instead of "önclick=..."