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

    save an email attachment to the server

    I am trying to take an attachment from an email and store it on the server. After it's done I'll delete the message so it can go through the process again. I can read the message just fine, I can remove messages, I know how to create a file on the server, but I have no idea how I would make just...
  2. natefanaro

    finding mail server name via php

    I'm working on a web based mail client using php. I want people to enter in their email address and password and log in to their mail account. In order to check the mail box I need the name of their pop3 server. Most are just mail.theirdomain.com but are sometimes different. Is there any way...
  3. natefanaro

    display what is clicked on in a frame

    I am looking for a way to show the link that is clicked on in a seperate frame. Here's what it would look like: -------------------------------- | |show what was clicked below | (ie. google.com) -------------------------------- | |...
  4. natefanaro

    display what is clicked on in a frame

    I am looking for a way to show the link that is clicked on in a seperate frame. Here's what it would look like: -------------------------------- | |show what was clicked below | (ie. google.com) -------------------------------- | |...
  5. natefanaro

    adding text if it does not exist

    I am looking for something that will add http:// if it does not exist in a form. If it does exist, don't add http:// so www.yahoo.com would be changed to http://www.yahoo.com http://www.google.com would not be changed at all. I think that I would have to use regular expressions, or...
  6. natefanaro

    retrieving last auto _increment number

    I have seen the LAST_INSERT_ID() function but for some reason it either will not work for what I am looking to do, or I was using it wrong. I am trying to get the last number that is given by the auto_increment number in mysql. But when I look for info on LAST_INSERT_ID(), it's always used in...
  7. natefanaro

    question about how to find the value with the largest number

    I am trying to find out what value has the largest number, then display the appropriate result from a database. $a, $b, and $c all have a number value. (1-5 so far) and whatever is the largest value, it will show the corresponding value ($a shows $num1, $b shows $num2, $c shows $num3). I am able...
  8. natefanaro

    Problem with radio buttons and php

    I am creating a site for online quizes and having a problem with creating a quiz out of php. When you usually deal with radio buttons, when you change your mind on a choice it will remove the previous selection. when you use the html below, it will allow you to select every darn radio button...

Part and Inventory Search

Back
Top