Jump to content

jinijames

New Members
  • Posts

    4
  • Joined

  • Last visited

jinijames's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php $this->execPieceByName('ff_InitUtilities'); $this->execPieceByName('ff_SubmitUtilities'); if (!function_exists('ff_selectValue')) $this->execPieceByName('ff_selectValue'); $value = ff_selectValue("SELECT count(*) FROM #__facileforms_records where form=15"); $value = ($value + 1); return "Your text".$value; ?> Thanks, Hire php developer | Hire magento developer
  2. i go with CodeIgniter - well documentation, with esy set up and use, extremely fast with huge community support.
  3. Getting first item of array- <?php if (!empty ( $an_array ) ) { $min = min ( count ( $an_array ), 5 ); $i = 0; foreach ($value in $an_array) { echo $value; $i++; if ($i == $min) break; } } ?>
  4. Inserting current time Codeigniter's active record. $data = array( 'name' => $name , 'email' => $email, 'time' => NOW() ); $this->db->insert('mytable', $data);
  5. Hi friends, I am new to this forum. Just signed up to get updated myself on latest trend.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.