Skip to content

Tag: php

How do i loop this array? [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 must be looped, on condition that if you don’t have “hp” …

How to update deep json data in laravel

I need to update my data in json column. Code I have all my data ready in controller and there is no issue with data, all I need is to update my json data mentioned in this part: Database screenshot Database data cart_data column Any idea? Answer The answer from @Kurt Friars is good. If you needed to pull the

How can i make looping on php like this

The code should be like this This my code I cant make like the result, can you help me thanks.. no error but weird result Answer You can do it like this (without using any in-build functions): The output will be : You can test this code in here

Database Schema Treeview PHP MYSQL

I am trying to create a treeview (ideally using bootstrap) from a MYSQL database table that is essentially a data dictionary structure. Every example I have seen creates a parentid in order to create the json/array input for the treeview however my data structure has all of the hierarchy levels on each line. …

Redirecting users to different pages after login

i have this website and i want to redirect users to 3 different pages, i have created 2 sign up pages that has a hidden field called role with different values on each of the sign up pages, one being “corporate”..So i used the script below to redirect the user based on the account type he or she c…

How to add options to a Symfony Form field?

I am rather new to PHP & Symfony, and am struggling with the form options: I have the following, simple code: I get an error because the format is not an option of TextType, but I cannot find a way to add my own options (But I know this is possible, from the others posts I read) I have read