Re: [PHP-WIN] @EXEC command not work :(

2010-05-24 Thread Niel Archer
> Hello, > > PHP is installed in c:\program files\php > the PHP script are in network drive \\xxx.xxx.xxx.xxx\scriptdir\ > in the PHP script, we try to launch the command @exec(...) with a > executable located in c:\program files\ourexecutable\ > > it's not work :( > > but if we move the PHP sc

[PHP-WIN] Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-24 Thread Niel Archer
> Hi Chaitanya, > > I have used the below script but its not meeting my requirements. What I > need is that I have a database in which their are names which I wanted to > use as keywords. I want to search with only one variable called Names. the > other stuff will come along with it. Please help

[PHP-WIN] @EXEC command not work :(

2010-05-24 Thread loki
Hello, PHP is installed in c:\program files\php the PHP script are in network drive \\xxx.xxx.xxx.xxx\scriptdir\ in the PHP script, we try to launch the command @exec(...) with a executable located in c:\program files\ourexecutable\ it's not work :( but if we move the PHP script from \\xxx.xx

Re: [PHP-WIN] Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-24 Thread Bill Mudry
At 02:01 AM 24/05/2010, you wrote: Hi Chaitanya, I have used the below script but its not meeting my requirements. What I need is that I have a database in which their are names which I wanted to use as keywords. I want to search with only one variable called Names. the other stuff will come al