Re: [PHP]

2001-01-17 Thread Michael Talbot-Wilson

Ye 2001-01-17 13:54 -0500, Toby Butzon skribis:

> > > Is PHP the implied script, so that it is okay to begin PHP code like
> this  > > vs. like this  > > When is it not implied?
> >
> > You should use  > dropped or your administrator can disable the open short tag.
> 
> Are there in fact plans to drop the short tags?

Short open tags won't work with xml.  Therefore they won't work with
xhtml.  They conflict with where the Web is going.

Thus, they have already been dropped.  You don't _need_ them.  Stay
away from them.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP]

2001-01-18 Thread Michael Talbot-Wilson

Ye 2001-01-18 21:46 +0100, [EMAIL PROTECTED] skribis:

> On Thu, Jan 18, 2001 at 09:37:55PM +0100, Alexander Wagner wrote:
> > Alex Black wrote:
> > > xml problems?
> > >
> > > _what_ xml problems?
> > 
> >  
> No,  open tag enabled in php.ini.

If you enable it and use it, does it work with (otherwise) valid
xhtml?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] FAQ

2001-03-15 Thread Michael Talbot-Wilson
he problem for them.  That isn't programming.  Programming (and yes, I

Yes.

> know, PHP is technically a scripting language, but lets not jump that fence
> as well) is about trial and error, logic, and creativity, but most
> importantly, problem solving.  Most of the newbies get into PHP expecting a
> tutorial on every topic.  If they can't find a tutorial on how to print out
> 5 numbers, they expect someone to show them how to do it.  They don't try
> and solve the problem themselves, and that is a problem.  I don't mind

Yes.

> assisting where I can, however, I don't like rewriting a script for someone
> when they don't even take the time to try and learn the fundamentals.  Most

Yes.

> newbies I have met fall into two categories.  The majority start out wanting
> to learn PHP because someone said it was easy to learn, which it is, from a
> programmers point of view.  However, when in the second week of learning
> their first programming language they can't program that PHP Database
> Content Management System with Instant Yahoo News Retrival complete with
> User Database, Forums, and Real Time Foo, they start getting upset and say
> that PHP sucks.  Those same people may also complain because they can't find
> a tutorial on how to create a Forum Database, and all they can find are
> tutorials on the basics of Database Design.

Yes.  Well put.

> I think this is the real problem.

Only if you turn it into a problem.  Ignore them.

Michael Talbot-Wilson



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]