I'm trying to display these items this way: Howeverafterseveralattemptsthetablealwayslookslikethis:
How do I make the table to get this result?
View
<h2>Apagar evento</h2>
<br>
<table border="1" width "100px" borde...
I have a Gosafe G91i device, a GPS device that sends its location from time to time to an IP and a port that I can configure. At the moment, IP and port of an online server (Orange gps-trace) are set and I would like to set it to a server of min...
I would like to get the text between "play_url":" and "," using PHP's preg_match_all, but those quotes are complicating me and I do not even know the direction it would be for the tracking code, what I currently have is this: p>
$...
I made a code to update some columns of my record when I need it. There are 7 columns listed in array , but generally I only update 1 or 2 columns. With this code I can update my registry, but I have to put data in all inputs , in ca...
Good evening guys,
Thank you for visiting and suggesting to help me.
I am very bad at regex so I come to ask for your help.
I have the following string which can also vary by example:
string(49) "02/12/2018 (Assessment 2) = /86= | Weight...
I have a post page that shows the title of the post and I want it to click on the title to open a DIV with the post itself.
I do not have Javascript issues that are required for this. My problem is that all news is being displayed, rather tha...
I changed my store in magento to another domain, I changed the urls in the database, and I cleaned the cache, the home accesses normal, but the admin is giving error 404 , how should I proceed?
Magento Store
I need to set the goal:
meta http-equiv="refresh" content="30"
In the meantime I'm using CodeIgniter and I can not do it. I tried:
$this->output->set_header('refresh:30;url=minhapagina.php');
Any suggestions?
I need to create multiple test scripts for WEB using PHPUnit and Selenium . I was successful with my initial tests. I was even able to test the login and logout of my web page effectively.
The problem is that I can only execute all the f...
I have an application in ZF1 running and with authentication system that uses database query. I would like to know how I can integrate the 2 ways of logging, that is, if the user opts for facebook, have the same accesses and the same information...