Results 1 to 10 of 14

Thread: Php function isnt working!

Threaded View

  1. #1
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052

    Php function isnt working!

    Well it kind of does..


    $NewTicketType = $_POST['NEW_FK_TICKET_TYPE_ID'];
    $NewTicketSubType = $_POST['NEW_FK_TICKET_SUB_TYPE_ID'];
    $NewTicketID = LookUpIdById($NewTicketType,$NewTicketSubType);

    echo $NewTicketID;

    Now if I do that it doesnt work but if I put in
    $NewTicketID = LookUpIdById(1,1); it does work...

    I have already verified that $NewTicketType and NewTicketSubType are equal to 1 by echoing them too... Thoughts?
    Last edited by oofki; February 7th, 2008 at 03:56 PM.

Similar Threads

  1. Developing a Port Scanner in Python
    By HTRegz in forum The Security Tutorials Forum
    Replies: 12
    Last Post: January 28th, 2006, 08:02 PM
  2. Ajax/Sajax/AjaxMonkey - the buzzwords of the web.
    By embro1001 in forum Other Tutorials Forum
    Replies: 0
    Last Post: July 16th, 2005, 05:25 PM
  3. Apache, PHP, MySQL with basic security settings.
    By nightcat in forum The Security Tutorials Forum
    Replies: 9
    Last Post: May 28th, 2005, 02:47 AM
  4. php mail function prob
    By journy101 in forum Newbie Security Questions
    Replies: 1
    Last Post: May 1st, 2003, 06:16 AM
  5. JavaScript - Three Chapters
    By jethro in forum Other Tutorials Forum
    Replies: 5
    Last Post: November 3rd, 2002, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •