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 Wanet Telecoms Ltd 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: shaggy56
  • Content: Threads
  • Order by date
  1. shaggy56

    Object keeps containing the same data on output

    When I run this code it gives me the same output for each Record. there are 390 different lines in the text file that is being read. each line is then parsed and put into the record. I have tested when the object is first created and everything is entered the data is fine. On the second call (in...
  2. shaggy56

    mail funtion problem

    I have a page that mails information in a form to my Comcast email address, though I am not on the Comcast internet network. The code used to work up until last night. Now for some reason I get thing error “Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Relaying not allowed...
  3. shaggy56

    $_SESSION help

    ok so I have the $_POST var being passed to the $_SESSION var on my index page. Then when you click it link it does this session_register('username'); $_SESSION['username'] = $username; session_register('password'); $_SESSION['password'] = $password; Now that seems to...
  4. shaggy56

    passing a value to another page

    I am having a hard time trying to get a good user authentication page to work. The authentication works for the one page but if I try to pass the value of the variable to the link it won't work (because I have no clue how to). I need to be able to block the linked page too unless the user logs...

Part and Inventory Search

Back
Top