Skip to content

Tag: php

show difference between of two price list

I have history list of product price(order by created_at) like this: Now for show data in table I listed price using foreach method like this: I can see true output in table but I need to show difference between of two price in the third column like this picture: how do can i show difference between of two pr…

Change table row ID dynamically when delete in jquery

html Jquery https://jsfiddle.net/u3hmfc7x/1/ This will dynamically add table rows or delete the row when I click the button. After that, if user deleting the second row, then the row id 2 has been deleted and row id should be interchanged dynamically. Does anyone know how to fix this :(? For example If user d…

Is there way to solve blank page php error?

I created a contact page, however when I test it by sending an email to the website’s email (which is a gmail address) it displays a white page here’s my php code for the contact form Here’s my html code (contact.html) Answer It is happening because you forgot to provide name for submit butt…

php tree get list of all parents of child node

I want a list of all parents of the child node. I am searching but I am getting all child nodes of the parent. my array look like and my desired output is, I give input the child node Id and It will return all the parents. for example I will give child ID ‘raja’ and It will give output