Search found 1 match

by sebastianrs
Thu Jul 26, 2007 8:58 am
Forum: Coding Critique
Topic: Is it time to move away from procedural?
Replies: 15
Views: 12601

That simply means that you should separate your presentation elements like the HTML output from any behavioral elements--the code logic. Retrieve the information using a separate PHP file called something.inc.php or similar.