Are you having this problem? Im going to make a wild assumption here – but are you using some kind of SCM (e.g. Subversion?).
After you copied the files over the document root of one server – I bet you forgot to add the new files to SVN so when you updated the other tree it [...]
-
-
This has been irritating me for a while – I use my laptop a lot and currently watch Sky Go on it. I use the TV plugged in via a HDMI cable to my laptop, I extend the desktop to watch it on the TV whilst still being able to use my laptop.
Read More...
Unfortunately when you [...] -
I was given a huge table of stuff to insert into an SQL database table, it wasnt possible to import this using load data but one of my colleagues in the office gave me a handy Excel formula to use:
Read More...
=”INSERT INTO flight_refund_country_bands SET countryname=’”&A1&”‘, band_id=”&B1
Seems very simple now I think about it but it [...] -
I basically wanted a really quick validation code function that would check whether any required fields were missing and prevent the form from submitting if this were the case:
Read More... -
find . -type f -mtime -4 -not \( -name .svn -prune \) | grep -v “.svn” | xargs tar -c | tar -xC /home/dan/americafilestozip/
Share with your friends and help out this site:
Read More...










