Skip to content

Convert PHP Doctrine date to JS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question There is a webservice that provides me dates in JSON format like this: Whic…

@DoctrineORMMapping “Annotation was never imported”

so i’m new to Doctrine and PHP in general and i have a small issue that i don’t know how to fix… I need to create a PHP app (using Doctrine) and to make communication with the DB my predecessor used Doctrine ORM; so i tried to use one of his files as a templates to make my part of

How to Fetch Amazon Product Data By Php Without Api

I want to fetch data from the amazon search result and product details. I Found some source to get data by api . But i am searching for get product information without api . As example : https://www….

Replace a string of text from the dom with PHP

I am trying to access the value of 6200° from the dom and then replace it with new text. For example I would want to replace 6200 with 8500. This is what the code I have been using after doing some searching but still very new to php and cant get the value. $kelvin2700 = find(‘span[class=”.options…

Record not updated using laravel

i am making a simple crud system using laravel.all working fine when i going to edit the records ran into the problem with record is not updated i didn’t get any error. get the message record updated….