Posts by Filipe Silva • 1 point
2 posts
-
0
votes0
answers80
viewsQ: How to use relative path in fopen?
I have this Handle that reads a CSV: <?php $handle = fopen("/csv/listalistalevantamentoestoque.csv", "r"); $row = 0; while ($line = fgetcsv($handle, 1000, ",")) { if ($row++ == 0) { continue; }…
-
-1
votes5
answers45344
viewsA: Access website on local network through my Android phone
Need to use only 2 features in your mobile browser: Your IP Gateway (Not the local IP)## Your Apache door## For Windows: Click the Start Menu button and access the Windows search field. There, type…