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 dencom 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 webmastadj84

  1. webmastadj84

    I am having some trouble with some

    The \ were the problem! Thanks.
  2. webmastadj84

    I am having some trouble with some

    I am having some trouble with some PHP code. It will not do what I need it to do which is get information from a database, add a count to it, then update the record in the database. The select works and the addition works, but it will not update the record...any suggestions? Here is the code...
  3. webmastadj84

    Quick question

    the system76 systems are expensive when compared to the specs on the dell. I am trying to get the most out of $600. As far as ebay, I do not use and don't want to use ebay.
  4. webmastadj84

    Quick question

    I am not sure if any can answer this or not but I am looking to putting together a little web server at home. I plan on using fedora or redhat. I am looking at using the Dell Optiplex 320 becuase it is cheap and small....perferct to tuck away under my LCD TV. But what I was wondering is if...
  5. webmastadj84

    PHP and MySQL problem

    Ok, here is the problem. This code works. The only part that is not working correctly is the bottom 5 lines. The loop works but it does not insert the information into the table and I get no error messages. Here is the full code; remember, everything works but the last 5 lines...
  6. webmastadj84

    php mail on apache

    I got it fixed, just need to restart.
  7. webmastadj84

    php mail on apache

    I have a problem with PHP and Apache when trying to send email via php. I am running fedora 7 with apache. I use the following code when trying to send mail using php: <? $message = "This is a test"; mail("nobody@mac.com","Talent Form - Application Submission",$message); ?> The php...
  8. webmastadj84

    Hit counter does not work

    what is the code that they are using for you to post the hit counter on your site?
  9. webmastadj84

    3 Sites on same port - port 80

    In other words, register a domain name and use subdomains. site1.yoursite.com site2.yoursite.com site3.yoursite.com or you can register a domain for each.
  10. webmastadj84

    Is my problem IIS or DNS ???

    Did you change the IP / domain names associated with the site definition? It is in the properties of the site and then 'Advanced' button. Make sure to add all the domain names you want linked to that site is in there. Also, just double check and make sure your default document matches the...
  11. webmastadj84

    Trouble with FTP service.

    Yes, the port is being forwarded to the server. FTP Logs don't say anything and ftp client I have used is: dreamweaver, smartftp and IE's FTP. None work.
  12. webmastadj84

    Trouble with FTP service.

    Is there maybe a built in firewall with windows server that is blocking that port?
  13. webmastadj84

    Trouble with FTP service.

    If I use the regular port for FTP (21) it works fine.
  14. webmastadj84

    Trouble with FTP service.

    I get the same error no matter what ports are used.
  15. webmastadj84

    Trouble with FTP service.

    Here is my problem. I just installed a new Windows Server 2003 Web Edition and I can not seem to get the FTP to work. I am behind a router; I am using this server to test out coldfusion. I already have another server running off the same public IP (so port 80 and 21 are used). I set-up the...

Part and Inventory Search

Back
Top