Search found 4 matches

by modpriest
Wed Dec 02, 2009 7:10 pm
Forum: PHP - Code
Topic: Php private port transfer: looking for suggestion!
Replies: 1
Views: 38

Php private port transfer: looking for suggestion!

I'm currently writing a script to transfer files from server to server! transfer is using private port! I'm successful writing transfer in FTP and HTTP method! but both type of method is slow! I need a faster method, faster than FTP and HTTP method! any other protocol is faster? any suggestion would...
by modpriest
Fri Aug 28, 2009 12:51 pm
Forum: General Discussion
Topic: how do network files transfer working in PHP?
Replies: 3
Views: 766

how do network files transfer working in PHP?

I primary using php script to transfer file from one server to another server using private port. I have successful transfer using ftp and http but both of the method is very very slow. Sometime i transfer very big files like 1GB, it will cost a lot of time. Any method is faster than ftp and http? W...
by modpriest
Sat Apr 11, 2009 4:57 am
Forum: PHP - Code
Topic: how to use eregi to only allow characters and underscore?
Replies: 1
Views: 105

how to use eregi to only allow characters and underscore?

i new to php, how to use eregi to only allow characters and underscore? because http://us.php.net/manual/en/function.eregi.php only show basic usage of eregi! can anyone teach me or show me the code? please help me :? :?
by modpriest
Tue Feb 26, 2008 9:49 pm
Forum: PHP - Code
Topic: How to list all open MYSQL connection using PHP?
Replies: 0
Views: 53

How to list all open MYSQL connection using PHP?

My script have a lot of connection to MYSQL database. Will i able to show all connection that opened and connected? from a single php script and all have open (on MYSQL database)!

Please help me! I'm noob! :|