PHP Formatting Question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sgately
Forum Newbie
Posts: 3
Joined: Wed Oct 21, 2009 12:35 pm

PHP Formatting Question

Post by sgately »

HI Guys,

I asked this question on in the design forum and no one seemed to know the answer. I am newer at PHP, and often have the need to install php scripts on my website. Most scripts such as search sphider, come with PHP templates, or some client side from design. The server-side install goes fine, but when I try and copy and paste the template code into my existing PHP webpage the design gets stretched out. I am not sure if I have to include the PHP code, make some sort of PHP wrapper, or do something else I am not aware of.

Does anyone have advice of how to take an existing PHP template, and add it to an existing site without messing up the design, or can point me in the right direction?
Post Reply