Here's a brief set of instructions on how to ftp a file (or many files) from one server/computer to another using ColdFusion.
read more
/
0 comments
Problem with connecting to multiple databases within the same server is that every time you do:
read more
/
0 comments
After upgrading to Fast-CGI, my WordPress 2.1 image upload tool started asking for a password every time a image was uploaded. Turned out to be a permissions issue with WP/Fast-CGI-IIS that was solved by following the steps below from
Joseph Scott's Blog.
read more
/
0 comments
Posted by:
scoopseven
in
MySQL
15 years, 6 months ago
SELECT SUBSTRING_INDEX(Email, '@', -1), COUNT(SUBSTRING_INDEX(Email, '@', -1)) AS numDomain
read more
/
0 comments
Getpagecontext().getResponse().sendRedirect('REMOTE PATH');
read more
/
0 comments