Posts by Felipe • 26 points
4 posts
-
-3
votes2
answers215
viewsA: "Leak" text behind <th> using Sticky CSS position
Perhaps it would be better to use: position: fixed; top: 0;
-
0
votes3
answers251
viewsA: Force to fill in php input
I believe that a simple solution in PHP would be something like this: <input type="radio" name="opcao" value="Ok"> <input type="radio" name="opcao" value="Não Ok"> <textarea…
-
0
votes1
answer390
viewsA: Save cropped image with JCROP pro Bank
I don’t know if I got it right, but I believe the best thing to do is to save the images inside a folder through php using the function move_uploaded_file and in your database only the file name.…
-
1
votes1
answer96
viewsA: Dynamic links with parameters
Instead of creating index.php within multiple folders you can do it as follows: Leave a file index.php at the root and inside that file put your menu. Create a folder named after the root "pages".…