kelso

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • in reply to: Use tabs to seperate grids.. how can i… #93118
    kelso
    Participant

    Tony, after enabling console in firebug (didnt know it even did all that stuff), i was able to figure out what the problem was. I had been using it to inspect elements and doms, but this was the saver for me! Thank you so much!

    in reply to: Dynamically Populate Select Dropdown #93113
    kelso
    Participant

    ive been doing it like this with php, works good..

    {name:'freqname', index:'freqname', width : 35, editable: true,edittype:”select”,editoptions:{value:””}},

    in reply to: Use tabs to seperate grids.. how can i… #93097
    kelso
    Participant

    still no luck getting my editurl to function. I have noticed if i rename the file, it does complain about it not being there. but even with a die(“test”); in the 1st lines, the script is never run…

    any help would be greatly appreciated!

    in reply to: Use tabs to seperate grids.. how can i… #93087
    kelso
    Participant

    I guess im just confused about the edit code.. I have in the main page editurl: editsu.php, which is below. However, when i execute a change, it doesnt do anything with this file. I added the die command to verify.

    require 'base.php';

    die(“Success!!”);

    $operation = $_POST['oper'];

    if ($operation == “edit”) { qquery(“UPDATE customers SET vlan = '”.$_POST['vlan'].”', datadl = '”.$_POST['datadl'].”', dataul = '”.$_POST['dataul'].”', servicetype = '”.$_POST['servicetype'].”', voicelines = '”.$_POST['voicelines'].”', freqname = '”.$_POST['freqname'].”', radioname = '”.$_POST['radioname'].”', serial = '”.$_POST['serial'].”', mac = '”.$_POST['mac'].”' WHERE id = '”.$_POST['id'].”'”) or die(mysql_error());

    } elseif ($operation == “add”) { qquery(“INSERT INTO customers(uname, fname, mname, lname, email, pass, cnumber, level, status) VALUES ('$uname', '$fname', '$mname', '$lname', '$email','$pass', '$cnumber','$level', 2)”); }

    in reply to: When I add navigator, form wont render.. #93078
    kelso
    Participant

    ok, turns out im just a noob. 🙂

    the example is missing a ,

    in reply to: When I add navigator, form wont render.. #93077
    kelso
    Participant

    and yes i realize i have // in front of it, i copied it our from my code as its commented out at the moment. 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

Stay connected with us in your favorite flavor!