Posts by Alexandre Amado • 17 points
7 posts
-
-1
votes2
answers46
viewsQ: Images within DIV’s - How?
I want to apply 2 company logos, one on the left side and the other on the right side within this DIV. How?! I can only apply one, when I’m going to apply another, the first one goes away. @media…
-
0
votes2
answers112
viewsQ: Chartjs - Chart going only 1 time
Only 1 graph is appearing, even if I repeat the code. Only 1 graph appears. What to do?! *{ font-family: Oswald; } .box { margin-left: -110px; width: 170%; } .box-chart { width: 100%; margin: 0…
-
0
votes0
answers79
viewsQ: FATAL ERROR - PHP Curl
Notice: Undefined offset: 0 in C: Users aprendiz151ciee Desktop PHP - Webserver root DASHBOARD file.php on line 62 Fatal error: Maximum Execution time of 30 Seconds exceeded in C: Users…
phpasked Alexandre Amado 17 -
0
votes1
answer716
viewsQ: How to create a DASHBOARD like this?!
Will I have to create everything in DIV? Can someone make an example of this " LINE A " so I can follow? The rest I managed to create, just these " LINE A, B, C ... " that I’m having difficulty "…
-
1
votes0
answers90
viewsQ: How to create a file store?
How do I create a file store? Example: The person wants to save a PDF file on my website, then it goes there, click the send file button and gets saved on my system. And when she accesses, she can…
-
0
votes2
answers281
viewsQ: POPUP windows, how to create?
How do I stop creating a POPUP window, other than those that open a page on the Internet? I need one that looks like a DIV, a block of when they access the site it appears before the person login…
javascriptasked Alexandre Amado 17 -
0
votes1
answer655
viewsQ: How to only get a cell from a CSV file with PHP?
How do I pick up only one row of a specific column? In the code below it shows me all the rows and all the columns you have in the CSV file. I just want a specific cell. Example: Column B - Cars…