Hi forum. I'm interested in learning PHP. I'm having trouble though configuring the PHP installation to work with Apache 2.2. I've written a couple of simple scripts but they don't work properly. I'm only getting what is echoed in the script such as "Today is" but then nothing ---
[code=php]Today is <? print strftime("%m/%d/%Y"); ?>[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
I'm assuming Apache is not running PHP properly. I've configured the httpd.conf file in Apache and the php.ini files accordingly.
Would be great if someone could point out the likely cause of this problem.
I'd also be interested to here opinions on how long it takes to get a good enough grasp of PHP to understand the workings of Joomla, Zen Cart, and the like. I'm not well computer savvy and perhaps should leave it alone, but would certainly invite some expert opinions.
Hope to here from you
[code=php]Today is <? print strftime("%m/%d/%Y"); ?>[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
I'm assuming Apache is not running PHP properly. I've configured the httpd.conf file in Apache and the php.ini files accordingly.
Would be great if someone could point out the likely cause of this problem.
I'd also be interested to here opinions on how long it takes to get a good enough grasp of PHP to understand the workings of Joomla, Zen Cart, and the like. I'm not well computer savvy and perhaps should leave it alone, but would certainly invite some expert opinions.
Hope to here from you
Comment