Posts by Emerson Matheus • 16 points
4 posts
-
0
votes0
answers76
viewsQ: Worthless temporary directory when uploading images
Hello, in my application I have an upload of multiple images, with almost all images works perfectly, however in 1 image I had a problem and probably should happen more times in the future, so it is…
-
0
votes3
answers81
viewsA: How to remove the login button after starting Session in php Pdo?
if(isset($_SESSION['tcc'])) { if(!empty($_SESSION['tcc'])) { echo 'Bem Vindo!'; } }else { echo '<a href="login.php">Fazer Login</a>'; } …
-
0
votes0
answers43
viewsQ: Creation of Search with Filters
Hello, in my project I need to filter the results with the following parameters: Minimum Wage and Maximum Salary, Contract Type. But it only works if the user chooses the options, if he chooses to…
-
0
votes0
answers22
viewsQ: Problems in the one page layout menu
Hello, I am developing a one page layout, however I am having problems in the menu, in the navigation I have links to Divs at home, but a single link in the menu goes to another page on the site,…