Search:

Type: Posts; User: chris.cavage

Search: Search took 0.25 seconds.

  1. Replies
    5
    Views
    915

    Re: User Define Custom Fields

    Here's what I have to display the custom groups inside a table:



    <?php do { ?>
    <tr>
    <td align="right"><label>
    <input name="Groups[]" type="checkbox" id="Group_ID" value="<?php...
  2. Replies
    5
    Views
    915

    Re: User Define Custom Fields

    <?php
    $result = mysql_query("SELECT Name, ID FROM groups WHERE Company_ID = 'somevalue'");
    if (!$result) {
    die("Database query failed: " . mysql_error());
    }
    while($row =...
  3. Replies
    5
    Views
    915

    Re: User Define Custom Fields

    Well, on the contact form where the contact information is selected, I was going to "SELECT --- FROM groups WHERE Company_ID = 'somevalue'". The contact information is also based on that WHERE...
  4. Replies
    5
    Views
    915

    User Define Custom Fields

    Using php/mysql.

    I have a contacts table for a CRM software I made.

    I want Companies to be able to create custom fields for their contacts.

    The contacts table holds basic information like:...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width