Jump to content

binujayaraj

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by binujayaraj

  1. Any gurus to help me out with my following queries? a. Has any one integrated kickapps with Drupal Ver 5.7 ? How can we accomplish the integration ? b. Could anyone shed some light on 'Session Token' and 'Transaction ID' Thanks, Binu Jayaraj
  2. Check this out... <script language="Javascript"> function submitForm() { document.FORMNAME.action = 'details.php'; document.FORMNAME.method = 'post'; document.FORMNAME.submit(); } </script> on the HTML body <a href="Javascript: submitForm()">Details</a>
  3. It seems PHP has not been installed on the server.
  4. The code works absolutely as desired. Thanks a lot gentleman.
  5. I do have an array with me. $arr = array( 10, 11, 12, 13, 14, 10, 11, 12, 13, 14, 15, 20, 21, 22, 23, 20, 21, 22, 23, 24 ); could any one provide me an optimized code to return unique values from repeating elements. output of the code should be array(15, 24) any help ? Thanks, Binu Jayaraj
×
×
  • 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.