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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mbeckman

  1. mbeckman

    How to do next and previous thing and thread per page

    Here is some sample code that does this, using &quot;Prev&quot; and &quot;Next&quot; links at the top of a list of data items. You set $pagesize to the size of the chunk you want to view at a time (10 in your case).<br><br>//<br>// Set pagesize, read database, determine number of records in...
  2. mbeckman

    How to set the 'FROM' aspect of an email message

    A tricky aspect of using the mail() interface is to make sure the $address, $header, and $additions fields contain no extra newline characters. If they do, then a blank line will be inserted in the stream of headers in the email message, terminating the list early and rendering the last few...

Part and Inventory Search

Back
Top