Posts by Emmanuel S. • 21 points
4 posts
-
1
votes1
answer2182
viewsA: MS Access and PHP connection
One solution is to use PDO, an example: // Add arquivo e a extensão $database_name = $_SERVER["DOCUMENT_ROOT"] . "C:\..\..\..\..\arquivo.accbd"; // Check if file exist. if…
-
0
votes1
answer2182
viewsQ: MS Access and PHP connection
I have a problem making a connection with MS Access and PHP, giving an error that I do not know how to fix, someone could help me ??? The code is this: //Abre a conexão asdasda $conn = new…
-
0
votes2
answers356
viewsA: Responsive Dropdown Menu
I recommend you take a look at Foundation, is a framework where already have enough html/css/js thing ready and makes it easy and very easy to create menus, img gallery, those things, or search for…
-
1
votes0
answers212
viewsQ: Fill a Chart chart with excel data
I’m creating a Dashboard based on an excel spreadsheet, I was able to create the charts using Chart.js but I don’t know a way to get the data to be taken from the spreadsheet, anyone know a way to…