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!
hi
i need some guidelines on how to organize the process of making a new website
(things like: in php, organizing your header with dbinfo, session info, titles, and all...)
some helpfull hints..
after you have done both of them you can start thinking about a site in both
heres what i do
- generally try to keep html and php seperate whenever possible (as everyone on this forum will tell you, it makes it alot wasier for the designers to understand
- put all of the database connection info into a seperate file using include like so