So I needed to do something that I used to consider simple. I had www.mysite.com up and running with Apache / Jboss / ColdFusion and I wanted to create a virtual host, sitetwo.mysite.com to point the same configuration as www.mysite.com. I used to do this easily in IIS by creating a new Host Header entry under the website properties in IIS. Not so simple with the new configuration.
read more
/
0 comments
Goal: To spider a site (our own site) and save all image files from the pages on that site to a hard disk on another server.
read more
/
0 comments
If you're looking to call PayPal re: a Merchant Services or Payflow Pro account, here's the direct number, so you don't have to call India
read more
/
0 comments
Log onto your server from the console or with a ssh client. I use Putty. Use the following command to dump a table.
read more
/
0 comments
Posted by:
scoopseven
in
PHP
15 years, 3 months ago
Trying to output a variable without using dot (period) syntax. It's much easier to output your variables within quotes. This code works:
read more
/
0 comments