On Monday 18 November 2002 23:19, Clint Tredway wrote:
> I just pulled out the code that I needed help with.
>
> I did as was suggested before and now it only outputs to the first
> variable.

> ###                     <td>.$title.</td>

You did not do as was suggested.

You need to do something like:

$message = 'some html stuff and now here comes
            a variable called name ' . $name . ' and some more html
            and another variable ' . $title . ' etc etc';

Try something simple first with a couple of lines. When you get the hang on of 
it then build something more complex.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Schshschshchsch.
                -- The Gorn, "Arena", stardate 3046.2
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to