Category: php

drupal 6 basic form , create form in drupal 0

drupal 6 basic form , create form in drupal

drupal 6 basic form <?php function test_myform($form_state) { // Access log settings: $options = array(‘1’ => t(‘Enabled’), ‘0’ => t(‘Disabled’)); $form[‘access’] = array( ‘#type’ => ‘fieldset’, ‘#title’ => t(‘Access log settings’), ‘#tree’ => TRUE,...

finding mac address 0

finding mac address

finding mac address finding mac address <?php /* * Getting MAC Address using PHP *Kapil sharma */ ob_start(); // Turn on output buffering system(‘ipconfig /all’); //Execute external program to display output $mycom=ob_get_contents(); // Capture...

inner join on more then two tables in php 0

inner join on more then two tables in php

inner join on more then two tables in php select k2.id, k2.title, k2.extra_fields from jos_k2_items as k2 INNER JOIN jos_vm_order_item as oitem ON oitem.order_item_name=k2.title INNER JOIN jos_vm_orders as orders ON orders.order_id=oitem.order_item_id where orders.user_id=62

joomla default error message popup 0

joomla default error message popup

joomla default error message popup, joomla error message popup , joomla username password not matching error message joomla add script and css in module ADD in head <?php JHTML::_(‘behavior.mootools’); JHTML::_(‘behavior.modal’); ?> <?php if ($this->getBuffer(‘message’))...

joomla add script and css in module 0

joomla add script and css in module

Joomla add script and css in module: Joomla is a popular content management system used by many website developers for its flexibility and ease of use. One of the key features of Joomla is...

Creating a Shopify App using Laravel How to Create Custom WordPress Plugin? How to Build a Telegram Bot using PHP How to Convert Magento 2 into PWA?