RE: [PHP] PHP and SQL help

2002-03-05 Thread Lu, Yuan
;." $last,"; } else { $text="$text"."$firstname"." $middlename"." $lastname,"; } $text="$text"." $affil"; if ( $abs ) { $text="$text"."$seminartitle"; } else { $text="$text"

Re: [PHP] PHP and SQL help

2002-03-04 Thread Bogdan Stancescu
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

[PHP] PHP and SQL help

2002-03-04 Thread Yuan Lu
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