Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: Harrison_Uhl
Forum: Programming 13th August 2011, 10:11 AM
Replies: 8
Views: 1,023
Posted By Harrison_Uhl
Re: Organize PHP/MySQL Ideas HELP

Your use of php suggests a 'dynamic' website, which is essentially a (form of a) computer program.

The first question in developing a computer program is always: What are all of the things you...
Forum: Programming 21st July 2011, 10:46 AM
Replies: 2
Views: 489
Posted By Harrison_Uhl
Re: Getting a tar file into a wp installation

You can unpack into a tmp directory (make one special for this) then move the files with 'mv'

mkdir tmp
cd tmp
tar -xf ../myTarFile.tar.gz
mv public_html/* ..

You may have to adjust the...
Showing results 1 to 2 of 2

 
Forum Jump


All times are GMT -6. The time now is 06:54 AM.