Hi All,
I have done something stupid...lol apart from make this long post.
I have agreed to clone a friend’s site to be used on another site of his, basically because it has the functions he wants.
The problem I have come across is the site was built in FrontPage 5 about 5 years ago, it is a mixture of html and php and it uses iframes...lol
He has provided me with an html template he purchased from themeforest, but I’m finding a few issues.
The template he wants uses divs so I was thinking ok all the php pages that open in the iframe I can get to open in the selected div, ok not a problem I used Ajax to get that to work, now it calls the pages fine, well some of them.
When the main index.html opens I need it to call and open up a php file that supplies a random advert from the database, Only way I can get it to semi work is to rename it to index.php and use includes, but then I get this error
Code:
Warning: Cannot modify header information - headers already sent by
So then I thought for the ease of it I’ll clone the site as is iframe included..lol as I know everything works, so I put the header and drop down menu inside top.htm, but now the drop downs fall behind the iframe...grrrrrrrrrrrrr
So now I'm at the point of just realising I actually know nothing about web design..lol
So what would you guys recommend...
#1 Cloning the site as is and get help fitting a design around it
#2 using a premade template and fitting the shed loads of pages into it
#3 you guys suggest something easier...lol
Bare in mind I don't know php at all so maybe the php code is out of date etc.
I hope you guys can be of help...