Forum Moderators: coopster
I know PHP is fairly cross-platform compatible, but I'm curious of any quirks I might run into when moving. For instance, my script makes heavy use of PHP's mail function, but since I have almost zero experience with windows servers I have no clue if there will be modifications required to get everything to function properly.
Anyone with any experience happen to have any suggestions on what I might need to look at etc?
Thanks in advance.
Would go into a bit more depth on what you meant by
Hopefully you didn't hard code and path separators, etc. either
If it's going to be too much of a pain, I may end up creating a subdomain on a *nix host for everything dealing with the script.
Sounds like you may have already put something like that in place though, so from here on through it's testing ... good luck moving forward ;-)
I am curious about what type of cron-type system MS servers have. Currently, a portion of the link management script is run via cron. The general command line looks something like
0 1 * * * path/to/php path/to/my/cronscript.php
I've been digging around but haven't found much reference to automated tasks in MS servers and more specifically, running a php file via automated task.