[PHP] Re: PHP Security

2005-08-26 Thread mikespook
http://phpsec.org/ PHP Security Consortium this is what you want.hehe~it`s helpful "Ian C . McGarvey" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] >I have been studying PHP all summer because I wanted to put some PHP code >on my schools web site. I got to school and went to the web design teach

[PHP] Re: error while running com

2005-08-22 Thread mikespook
Could u show me ur source code? ""sangram"" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > Hi, > i had uploaded the com application on win2003 server with word 2003 > installed.It runs perfect The traffic of word files increases or other > reasons the following message starts displaying. > > Warn

[PHP] Re: exec ping

2005-08-21 Thread mikespook
The PEAR package Net_Monitor and Net_Ping is useful for you. It`s esay way to detact the host~~ ^_^ "Juan Pablo Herrera" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] Hi all! I have following script: $comando = system('ping 168.192.0.1', $nn); echo $nn; Well, i need that only show the first ten

[PHP] Re: which operating system?

2005-08-14 Thread mikespook
debian is my choice~ but usually, we use freebsd in our corp. "high traffic" I think distribution system is best way~ only php not enough~ "Sebastian" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] >I will be building a new server and wondering what would be a good choice >for php/mysql/apache ot

[PHP] Re: Large forms to Mysql table...

2005-08-14 Thread mikespook
Like this: $str = print_r($_POST, true); then insert $str into db. It`s easy way~~right? ""Andras Kende"" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] Hello, I have a html page with 70+ form fields some like 40 fields are only used for entering quantity numbersÂ… Is it a good idea to put t

[PHP] Re: PHP & smarty - nested queries and arrays

2005-08-11 Thread mikespook
Warning: Smarty error: unable to read resource: "welcome/Object.tpl" in /usr/local/lib/php/Smarty/Smarty.class.php on line 1088 You should check your Smarty`s template_dir. Put the templates into the template_dir, then the Smarty will find them. Like this: $smarty = new Smarty(); $smarty->templ