Posts by Marcelos Dourado • 121 points
5 posts
-
0
votes1
answer29
viewsQ: data are not stored in the Database
Good morning, I made a text editor with php js and a little jquery for the link slide effect. However it is not storing in the database and does not accuse me no error anyone can tell me how to fix?…
-
3
votes1
answer244
viewsQ: Duplicated data when sending form and F5 and also stores empty values
Whenever I hit F5 or click send, php stores the data again. I know it’s a common problem and I’ve tried redirecting with the header, but it’s included in index.php with include. I also know that the…
-
7
votes2
answers2160
viewsQ: How to install Pip for a particular version of Python?
I have Ubuntu 17.10 installed and it came with Python 2.7 and 3.6. I installed Python 3.4 but I can’t install Pip on it, it always goes to the latest version with pip3 which is 3.6 How can I install…
-
0
votes0
answers22
viewsQ: Create HTML elements using an external Javascript file
I am new to Javascript and would like to create elements dynamically using external Javascript file. However I am unsuccessful. Follow the code below: function add (){ var texto =…
javascriptasked Marcelos Dourado 121 -
2
votes1
answer73
viewsQ: javascript does not create html element and does not add to the page
I’m starting at the javascript and wanted to create html elements dynamically but when you load the page it goes blank and does not add the elements code below: function add (){ var texto =…