Re: Selecting Distinct with MySQL and PHP4??

2001-06-10 Thread Jeffrey L. Fitzgerald
Howdy Hi, Any word on how to select distinct database records using PHP code?? Thanks in advance... - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the lis

CGI/Perl and MySQL (OT?)

2001-06-05 Thread Jeffrey L. Fitzgerald
Trying to get text from a CGI textarea box to go into MySQL with the line breaks instead on generic \n breaks. Is there an easy way to parse the var and make the necessary change? Currently the text coming back from the database is all runs together in the web browser...