Skip to content

Tag: php

best way database management in php

i started learn database mysql im confusing how to manage all tables in one page i’ve tried datatables but still not like what i want i dont know the keyword for searching in google all tables always …

search for a value array in array in php

In my program i have arrays in the following format . I need to find whether a value is present in an the array I am doing the following. I am expecting that the search will find the value(12) which is a business, but It is returning false. Please note that config(‘peopletypes.students’)will retur…