;." $last,";
} else {
$text="$text"."$firstname"." $middlename"." $lastname,";
}
$text="$text"." $affil";
if ( $abs ) {
$text="$text"."$seminartitle";
} else {
$text="$text"
Take a look at the source HTML in your browser - you may be getting some
"<" for example which would do that.
I really can't tell what it is for sure, but looking at the HTML source
is generally a good idea...
Bogdan
Yuan Lu wrote:
>I am new to PHP and MySQL, and appreciate your help greatly
I am new to PHP and MySQL, and appreciate your help greatly.
I create a simple one table database to list the seminar list. The fields
are name of the speaker and the title along with other information. I used
phpMyAdmin-2.2.1 to input the data and see that all the fields , including
the fields t
3 matches
Mail list logo