Re: [PHP] Pagination need help1)

2004-11-04 Thread Sebastiano Cascione
Use 2 queries. 1) SELECT * FROM cars WHERE ... ORDER BY... "; 1) SELECT * FROM cars WHERE ... ORDER BY... LIMIT $record_x_page OFFSET $page"; With the firsth query print pages numbers at the bottom of the html page. With the second one print the records list. Every time you click on the page nu

Re: [PHP] text email & new line

2004-11-02 Thread Sebastiano Cascione
Use \r\n Some pop server doesn't support other special characters. Sebastiano Alle 17:12, martedì 2 novembre 2004, Jerry Swanson ha scritto: > I'm sending text email. How I can make new line. > "\n" seems to be not working. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi