I've been using PHP for about a year or two and just stepped outside of beginner in a lot of areas. But I have a little problem. I am taking on a big project (a personal one of mine) and after doing some research decided to attempt to do it in PHP. Problem is I have little experience in modifying codes and implementing them with current designs. So if you think you can lend me a hand I'd be glad. Not interested in someone coding the project but point me to some info as to go about implementing different scripts into one major site.
Are you installing a CMS? If so which CMS (Joomla,Wordpress,Drupal)? What I usually do is take each page and list the elements I need to code for that page. Then I code it into a separate file. Last I take the code and implement it onto the site by cutting, pasting, and modifying. I do this because seeing their old code with your new code can get confusing.
Well no I am not goign to use a CMS. I am thinking of coding it from scratch with the help of a couple of free scripts that I will modify.