View Single Post
Old 12-03-2004, 07:31 AM   #7
1001studio
Green Mole
 
Join Date: Jun 2004
Location: Italy
Posts: 6
Still no way to parse that code but I've found something interesting IMHO.
Putting header and footer they always goes at the top of the page.
So I create a new .php header with more code including all before form search mask.
It still gave me problems at the top of the code. To avoid this change this:

<?xml version="1.0" encoding="ISO-8859-1"?>

with this:

<?php
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
?>

But still other issues in the code.

1) Now it appear the number "1" in the middle of the page. Nobody knowns what is that?

2) Still have problem to include code beetween form mask and search results.

Jacopo
1001studio is offline   Reply With Quote