Don wrote:
> I have a web page that contains various graphics and text.  At the
> bottom of the page, I have a table of one row by two columns.  Using
> PHP
>
> and MySQL (I already know that PHP can access MySQL databases), I
> want to read data from a table and dynamically grow my table (add
> several rows, each with two columns).
>
> So I am guessing that I will be inserting PHP code and HTML code
> intertwined?
>
> IS PHP my ticket for accomplishing the above?

It is one possible solution to your problem, yes.
ASP, JSP and ColdFusion can do this as well, but being a PHP-lover I 
would recommend PHP. Hell, I know _why_ I love PHP...

Wagner

-- 
Three may keep a secret, if two of them are dead.

-- 
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]

Reply via email to