RE: [PHP] Methods for creating HTML with PHP

2004-03-26 Thread PHP Email List
> -Original Message- > From: Jason Giangrande [mailto:[EMAIL PROTECTED] > I'm looking for an easy way to write all my HTML using PHP. Jason, Sorry this is late and not even sure if you found your answer to this question that you ask, however I think in the end it's going to be up to you

Re: [PHP] Methods for creating HTML with PHP

2004-03-25 Thread Burhan Khalid
Jason Giangrande wrote: [ snipped ] Also, is it possible to download a package marked beta with PEAR, or does it need to be downloaded manually? Yes, you can do this, by running the following command: $ pear config-set preferred_state beta Then you can download beta packages. -- PHP General Mai

Re: [PHP] Methods for creating HTML with PHP

2004-03-24 Thread David OBrien
At 08:20 PM 3/24/2004, Jason Giangrande wrote: Raditha Dissanayake wrote: How about just escaping out of php :-) and embedding the html direct? Jason Giangrande wrote: I'm looking for an easy way to write all my HTML using PHP. I could do this with a bunch of print statements or the like, but tha

Re: [PHP] Methods for creating HTML with PHP

2004-03-24 Thread Jason Giangrande
Raditha Dissanayake wrote: How about just escaping out of php :-) and embedding the html direct? Jason Giangrande wrote: I'm looking for an easy way to write all my HTML using PHP. I could do this with a bunch of print statements or the like, but that doesn't seem like a real good solution. I

Re: [PHP] Methods for creating HTML with PHP

2004-03-24 Thread Raditha Dissanayake
How about just escaping out of php :-) and embedding the html direct? Jason Giangrande wrote: I'm looking for an easy way to write all my HTML using PHP. I could do this with a bunch of print statements or the like, but that doesn't seem like a real good solution. I noticed that PEAR has se