Recent content by Terence P

  1. T

    Which is better--a minor in computer science or adding a IT second major to my history..

    Depends on what you want to do with the history degree. If you plan to work for a IT company, you would get paid more to be computer science major.
  2. T

    PHP ftp, how to download all files from remote server to local server?

    Hello, I need to figure out how to connect to a remote ftp server through php, and then downloading all the contents to the local server. Only method I could think of is to keep using ftp_nlist for each subfolder and download each folder with a big loop. I guess when ftp_nlist returns 0, go...
  3. T

    Does anyone here know html?

    You can use CSS to do that. try: <img src="image.jpg" style="position: absolute; margin-right: 0; margin-bottom: 0;" />
Back
Top