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 Damon

  1. Damon

    IP packet forwarding

    What you are looking for is NATD.<br> Try 'man natd'.
  2. Damon

    Parsing form data

    Could you post the relevant section of your html file please? Can't say I've ever come across this problem.<br>
  3. Damon

    Trouble uploading/importing files to MySQL server

    Are you trying to get the data from a file on the local hard drive, or from another data source?
  4. Damon

    problems creating a table

    You should be doing:<br> <br> create table my_table (my_column varchar(40));<br> <br> You've only left out the parenthesis.<br> <br> <br> <br>
  5. Damon

    Need help with Linux + webserver + database decision

    I can't say that I have tried all of your combinations, but I do run PHP3 + MySQL 2.22 + Apache 1.3.6.<br> In my opinion, this is an excellent combination for a number of reasons.<br> 1) MySQL is a very fast SQL server. (I shudder when I have to access our MS-SQL server)<br> 2) PHP3 has a very...
  6. Damon

    free bsd

    FreeBSD is Open Source software based on BSD unix from Berkley University.<br> It is available for free from http://www.freebsd.org, and runs on Intel based systems (386, 486, Pentium etc.)<br> You will have to do a bit of reading on the web page to get it setup, but it is rather easy to do...

Part and Inventory Search

Back
Top