Search found 1 match
- Fri Jun 12, 2009 2:21 pm
- Forum: PHP - Code
- Topic: Combining If and Include Statements
- Replies: 2
- Views: 88
Combining If and Include Statements
I am trying to find ways to make my code more efficient. One idea I had was to use If statements followed by including code if the statement is true. However, I wondered whether the PHP code of an include statement is parsed whether or not the If statement that precedes it is true. For example: If (...