Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I got this result in my variable What I need is all in a single array, is that possible? Some…
“Division by zero” PHP [closed]
What could be the cause of this error? I already check it with if/else statement in the first level. How can it still show the “Division by zero” error? if($sum != 0) { $percent = (($sum …
list display in choicEntity in symfony 5
I am not at all familiar with PHP, and still months with Symfony, I am developing a small project thanks to a tutorial and I have a problem that has blocked me for too long veil: I have a choiceType …
Parsing and searching through JSON in PHP
I need some help with parsing and looking through JSON result with PHP. Within the example result below, I need to check against the categories of the technology. The outcome I would expect is that if …
WP All Import – Convert date to a unix timestamp when importing via a php function
I am using WP All Import plugin for WordPress and trying to import a date cell but I need it converting from a user friendly date to a unix timestamp. to WP All Import allows me to run a php function when importing into a custom field. I have found we can use the following within php: I also found
Codeigniter Default Controller 403 Directory access is forbidden
Im using php 5.6.40 and codeigniter 3.1.9 on Mac OS Catalina myroutes : $route[‘default_controller’] = “Homepenta”; .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f …
Twig templates don’t show updates. Symfony 4.3
After I edit my twig templates, they don’t load on the page. I have a header and footer twig file which are included in my base.html.twig. When i edit these files, the changes aren’t pushed trough when i reload the page. I’ve tried clearing the cache and i disabled cache in configpackagestwi…
query don´t show one result
i have this query: i can show my result, but always don´t show all, i want to say that if my result it´s 3 my query show 2 when all my result have the same result. all data have state=”pendiente” table user table asistencia table actuacion table contratan i attached my migration for you can show m…
How to display show replies button for the comment which has replies?
I am creating nested comment system with reply. comments goes longer and longer in page that is why I wanted to toggle replies. I already do that auto adding class margins etc. I have problem with …
PHP When rewrite pages url then the $_get not working
I am using this URL rewriting with PHP The Folder structure for rewriting the URLs. I am done it is working fine but after rewrite the URL the $_GET[‘cat_id’] is not working. How to get the data now? …