Posts by Alex_Alex_Alex • 159 points
8 posts
-
3
votes1
answer137
viewsQ: Image with time interval - Excel
Need to assign an image that appears every 1 hour in EXCEL, how?! It will probably be necessary to use VBA. But I am not very familiar. And close alone after 1 minute.
-
3
votes1
answer118
viewsQ: Searching for values with PHP - Is it possible?
It is possible to access a file . CSV, capture a value and search it in another file . CSV?! Example: Note: The images below are . xlsb files, but it’s just for demo, I’m using . csv files The code…
-
0
votes1
answer37
viewsQ: How to assign a looping to code - PHP
I need my reload code every 5 min. How?! My code it: Opens a Dashboard, inside it has 2 includes. One to access a website and download 3 CSV files and another that accesses these CSV files, takes…
phpasked Alex_Alex_Alex 159 -
1
votes1
answer2240
viewsQ: Error reading CSV: A non well Formed Numeric value encountered
I am trying to take 3 different values from 3 distinct csv file and multiply them, but it is giving this error. Where did I go wrong? Or what’s left to add?! Error: Notice: A non well Formed Numeric…
-
2
votes3
answers1421
viewsQ: foreach - Browsing CSV archive
I need to scroll through a CSV file to capture a value and print it on the screen. Example: Column "N" line "2", in this case it is cell N2 that is written: 2,98 How to print this N2 cell on the…
-
2
votes1
answer213
viewsQ: PHP - Accessing CSV file and printing specific cells on screen
How to access a. CSV file via PHP and print a specific cell on the screen?! Example: Column A - Row 1 It is written: Alexander How to take this cell from "A1" and print on the screen?! I want to…
-
-2
votes1
answer87
viewsQ: File Upload and Download - Open source
Does anyone have an open source file upload and download system?! One that can manipulate the files, such as separating them by folders, moving them to other folders, etc...
-
4
votes0
answers446
viewsQ: Curl - PHP; How to make a looping in code?
I need that at the end of the code it deletes the downloads that were done and download again, which is repeated every 4 min. Every 4 min it runs this script of "download, delete and download…