nobabieswebsite wrote:
> It apears that the problem, at least one problem, is
getting a program to run
> on the server at all. I wrote a file in php in a php
file and uploaded it. It
> does not run. Again I only get the source code. No point
in trying to convert
> from C++ if php doesn't run anyway. Any ideas?
Create a page called test.php. It should contain the
following script,
and nothing else:
<?php phpinfo(); ?>
Upload it to the server, and load the URL into a browser. If
you see a
page of PHP configuration details, PHP is enabled, and you're
doing
something wrong with the other stuff. If all you see is
<?php phpinfo();
?>, PHP is not enabled. Contact the server administrator.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/