[PHP] Remote Desktop Management

2010-03-17 Thread Al Mangkok
Hi all, Am looking for Remote Desktop Management system that is written with PHP. Appreciate all feedback. TIA -- al

Re: [PHP] open source bookshop

2010-03-17 Thread Kevin Kinsey
Ali Reza Sajedi wrote: Hello all, Does anybody know a good open source bookshop/bookstore system written in php+mysql? Google and sourceforge search didn't yield good results. Any hint would be very much appreciated. SAM'S published a PHP book some years ago that had just such an app in "d

Re: [PHP] I need a fresh look at storing variables in MySQL

2010-03-17 Thread Tommy Pham
On Sat, Mar 13, 2010 at 11:10 AM, tedd wrote: > Hi gang: > > I just completed writing a survey that has approximately 180 questions in it > and I need a fresh look at how to store the results so I can use them later. > > The survey requires the responder to identify themselves via an > authorizati

Re: [PHP] Re: PHP in HTML code

2010-03-17 Thread tedd
At 11:59 AM -0700 3/17/10, Tommy Pham wrote: http://www.php.net/manual/en/language.basic-syntax.phpmode.php "There are four different pairs of opening and closing tags which can be used in PHP. Two of those, and , are always available. The other two are short tags and ASP style tags, and can b

Re: [PHP] fresh look at storing variables in MySQL [Solution]

2010-03-17 Thread tedd
At 1:10 PM -0500 3/13/10, tedd wrote: I just completed writing a survey that has approximately 180 questions in it and I need a fresh look at how to store the results so I can use them later. I decided to store all questions/answers pairs in MySQL as individual records. Now I could have seria

Re: [PHP] open source bookshop

2010-03-17 Thread Tommy Pham
On Wed, Mar 17, 2010 at 1:06 PM, Tommy Pham wrote: > On Wed, Mar 17, 2010 at 12:48 PM, Ali Reza Sajedi > wrote: >> Hello all, >> >> Thanks very much for your kind feedback sofar. >> >> I know of many shop and cms systems written in php. >> >> However, what I am looking for is a system developed s

Re: [PHP] open source bookshop

2010-03-17 Thread Tommy Pham
On Wed, Mar 17, 2010 at 12:48 PM, Ali Reza Sajedi wrote: > Hello all, > > Thanks very much for your kind feedback sofar. > > I know of many shop and cms systems written in php. > > However, what I am looking for is a system developed specifically for books. > > And, as mentioned hier such a system

Re: [PHP] open source bookshop

2010-03-17 Thread Ali Reza Sajedi
Hello all, Thanks very much for your kind feedback sofar. I know of many shop and cms systems written in php. However, what I am looking for is a system developed specifically for books. And, as mentioned hier such a system has its own specific requirements that other generic systems do not

Re: [PHP] open source bookshop

2010-03-17 Thread O. Lavell
Tommy Pham wrote: > Ali Reza Sajedi wrote: >> Hello all, >> >> Does anybody know a good open source bookshop/bookstore system written >> in php+mysql? > Sounds like you're looking for an e-commerce solution. You mean a webshop? > Did you search for 'open source e-commerce' ? It could be that a

Re: [PHP] Re: PHP in HTML code

2010-03-17 Thread Tommy Pham
On Wed, Mar 17, 2010 at 11:01 AM, Rene Veerman wrote: > hmm.. seems easier to me to push a filetree of .php's with the str_replace(), than it is to get all the with your wishes, which may not apply to their situation ;-) > > On Wed, Mar 17, 2010 at 5:14 PM, tedd wrote: >> At 8:55 PM -0400 3/16/

Re: [PHP] open source bookshop

2010-03-17 Thread Tommy Pham
On Wed, Mar 17, 2010 at 7:55 AM, Ali Reza Sajedi wrote: > Hello all, > > Does anybody know a good open source bookshop/bookstore system written in > php+mysql? > > Google and sourceforge search didn't yield good results. > > Any hint would be very much appreciated. > > Ali > > -- > PHP General Mai

Re: [PHP] Re: PHP in HTML code

2010-03-17 Thread Rene Veerman
hmm.. seems easier to me to push a filetree of .php's with wrote: > At 8:55 PM -0400 3/16/10, Adam Richardson wrote: >> >> That said, I'm not taking exception with those who don't use the short >> tag, only with those who say I shouldn't. > > Exception or not, it's still your choice and using shor

[PHP] Re: natural language processing (nlp) (was: natural text / human text analysis)

2010-03-17 Thread Rene Veerman
Thanks for the links.. But i think i'll keep at it on my own. I may be interested to set up a competitor to the companies of which you gave links. I've built a nice datamodel today, which i think will return even better results than zemanta. But what do you mean by "linked data", Nathan? On Wed,

Re: [PHP] Re: PHP in HTML code

2010-03-17 Thread tedd
At 8:55 PM -0400 3/16/10, Adam Richardson wrote: That said, I'm not taking exception with those who don't use the short tag, only with those who say I shouldn't. Exception or not, it's still your choice and using short tags can cause problems. My view, why create problems when there is a sol

RE: [PHP] $_FILE array being truncated

2010-03-17 Thread Ford, Mike
> -Original Message- > From: Kim Madsen [mailto:php@emax.dk] > Sent: 16 March 2010 18:54 > when the field is changed (onChange()) or out of focus (is there > such a > function? onUnFocus()? :-)). onBlur() (Keeping the A as short as the Q is OT!) Cheers! Mike -- Mike Ford, Electr

[PHP] Re: natural language processing (nlp) (was: natural text / human text analysis)

2010-03-17 Thread Nathan Rixham
Rene Veerman wrote: > I've browsed wikipedia, sf.net and google for code & papers on what is > commonly known as NLP. > ... > It's an interesting problem though, and probably a profitable one, so > i'm going to spend some time trying to come up with something better > from scratch. > > On Sun, Mar

RE: [PHP] best way to set up an include path for a multi-level project?

2010-03-17 Thread Teus Benschop
> let me emphasize that the layout of the entire "proj" directory will > be consistent across all users and all machines since it will > represent a single SVN checkout, so that's not an issue. of course, > anyone will be free to check it out anywhere they want but once they > do, its structure wi

[PHP] open source bookshop

2010-03-17 Thread Ali Reza Sajedi
Hello all, Does anybody know a good open source bookshop/bookstore system written in php+mysql? Google and sourceforge search didn't yield good results. Any hint would be very much appreciated. Ali -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

RE: [PHP] best way to set up an include path for a multi-level project?

2010-03-17 Thread Robert P. J. Day
On Wed, 17 Mar 2010, Bob McConnell wrote: > I suspect you will have to manage that on a machine by machine > basis, unless you can convince the entire development team to create > a common directory structure that encompasses all projects. i'm not sure what you mean by the above. while that si

RE: [PHP] best way to set up an include path for a multi-level project?

2010-03-17 Thread Robert P. J. Day
On Wed, 17 Mar 2010, Bob McConnell wrote: ... snip ... > IOW, you want to point into the first project's test directory from > other projects when you can't know the relative paths between those > projects? > > I suspect you will have to manage that on a machine by machine > basis, unless you can

[PHP] Re: different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Shawn McKenzie
Stanislaw V. Smetanin wrote: > Hi there. > > the problem: > I want to disable mail() function in the one of virtual hosts' that > use PHP(I use mod_php for apache2), and regarding to the > http://www.php.net/manual/en/ini.core.php#ini.disable-functions I > can't use directives like php_value, etc,

[PHP] natural language processing (nlp) (was: natural text / human text analysis)

2010-03-17 Thread Rene Veerman
I've browsed wikipedia, sf.net and google for code & papers on what is commonly known as NLP. I haven't found thesaurus software for native php/mysql, wordnet which is apparently the leader, provides os-native apps, and "db files" without db structure and not in any sql format (looks like cvs with

RE: [PHP] best way to set up an include path for a multi-level project?

2010-03-17 Thread Bob McConnell
From: Robert P. J. Day > On Tue, 16 Mar 2010, John Black wrote: >> On 03/16/2010 06:57 PM, Robert P. J. Day wrote: >> >i have a project (let's call it "proj") which lives in the "proj" >> > directory and which contains several subdirs, some of which might >> > contain their own subdirs and so

Re: [PHP] Need routine to tell me number of dimensions in array.

2010-03-17 Thread Richard Quadling
On 17 March 2010 01:10, Robert Cummings wrote: > > Rene Veerman wrote: >> >> maybe you should be foreach()ing with references? >> php.net : search "foreach" : >> >> >> As of PHP 5, you can easily modify array's elements by preceding >> $value with &. This will assign reference instead of copying t

Re: [PHP] different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Ashley Sheridan
On Wed, 2010-03-17 at 12:34 +0200, Rene Veerman wrote: > i dunno about overriding the entire php function, but you can disable > mail() in the virtualhost section of your apache config with the > following line: > > php_value disabled_functions mail > > On Wed, Mar 17, 2010 at 9:58 AM, Stanislaw

Re: [PHP] different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Rene Veerman
i dunno about overriding the entire php function, but you can disable mail() in the virtualhost section of your apache config with the following line: php_value disabled_functions mail On Wed, Mar 17, 2010 at 9:58 AM, Stanislaw V. Smetanin wrote: > Hi there. > > the problem: > I want to disable

Re: [PHP] best way to set up an include path for a multi-level project?

2010-03-17 Thread Robert P. J. Day
On Tue, 16 Mar 2010, John Black wrote: > On 03/16/2010 06:57 PM, Robert P. J. Day wrote: > >i have a project (let's call it "proj") which lives in the "proj" > > directory and which contains several subdirs, some of which might > > contain their own subdirs and so on. some of those subdirs mi

[PHP] different php.ini for virtual host on apache2 with mod_php5

2010-03-17 Thread Stanislaw V. Smetanin
Hi there. the problem: I want to disable mail() function in the one of virtual hosts' that use PHP(I use mod_php for apache2), and regarding to the http://www.php.net/manual/en/ini.core.php#ini.disable-functions I can't use directives like php_value, etc, because value of disable_functions can be