Posts by G.Foratini • 29 points
2 posts
-
0
votes2
answers4212
viewsA: PHP/Mysql site integration with Phonegap App
Friend a way I found for this is through webservices. On the issue of making a copy of the bd is possible, just need to see if it is really feasible since the application with phonegap suffers from…
-
1
votes4
answers1237
viewsQ: Access config.php variables
I am a beginner in php and I have a problem, I have a config.php file this way: <?php $config['dbHostname'] = 'localhost'; $config['dbUser'] = 'teste'; $config['dbPassword'] = 'passteste'; But I…