Hi all!
I have the following script:
# date/time stamp
$dt_stamp = date("Ymd.H.i.s");
# the directories
$basedir = str_replace("/","\\",dirname($_SERVER['SCRIPT_FILENAME']));
$shotdir = $basedir."\\sat.shots\\";
echo "downloading satellite snapshots...";
# load the images
$satloc = file_get_c
Barry Fawthrop wrote:
Hi All
As a newcomer to the list and PHP, I was wondering:
I have been programming for 8 years now, in C and mostly in Delphi /
Pascal.
I am used to the C constraint and syntax, which it appears that PHP
follows.
Pretty much. There are very, very few cases where C function
Hi All
As a newcomer to the list and PHP, I was wondering:
I have been programming for 8 years now, in C and mostly in Delphi / Pascal.
I am used to the C constraint and syntax, which it appears that PHP follows.
1) Are there any good tutorials, that will take a programmer (like
myself) and
expose
Sounds like your questions need to be directed to the Peachtree support
team. COM in terms of technology is a little dated to go learning (unless
it is essential), you should probably look to some software that provides
Web Service access. Depending on how big their (Peachtree) web interface i
Aaron,
The easiest way that I have found to do this is to use
SysInternals (http://www.sysinternals.com) pskill utility.
You'll find it on their site under:
- Windows NT/2K/XP/2K3
- Utilities
- PsTools vx.y
I just shell out a pskill command.
Hope this helps.
David M. Patterson
Consulting So
The question: can anyone point me to a good howto for building COM
components? It would be great if there were open source tools for
building the actual COM object. It would be better if the howto was
geared towards building COM objects for web apps. Obviously the web
pages will be written i