Search found 8 matches
- Thu Jun 15, 2006 7:18 am
- Forum: General Discussion
- Topic: What's your favourite PHP Editor?
- Replies: 533
- Views: 235148
- Thu Jun 15, 2006 7:14 am
- Forum: Linux
- Topic: PHP+mysqli on OBSD wont compile
- Replies: 1
- Views: 1674
PHP+mysqli on OBSD wont compile
hi, ive been trying to compile PHP with mysqli-support on my openbsd-box for some time now, but i cant seem to get it right. this is the configure-line i try to use: ./configure --enable-fastcgi --enable-discard-path --enable-force-redirect --with-mysqli=/usr/local/mysql/bin/mysql_config --with-gd -...
- Wed Jun 14, 2006 8:21 pm
- Forum: PHP - Code
- Topic: counting files in directories
- Replies: 4
- Views: 340
not sure about effectiveness but i like this way:
Code: Select all
$num = shell_exec("ls /path/to/dir|wc -l");- Wed Jun 14, 2006 8:16 pm
- Forum: General Discussion
- Topic: Introduce Yourself!
- Replies: 1043
- Views: 780292
hello, im from sweden and im 18 years old. id consider myself a pretty low level php-coder since ive only worked on small personal projects. i got into unix-like operating systems about three years ago and im now using it pretty much exclusively, except for the times that the gamer in me takes over ...
- Wed Jun 14, 2006 5:38 pm
- Forum: Linux
- Topic: Linux GUI FTP software that doesn't rocket my CPU usage??
- Replies: 14
- Views: 8015
if you use KDE you could try kftpgrabber. i used it a while ago and it seemed pretty decent.
[/url]http://kftpgrabber.sourceforge.net/[/url]
[/url]http://kftpgrabber.sourceforge.net/[/url]
- Wed Jun 14, 2006 5:36 pm
- Forum: Linux
- Topic: Problem with linux command line
- Replies: 2
- Views: 1961
- Wed Jun 14, 2006 5:33 pm
- Forum: Linux
- Topic: So many variations of Linux ..
- Replies: 6
- Views: 3250
i started out with slackware which i believe is considered a pretty difficult ditribution to start with. but i think it taught me the basic things i needed to know, such as compiling programs and so on. im pretty sure i wouldnt have done it without the help from friends who already were pretty advan...