Posts by Fábio Stralioti Martins • 15 points
4 posts
-
-3
votes1
answer73
viewsQ: GET PHP MYSQL UPDATE
Hey, guys, I have a question. I have a page from udpate using the $_GET to get the url, but in the update form I played the action in another folder, then at the time of doing the update does not…
phpasked Fábio Stralioti Martins 15 -
-2
votes1
answer47
viewsQ: Place content inside PHP fopen
Good afternoon, I am creating a new page to run a command by fopen, with the following code: <?php $pagina = 'pagina'; $ext = '.php'; $arquivo = fopen ($pagina.$ext, 'w+'); if ($arquivo == false)…
phpasked Fábio Stralioti Martins 15 -
1
votes1
answer68
viewsQ: How to use localStorage in this case?
I was able to make a code that changes the color of my navbar with HTML and Javascript, but when the person updates the navbar color back to normal, how can I use localStorage to save this data,…
-
-1
votes1
answer112
viewsQ: PHP And Bootstrap Themes
Do you remember that in Orkut had that option to change color, and the chosen color worked on everything. So, I read some articles and saw that you can do this with SASS, but I do not understand…