[PHP-DB] Re: newbie question: request response

2002-02-01 Thread Luke Crouch
The real reason I'm asking is because I want to design a PHP app that uses a similar framework to a current Java/JSP app I'm developing, and I will need to use a controller php file that forwards the request and response objects it receives to another php. Java Servlets do this nicely because

Re: [PHP-DB] request and response objects?

2002-02-01 Thread Luke Crouch
Yes, that's the environment I'm coming from and am used to... -L Paul Dubois [EMAIL PROTECTED] wrote in message news:p05101403b87e54724472@[192.168.1.31]... At 12:30 -0600 1/30/02, Matthew Crouch wrote: basically a yes or no question my brother wants me to ask: Does PHP support these

[PHP-DB] Re: MySQL Update command syntax

2002-02-01 Thread Luke Crouch
Off of MySQL.com: UPDATE [LOW_PRIORITY] [IGNORE] tbl_name SET col_name1=expr1, [col_name2=expr2, ...] [WHERE where_definition] [LIMIT #] So a typical UPDATE command could be UPDATE email_table SET email = '[EMAIL PROTECTED]' WHERE id = '1'; For explanations of all args and options,

[PHP-DB] newbie question: request response

2002-01-30 Thread Luke Crouch
Does PHP have built-in support for using request and response objects? Thanks, -L -- PHP Database 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]