RE: [PHP] mixing HTML and PHP code

2001-01-11 Thread Maxim Maletsky
As I said to my HTML Editors: Whenever you meet in your code: ? / ? DO NOT TOUCH IT... It works - Programmers and Web Designers have nothing now to do together. That is what I love the most of PHP -- you can separate PHP Core and HTML extremely easily. Cheers, Maxim Maletsky. -Original

RE: [PHP] includes

2001-01-11 Thread Maxim Maletsky
Think of a library: you make yourself a bunch of files to use somewhere later, and when you need any of them - include it. Functions, classes whatever but not IFs and calculation staff: these would always have to be read... Cheers! -Original Message- From: Dan Phoenix

RE: [PHP] case ?

2001-01-10 Thread Maxim Maletsky
'require' ALWAYS includes the file; 'include' is what you want here. not since v4.0.2(?) came out ... I heard from Zeev that require() and include() behave now just about the same. Read our posting regarding this topic of 1-2 month ago.. Cheers, Maxim Maletsky The tradeoff is that include

RE: [PHP] case ?

2001-01-10 Thread Maxim Maletsky
include() behaves (in all versions of PHP) as well. November 14-th ... Cheers, Maxim Maletsky -Original Message- From: Maxim Maletsky Sent: Thursday, January 11, 2001 2:26 PM To: 'Steve Edberg'; Jon Rosenberg; PHP List . Subject: RE: [PHP] case ? 'require' ALWAYS includes the file

<    2   3   4   5   6   7