Posts by Fabio Weydson • 45 points
4 posts
-
2
votes0
answers696
viewsQ: Keep session active for multiple requests using CURL is too slow
I made a script to post ads automatically on a classified site for a particular user. I store the ads ID locally in the database, then with CURL, I log in, and then loop on each ad ID to activate it…
-
0
votes1
answer101
viewsQ: Prevent media from continuing to click on <audio> tag
I have an audio player on the page, and reload the source through javascript. But every time I upload a new audio, the old one keeps loading, although it is no longer playing. And this is disrupting…
-
0
votes2
answers6623
viewsQ: Website does not update in real time, cache problem
My website does not update at the same time that I modify a file, it takes a long time for modifications to appear, I have tried by means of META TAGS, file. manifest, and Pragma in PHP.…
-
2
votes2
answers1837
viewsQ: Hybrid app database using Cordova
What are the possible and most viable solutions to use a database in a hybrid APP (Android/iOS) made on Intel XDK (Cordova)?