Forum: PHP May 14th, 2007 |
| Replies: 2 Views: 1,265 For some reason the forum module is redeclaring the <html> and <head> sections of the document. The forum is there, but the browser won't display it because of the html errors. You should probably... |
Forum: PHP Apr 11th, 2007 |
| Replies: 7 Views: 1,899 I think it's because the server accepts asp style code tags as php tags, in other words the server is try ing to parse <?xml... ?> as php.
So try this:
<?php echo '<?xml version="1.0"... |
Forum: PHP Apr 9th, 2007 |
| Replies: 2 Views: 948 You should post several lines of code before the line mentioned in the error + the line mentioned in the error. If possible post a "complete statement", ie a section of code that is more or less... |
Forum: PHP Apr 26th, 2005 |
| Replies: 11 Views: 34,532 From everything I have read you have to have a copy of the MS-SQL server to get that file... |
Forum: PHP Apr 22nd, 2005 |
| Replies: 6 Views: 8,640 I have not seen one. What do you envision such a script doing exactly? |