Page 1 of 1

Problems with PHP

PostPosted: 27. November 2009 19:21
by InkSplat
Hello,

I have installed XAMPP on a Windows XP Pro computer. I then installed Joomla 1.5 in the htdocs. Joomla works just fine, but if I try to write a custom PHP script, it doesn't work. I have be placing the files with php in the root folder for Joomla. Any suggestions on why my scripts does not work?

Thanks,

InkSplat

Re: Problems with PHP

PostPosted: 27. November 2009 22:57
by Izzy
Missing support info - what XAMPP version?
So assuming latest stable XAMPP version.

Does the first line use short_open_tag <? or <?php in the script you have written?