Posts by Felipe Oliveira • 101 points
7 posts
-
0
votes1
answer532
viewsQ: Pass variables as parameter when loading page
I have a Function that marks the location where a mouse click was given, putting a red circle in the click and saving the coordinates of where this click occurred. Script that displays the mouse…
-
0
votes1
answer343
viewsQ: Highlight mouse click position with DIV overlay
I’m not getting a DIV overlay on the location where the clic event is. I can map the coordinates of the mouse and store these values, but I need when you click on the page, to highlight this…
-
0
votes1
answer74
viewsQ: recover data in a list for editing
On an edit page of the registration data, how to fill a select with the information originally saved. Ex. In the registration form, it was selected in a select, a city. After saving, there is option…
-
1
votes1
answer29
viewsQ: Difficulty to get information through Regular Expressions
I’m having trouble getting information using preg_match_all. This information is being taken from an HTML code of an intranet page, but from the information I need, I am managing to collect only…
-
0
votes0
answers73
viewsQ: File created without content with PHP
I have the XAMPP installed on a machine with Windows 8 Enterprise. Developing in PHP happens that when loading the page a temporary file is created in the folder C:\Temp having as content a given IP…
-
1
votes1
answer726
viewsQ: Open program through link
I need to access via telnet network devices (Switchs and routers) that are displayed in a list. The idea was that by clicking on the network asset name, open Teraterm, or Putty for connection on the…
-
6
votes3
answers1890
viewsQ: Query two tables in Mysql
My situation is as follows: I have several tables that have some common information, such as UNIT. In one of these tables I have all my units and I need to check if this same UNIT also exists in…