Skip to content

Tag: php

update 2 dimensional array PHP

I made a 2 dimensional array which checks if 3 of the same values are equal to each other. My problem is that when the code detects 3 in a row it changes values, but it doesn’t update to the original array ($aww_ar). Is there a way to do this? Code: Answer Ive worked it out a bit with the

PHP: Json Get individual data

I am trying to get all Employee Name from my JSON Data. This is my JSON Data [ { “0” : “65” , “id” : “65” , “1” : “etertet” , “employee_name” : “etertet” …

Calling specific Value in PHP Array

sorry for asking , if someone already asked . Here my question : I have this function : function view_jurusan($uid){ $sql=”select jurusan_detil.jurusan_tarif from jurusan …