Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kitfox69
  • Content: Threads
  • Order by date
  1. kitfox69

    Populate array and print data in a table cell

    I am writing a tagging template for our company and have run into ome trouble printing a list of database balues in a single cell. <?php $itemidpass = $_GET['itemid']; $username="test"; $password="tester"; $database="test"; mysql_connect(localhost,$username,$password)...
  2. kitfox69

    Embed ODBC query in email

    I am having trouble getting a result set to send via email. The email sends when I run the script through firefox and it displays the data contained in the result set but the email message does not show the data... just the number of rows in each result set. Pass and Login edited out <?php...
  3. kitfox69

    PHP passing query values through POST

    How can you set a variable to have a value based on a query that returns single values? <?php $conn = odbc_connect("HOMES", "", ""); $query = "SELECT DISTINCT sls_his_invc_no FROM sls_his where sls_his_item_id IN (SELECT item_id from item where item_vend_id = 'MONTAGE') and...
  4. kitfox69

    Passing variables to iframe using PHP

    I want to be able to pass these two variables to the iframe so that they can be used in the Insert statement of the iframe source page and be written to the database tables. Here are the codes: getcustid5: <?php print('<iframe align="right" src ="updnps1.php?billdate=' . $billdate ...
  5. kitfox69

    PHP Self help

    I have three PHP pages that post data to each consecutive page. I would like the second page, the one with a pull down menu of customer ids, to spawn itself onto the next page so that the person using it would not have to click back to choose the next customer id. Currently the first page...
  6. kitfox69

    PHP and Pull Down Menu with ODBC

    Ok I am working on some PHP pages that use ODBC commands to connect and display data from my Pervasive Database. So far connecting and getting the data is working fine but now I am trying to populate a pull down menu with some query data and I can't seem to do so. Here is my script thus far...
  7. kitfox69

    PHP and ODBC Menu Issue

    Ok I am working on some PHP pages that use ODBC commands to connect and display data from my Pervasive Database. So far connecting and getting the data is working fine but now I am trying to populate a pull down menu with some query data and I can't seem to do so. Here is my script thus far...
  8. kitfox69

    Using curdate in SELECT statement

    Hello all! First I would like to say thanks to everyone who has posted here because I have found quite a few answers that I needed here on this forum that I have not found anywhere else. THANKS YOU ALL!! Now to my question. I have recently installed PHP on a seperate server than our...

Part and Inventory Search

Back
Top