Skip to content

Tag: php

I fetch data from podio CRM using PHP

I fetch data from podio CRM using PHP language and I fetch data for each element via its id as it is found in this function: public function getContacts($item_id) { $this->contactAuth(); …

Displaying radio button choice php?

My code works fine after the form fill out all values are print accept my gender value. Here in the code below is an example imagine firstName,lastName…. the $row[dob] value prints out successfully….