[PHP] install PHP --with-java on FreeBSD. No luck.

2001-07-27 Thread SlowPork
/native_threads I run 'ld' . Seems it finds most dynamic links. # ld /usr/local/linux-jdk1.3.1/jre/lib/i386/libjava.so /usr/libexec/elf/ld: warning: cannot find entry symbol _start; not setting start address Thank you. slowpork at hotmail.com

Re: [PHP] How to split results on multiply pages?

2001-07-29 Thread SlowPork
Check out PEAR. There is a class that do that for you. -slowpork Hi, I've made a nice working skript for managing MySQL database of about 300 records (this is my first PHP script). But I don't know how to split search results on pages? Does anyone have an example of such script for me