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 strongm 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: bigcat48
  • Content: Threads
  • Order by date
  1. bigcat48

    SQL select statement/Array help

    All, I have a web form that's using php to self submit. I want to use sql statements to pull in data from three different tables to create something that I call a "profile" to be entered into a fourth table called "profile". I am able to use three tables successfully but when I would try to...
  2. bigcat48

    Auto fill form fields via php/mysql/xajax

    All: I have setup the sample for the autofill drop down & xajax from this post: http://www.tek-tips.com/viewthread.cfm?qid=1466795. This works fine without the need for database values. I can't generate values in any of the select boxes from the db table 'vehicles' that I created. This is...
  3. bigcat48

    Display checkbox values

    All: I need to display checkbox values on my edit page, but what I have now displays all checkboxes checked, instead of reading the checkbox values saved in my database table. Here's the code. <div class="row"> <label>Event(s):</label> <?php while ($event =...
  4. bigcat48

    Display array data

    All: I have one big mess that I don't know how to describe well but here it goes. I am having trouble displaying array data. I have a record with the column name "eventid" filled with comma separated values. I need every array value matched with another table that has its name. *NOTE: An id...
  5. bigcat48

    Auto-fill fields from drop down option

    All: This is what I want to happen: 1. When a user would fill out this form, they would first have to choose a company from a select menu preloaded with values. 2. Once the user has made a selection, somehow the form is generated with values from another table in the database based upon this...
  6. bigcat48

    MySQL to MS Access

    All - I found this code from another forum and it works with MYSQL and PHP. Could someone help with the conversion of this code for usage in PHP and MS ACCESS? Thanks. MYSQL QUERY TO GET ALL AVAILABLE OPTIONS mysql_select_db($database_siteConn, $siteConn); $query_rsGetfeatures = "SELECT...
  7. bigcat48

    Soft Delete

    Is there anyway to soft delete an entry. Let me further explain. Add to one table and remove from another table. Could this be done with one action or script? Please assist if so. Thank you.
  8. bigcat48

    PHP: Display and update radio btn values in MS Access

    All - I need to display "yes or no" selected values for a radio button option and have the ability to update an option back to the database. Here is the code: <?php // create database connection include("includes/connection.php"); $id= $_GET['id']; $query = "SELECT * FROM...
  9. bigcat48

    PHP: Passing checkbox values in MS Access db

    All - I am trying to complete a simple task in passing an array of data to my MS Access database and then display this information in a list page. I searched this and other forums & tutorials and cannot come up with a complete answer to this issue. Here is the code: Form page snippet...
  10. bigcat48

    PHP Search function with Access DB

    All - I want to create a search function reading the Access db. Can anyone help with this?
  11. bigcat48

    Copyframe mainframe txt to excel 2003

    All, I am using the Jolly Giant software for the mainframe. I need to use a script to copy text to excel. There's a list of functions to use but there is no function to just copy data to the clipboard. Only appendtodisk which is copy the screen text to a file. I am a little lost. Please...
  12. bigcat48

    PHP - Create word doc file from Access database text

    All - I want to create a word doc file from text pulled from my Access 2003 database. Once figured out I also have a question on formatting this doc as well. Can anyone help? Thanks in advance, BC
  13. bigcat48

    Copy and Format Mainframe txt to Excel 2003

    All - If at all possible, is there a way to copy and format Mainframe text to Excel 2003? I have a button that copies two rows of data from a single mainframe screen that is being copied into an excel file. The problem is that once the text is copied, the text then splits into multiple cells...
  14. bigcat48

    Inserting Multiple Records in one Table using PHP Access database

    All - I have searched and searched for help in the forums on this website and google and can't seem to find an answer. What I want to do is insert multiple records in one table using one form with php, odbc, & access db. The records that I am trying to add will have only one similar field...
  15. bigcat48

    PHP view only selected records using OBDC with Access DB

    All - Usually I use mysql databases, but i'm doing a special assignment in which i have to use an Access database using an odbc connection. My Goal: -have a select menu with options populated from the database -when an option is selected, view only selected records -have all of this on one page...
  16. bigcat48

    PHP view only selected records using OBDC with Access DB

    All - Usually I use mysql databases, but i'm doing a special assignment in which i have to use an Access database using an odbc connection. My Goal: -have a select menu with options populated from the database -when an option is selected, view only selected records -have all of this on one page...

Part and Inventory Search

Back
Top