Posts by Rafael Perrechil • 13 points
4 posts
-
0
votes1
answer103
viewsQ: create two markers with drag drop in google maps api
Fala galera, I’m creating a map where the idea is that the person can insert a pin in it and then in the sequence insert another pin, when he inserts the second pin, a line between the two pins…
-
1
votes1
answer367
viewsQ: set position of scrollbar in an iframe
I have a #iframe page, and when the page loads, I need the iframe scroll to slide horizontally to the end (to the right). I tried several ways but so far nothing.…
-
0
votes0
answers220
viewsQ: Problem with . htaccess on Amazon EC2
I am migrating a site to Amazon EC2 (Ubuntu with apache, php and mysql) and I am having problems with links routes. My file .htaccess is basically like this: RewriteEngine On Options +FollowSymLinks…
-
0
votes1
answer2528
viewsQ: How to run a . php automatically, every day, at a certain time?
Could someone show me how to create a rule (in Apache maybe) so that every day, at a certain time, a file .php be executed. Is there any way to do this?