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 TouchToneTommy 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: *

  1. scottmitchell

    Can't Access Registered Session Variables

    I am having a problem accessing my session variables once a session is created. Scenario: 1. I log the user in, successfully create a session using session_start(); session_register( "SESSION_name" ); 2. I then register my variables with...
  2. scottmitchell

    "USER WORD 'CHAR-COUNT' IS MULTI-DEFINED." error not sure what means

    Anyone who can shed some light on this error, I'd love to hear from you! I have a variable in working storage called "char-count" and I have it as an index for several tables, and also present in some procedure code as follows: PERFORM PROCESS-CHAR VARYING CHAR-COUNT FROM 1 BY...
  3. scottmitchell

    PHP mySQL query won't run

    Hey... I'm learning PHP script and created a test php file. Have successfully created a database, inserted a table and a record. Now I'm trying to query the database and the query is failing to run (I'm receiving the output from my failure message..."could not query $table"). Here...
  4. scottmitchell

    JMP0311I-U Missing Allocation. File=Sysin etc....Error

    I'm new to Cobol, trying to figure it out...I'm getting the afore mentioned error when I run my program (compiles and links fine, but this error on execution). I have an input file, but I'm not sure how to use it, what format it should be in, etc. Right now I typed it up in Notepad, saved it...

Part and Inventory Search

Back
Top