Re: [PHP] Linux ERD software

2010-02-24 Thread haliphax
Dia is also a superb diagramming software, though I don't think it generates any SQL for you when it's said and done. There are versions for several operating systems (including Linux AND Windows). // Todd

Re: [PHP] Linux ERD software

2010-02-24 Thread Ashley Sheridan
On Wed, 2010-02-24 at 11:28 -0600, haliphax wrote: Dia is also a superb diagramming software, though I don't think it generates any SQL for you when it's said and done. There are versions for several operating systems (including Linux AND Windows). // Todd Cool thanks all. I had a look

Re: [PHP] Linux ERD software

2010-02-24 Thread O. Lavell
haliphax wrote: Dia is also a superb diagramming software, though I don't think it generates any SQL for you when it's said and done. Dia can be scripted and there is some interesting looking stuff here: http://projects.gnome.org/dia/links.html (I never tried) -- PHP General Mailing List

Re: [PHP] Linux ERD software

2010-02-24 Thread Shawn McKenzie
Ashley Sheridan wrote: On Wed, 2010-02-24 at 11:28 -0600, haliphax wrote: Dia is also a superb diagramming software, though I don't think it generates any SQL for you when it's said and done. There are versions for several operating systems (including Linux AND Windows). // Todd Cool

[PHP] Linux ERD software

2010-02-18 Thread Ashley Sheridan
I don't normally need an ERD, but this latest project I'm on has some pretty complex database tables, and as I'm working with someone else on it, I need to plan out exactly how all the tables relate to each other properly. Do any of you have any suggestions for ERD software that will run on Linux.

Re: [PHP] Linux ERD software

2010-02-18 Thread Bastien Koert
On Thu, Feb 18, 2010 at 7:26 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: I don't normally need an ERD, but this latest project I'm on has some pretty complex database tables, and as I'm working with someone else on it, I need to plan out exactly how all the tables relate to each other

[PHP] linux admin needed in israel

2010-02-18 Thread Ashley Sheridan
I know it' not the right place to post this, but this is the only mailing list i'm on, and guessed this might be interesting to one of you possibly? I've a friend looking to place a Linux administrator in Israel (I've no idea what part, she didn't say) If you want, you can replay back off-list

[PHP] linux console on the PHP

2009-04-13 Thread Alejandro Esteban Galvez
Hi people. If you known any method for grant access to one user to the console of linux, using the php, can you tell me that please? I going to try explain me! I need one interface PHP, and the interface must show me one linux console and take me the control of this console. Excuse me, for my

RE: [PHP] linux console on the PHP

2009-04-13 Thread dhorton
of the $_ENV variables. David -- Original Message -- From: Alejandro Esteban Galvez alejan...@infomed.sld.cu To: php-general@lists.php.net Date: Mon, 13 Apr 2009 18:51:11 +0200 Subject: [PHP] linux console on the PHP Hi people. If you known any method for grant access to one user to the console

[PHP] linux sha1sum .vs php sha1

2009-03-20 Thread bruce
hi... doing some testing with linux sha1sum, and php's sha1 function... are they both supposed to return the same results for the same chunk of text. test file a.dat = 1234567890 linux: echo a.dat sha1sum -t!= php ? sha1(1234567890); ? any thoughts... thanks -- PHP General Mailing

Re: [PHP] linux sha1sum .vs php sha1

2009-03-20 Thread Per Jessen
bruce wrote: hi... doing some testing with linux sha1sum, and php's sha1 function... are they both supposed to return the same results for the same chunk of text. test file a.dat = 1234567890 linux: echo a.dat sha1sum -t!= php ? sha1(1234567890); ? any thoughts... Try

Re: [PHP] linux sha1sum .vs php sha1

2009-03-20 Thread Jan G.B.
well, echoing a file name and hashing this name with an added carriage return is not the same as hashing the string you can see in your file. bye echo -n 123 | sha1sum php -r 'echo sha1(123). -\n;' 2009/3/20 bruce bedoug...@earthlink.net: hi... doing some testing with linux sha1sum, and

Re: [PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-02 Thread German Geek
It seems like this solves the issue: http://pear.php.net/bugs/bug.php?id=12032 Sorry, just hadn't found this before. Tim-Hinnerk Heuer http://www.ihostnz.com On Mon, Feb 2, 2009 at 7:24 PM, Chris dmag...@gmail.com wrote: German Geek wrote: Hi All, We've got a problem with our Ubuntu

[PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-01 Thread German Geek
Hi All, We've got a problem with our Ubuntu Linux machine sending HTML emails to Outlook 2003: It's an Ubuntu Server (uname -a Linux CDR2-221 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux) with the newest version of Postfix installed as the Mail server. Unfortunately, all

Re: [PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-01 Thread Chris
German Geek wrote: Hi All, We've got a problem with our Ubuntu Linux machine sending HTML emails to Outlook 2003: It's an Ubuntu Server (uname -a Linux CDR2-221 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux) with the newest version of Postfix installed as the Mail

Re: [PHP] [Linux] PHP and SQL Server

2007-05-22 Thread David BERCOT
Hi Mike, And thank you for your help... Le Mon, 21 May 2007 13:21:35 -0400, Mike Smith [EMAIL PROTECTED] a écrit : On 5/21/07, David BERCOT [EMAIL PROTECTED] wrote: Hi Mike, Le Mon, 21 May 2007 10:24:52 -0400, Mike Smith [EMAIL PROTECTED] a écrit : David, Is MSDE running in

Re: [PHP] [Linux] PHP and SQL Server

2007-05-22 Thread Tijnema
On 5/22/07, David BERCOT [EMAIL PROTECTED] wrote: Hi Mike, And thank you for your help... Le Mon, 21 May 2007 13:21:35 -0400, Mike Smith [EMAIL PROTECTED] a écrit : On 5/21/07, David BERCOT [EMAIL PROTECTED] wrote: Hi Mike, Le Mon, 21 May 2007 10:24:52 -0400, Mike Smith [EMAIL

Re: [PHP] [Linux] PHP and SQL Server

2007-05-22 Thread David BERCOT
Le Tue, 22 May 2007 14:18:31 +0200, Tijnema [EMAIL PROTECTED] a écrit : On 5/22/07, David BERCOT [EMAIL PROTECTED] wrote: Hi Mike, And thank you for your help... Le Mon, 21 May 2007 13:21:35 -0400, Mike Smith [EMAIL PROTECTED] a écrit : On 5/21/07, David BERCOT [EMAIL PROTECTED]

[PHP] [Linux] PHP and SQL Server

2007-05-21 Thread David BERCOT
Hi, I'd like to connect to SQL Server (it is MSDE from SQL Server 2000) from PHP. My system is Debian. I've installed FreeTDS and some dependencies... Here is my /etc/freetds/freetds.conf : [global] # TDS protocol version tds version = 4.2 [etemptation] host = 10.21.2.203

Re: [PHP] [Linux] PHP and SQL Server

2007-05-21 Thread Mike Smith
On 5/21/07, David BERCOT [EMAIL PROTECTED] wrote: Hi Mike, Le Mon, 21 May 2007 10:24:52 -0400, Mike Smith [EMAIL PROTECTED] a écrit : David, Is MSDE running in mixed mode authentication? I believe by default it only uses Windows authentication. If you're not sure you can readup on how to

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-03-01 Thread Chris Lott
Thanks for the advice-- I've run Linux without a GUI for a long time, so I'm quite familiar with hand compilations-- but I always wondered if I was just missing something with packaging systems that it seemed to REQUIRE hand-compilation to get a workable development LAMP system. Anytime I tried

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-03-01 Thread John Meyer
Chris Lott wrote: Thanks for the advice-- I've run Linux without a GUI for a long time, so I'm quite familiar with hand compilations-- but I always wondered if I was just missing something with packaging systems that it seemed to REQUIRE hand-compilation to get a workable development LAMP

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-03-01 Thread Chris
Chris Lott wrote: Thanks for the advice-- I've run Linux without a GUI for a long time, so I'm quite familiar with hand compilations-- but I always wondered if I was just missing something with packaging systems that it seemed to REQUIRE hand-compilation to get a workable development LAMP

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-27 Thread John Nichel
Chris Lott wrote: I'm making the switch from Windows to Linux for mydesktop and development environment and would greatly appreciate suggestions for development tools on this platform. Ubuntu seems to be getting all the press, but suggestions about Linux distributions are welcome as well! c

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-27 Thread David Tulloh
Curt Zirzow wrote: On Sat, Feb 25, 2006 at 01:41:06PM -0900, Chris Lott wrote: I'm making the switch from Windows to Linux for mydesktop and development environment and would greatly appreciate suggestions for development tools on this platform. Ubuntu seems to be getting all the press, but

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-27 Thread Curt Zirzow
On Tue, Feb 28, 2006 at 02:13:15AM +1100, David Tulloh wrote: Curt Zirzow wrote: Before I get into what distib to use there are a few things i'd like to point out: 1) Avoid using the packaging system the OS provides for the developement server. If you do, you will be under

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-26 Thread Curt Zirzow
On Sat, Feb 25, 2006 at 01:41:06PM -0900, Chris Lott wrote: I'm making the switch from Windows to Linux for mydesktop and development environment and would greatly appreciate suggestions for development tools on this platform. Ubuntu seems to be getting all the press, but suggestions about

[PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-25 Thread Chris Lott
I'm making the switch from Windows to Linux for mydesktop and development environment and would greatly appreciate suggestions for development tools on this platform. Ubuntu seems to be getting all the press, but suggestions about Linux distributions are welcome as well! c -- PHP General Mailing

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-25 Thread chris smith
On 2/26/06, Chris Lott [EMAIL PROTECTED] wrote: I'm making the switch from Windows to Linux for mydesktop and development environment and would greatly appreciate suggestions for development tools on this platform. Ubuntu seems to be getting all the press, but suggestions about Linux

Re: [PHP] Linux distributions and tools for Linux/Apache/PHP/MySQL dev

2006-02-25 Thread Ozz
On Sun, 26 Feb 2006 09:52:43 +1100, chris smith [EMAIL PROTECTED] wrote: Ubuntu or debian are good choices (ubuntu is kept more up to date, the debian-stable branch only gets updated with security releases between major versions). Having said that, Debian Sid is usually pretty

Re: [PHP] php/linux user groups in the east bay area..

2005-11-14 Thread Richard Lynch
On Sat, November 12, 2005 2:33 pm, bruce wrote: anybody know of any php/linux/apache user groups in the east bay (dublin/pleasanton/san ramon/etc...) area? need to join one to find other like minded php/linux guys who are into developing.. You have to do some weeding, but this is pretty

[PHP] php/linux user groups in the east bay area..

2005-11-12 Thread bruce
hi.. anybody know of any php/linux/apache user groups in the east bay (dublin/pleasanton/san ramon/etc...) area? need to join one to find other like minded php/linux guys who are into developing.. thanks -bruce -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] php/linux user groups in the east bay area..

2005-11-12 Thread Esteamedpw
Check the PHP.net site or PHPClasses.org -- they both have a good list of these groups.

RE: [PHP] php/linux user groups in the east bay area..

2005-11-12 Thread bruce
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, November 12, 2005 12:58 PM To: [EMAIL PROTECTED]; php-general@lists.php.net Subject: Re: [PHP] php/linux user groups in the east bay area.. Check the PHP.net site or PHPClasses.org -- they both have a good list of these groups

Re: [PHP] Linux/PHP and Windows/MSSQL

2005-10-08 Thread Frank M. Kromann
On Thu, October 6, 2005 8:29 pm, Rick Emery wrote: Knowing that I'm not the only one to want to connect to Microsoft SQL Server on Windows from PHP and Apache on Linux, I'm seeking advice. You may want to consider using the Sybase drivers if they are available as up-to-date RPMs.

Re: [PHP] Linux/PHP and Windows/MSSQL

2005-10-07 Thread Richard Lynch
On Thu, October 6, 2005 8:29 pm, Rick Emery wrote: Knowing that I'm not the only one to want to connect to Microsoft SQL Server on Windows from PHP and Apache on Linux, I'm seeking advice. You may want to consider using the Sybase drivers if they are available as up-to-date RPMs. Last time I

[PHP] Linux/PHP and Windows/MSSQL

2005-10-06 Thread Rick Emery
Knowing that I'm not the only one to want to connect to Microsoft SQL Server on Windows from PHP and Apache on Linux, I'm seeking advice. I set up a proof-of-concept application, using Gentoo Linux (with which I'm most familiar) as my base. Being a compile-from-source distribution with a lot

RE: [PHP] Linux/PHP and Windows/MSSQL

2005-10-06 Thread Robbert van Andel
them with the older version of PHP because those notes are at work. Robbert van Andel -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 6:30 PM To: php-general@lists.php.net Subject: [PHP] Linux/PHP and Windows/MSSQL Knowing that I'm not the only

Re: [PHP] Linux/PHP and Windows/MSSQL

2005-10-06 Thread Frank M. Kromann
Hi Rick, FreeTDS is still a fast moving target and so is PHP in some areas. Getting pre-compiled RPM's would often force you to run older versions. Compiling from source enables you to keep up to date with the latest features and bug-fixes. If you are running this on multiple computers it's not a

Re: [PHP] Linux/PHP and Windows/MSSQL

2005-10-06 Thread Michael Crute
On 10/6/05, Rick Emery [EMAIL PROTECTED] wrote: Knowing that I'm not the only one to want to connect to Microsoft SQL Server on Windows from PHP and Apache on Linux, I'm seeking advice. I set up a proof-of-concept application, using Gentoo Linux (with which I'm most familiar) as my base.

[PHP] linux embedded no db which way

2005-09-14 Thread adriano ghezzi
guys hi all, quite new in this list I'm involved in a project with php in a linux embedded environment, it's impossibile to use a db server, any suggestion on how to handle few hundreds of simple records ? tia - happy work with php! -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] linux embedded no db which way

2005-09-14 Thread Gustav Wiberg
- Original Message - From: adriano ghezzi [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, September 14, 2005 8:57 AM Subject: [PHP] linux embedded no db which way guys hi all, quite new in this list I'm involved in a project with php in a linux embedded environment

Re: [PHP] linux embedded no db which way

2005-09-14 Thread Jasper Bryant-Greene
adriano ghezzi wrote: guys hi all, quite new in this list I'm involved in a project with php in a linux embedded environment, it's impossibile to use a db server, any suggestion on how to handle few hundreds of simple records ? A text file, comma-separated or similar? http://php.net/fputcsv

Re: [PHP] linux embedded no db which way

2005-09-14 Thread Kevin Waterson
This one time, at band camp, adriano ghezzi [EMAIL PROTECTED] wrote: guys hi all, quite new in this list I'm involved in a project with php in a linux embedded environment, it's impossibile to use a db server, any suggestion on how to handle few hundreds of simple records ? sqlite.org SQLite

Fwd: [PHP] linux embedded no db which way(2)

2005-09-14 Thread adriano ghezzi
-- Forwarded message -- From: Jasper Bryant-Greene [EMAIL PROTECTED] Date: 14-set-2005 9.01 Subject: Re: [PHP] linux embedded no db which way To: php-general@lists.php.net adriano ghezzi wrote: guys hi all, quite new in this list I'm involved in a project with php in a linux

Re: [PHP] linux php editor

2005-06-08 Thread [EMAIL PROTECTED]
On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. -afan On 6/6/05, Clive Zagno [EMAIL PROTECTED] wrote: what php GUI editors do you recommend. any other recommendations, thanks -- PHP

Re: [PHP] linux php editor

2005-06-08 Thread [EMAIL PROTECTED]
On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. my $.02 :) -afan On 6/6/05, Clive Zagno [EMAIL PROTECTED] wrote: what php GUI editors do you recommend. any other recommendations, thanks

Re: [PHP] linux php editor

2005-06-08 Thread Chris Boget
On windows platform I use HomeSite 5.5 and I'm more then happy. I was a big proponent of HS for the longest time until I played around with Visual Slickedit. I very quickly switched and never looked back. VS is infinitely more feature rich than is HS. thnx, Chris -- PHP General Mailing List

Re: [PHP] linux php editor

2005-06-08 Thread Matthew Weier O'Phinney
* [EMAIL PROTECTED] [EMAIL PROTECTED] : On windows platform I use HomeSite 5.5 and I'm more then happy. On Linux platform QuantaPlus For small and fast changes on file vi/vim is the best. You know that vim exists for windows, right? and that it can be used for large changes as well? (I use vim

RE: [PHP] linux php editor

2005-06-07 Thread Miguel Guirao
Try NVU, from www.nvu.org -Original Message- From: Clive Zagno [mailto:[EMAIL PROTECTED] Sent: Lunes, 06 de Junio de 2005 09:09 p.m. To: php Subject: Re: [PHP] linux php editor the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new

Re: [PHP] linux php editor

2005-06-07 Thread Greg Donald
On 6/7/05, Miguel Guirao [EMAIL PROTECTED] wrote: Try NVU, from www.nvu.org I don't see any sort of text editor there. -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] linux php editor

2005-06-07 Thread Jim Moseby
On 6/7/05, Miguel Guirao [EMAIL PROTECTED] wrote: Try NVU, from www.nvu.org I don't see any sort of text editor there. Try NVU.com JM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] linux php editor

2005-06-07 Thread Chris Boget
Slickedit has a linux flavor and is an exceptional IDE (in general; at least, on Windows). http://www.slickedit.com thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] linux php editor

2005-06-07 Thread Miguel Guirao
Yeah, maybe JM is correct!! Thanks!!! -Original Message- From: Jim Moseby [mailto:[EMAIL PROTECTED] Sent: Martes, 07 de Junio de 2005 09:43 a.m. To: php-general@lists.php.net Subject: RE: [PHP] linux php editor On 6/7/05, Miguel Guirao [EMAIL PROTECTED] wrote: Try NVU, from

[PHP] linux php editor

2005-06-06 Thread Clive Zagno
what php GUI editors do you recommend. Ive used bluefish before, any other recommendations, thanks clive -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] linux php editor

2005-06-06 Thread Jack Jackson
Clive Zagno wrote: what php GUI editors do you recommend. Ive used bluefish before, any other recommendations, thanks clive I love Jedit http://www.jedit.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] linux php editor

2005-06-06 Thread Greg Donald
On 6/6/05, Clive Zagno [EMAIL PROTECTED] wrote: what php GUI editors do you recommend. any other recommendations, thanks vim -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] linux php editor

2005-06-06 Thread John Nichel
Greg Donald wrote: On 6/6/05, Clive Zagno [EMAIL PROTECTED] wrote: what php GUI editors do you recommend. any other recommendations, thanks vim You newbies and your fancy editors. Back in my day, you got vi, and you were happy with it. ;) -- John C. Nichel ÜberGeek KegWorks.com

Re: [PHP] linux php editor

2005-06-06 Thread Greg Donald
On 6/6/05, John Nichel [EMAIL PROTECTED] wrote: You newbies and your fancy editors. Back in my day, you got vi, and you were happy with it. ;) # dd if=/dev/tty of=/dev/hda1 -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] linux php editor

2005-06-06 Thread John Nichel
Greg Donald wrote: On 6/6/05, John Nichel [EMAIL PROTECTED] wrote: You newbies and your fancy editors. Back in my day, you got vi, and you were happy with it. ;) # dd if=/dev/tty of=/dev/hda1 Now we just need the punch card people to speak up. -- John C. Nichel ÜberGeek KegWorks.com

Re: [PHP] linux php editor

2005-06-06 Thread Rory Browne
Cut the red, connect the blue, and green.. In seriousness though I like vim, and Kate. On 6/6/05, John Nichel [EMAIL PROTECTED] wrote: Greg Donald wrote: On 6/6/05, John Nichel [EMAIL PROTECTED] wrote: You newbies and your fancy editors. Back in my day, you got vi, and you

Re: [PHP] linux php editor

2005-06-06 Thread Clive Zagno
the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new projects as web applications and using php/mysql. On windows I used ultredit, then I found a product called phpedit, which I liked, now Im trying to move to linux. what I really want

Re: [PHP] linux php editor

2005-06-06 Thread John Nichel
Clive Zagno wrote: the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new projects as web applications and using php/mysql. On windows I used ultredit, then I found a product called phpedit, which I liked, now Im trying to move to linux.

Re: [PHP] linux php editor

2005-06-06 Thread JB05UK
Clive Zagno wrote: what I really want is a app that can do that predictive text thing, you know when it start showing me the possible php syntax as Im typing it in. Two reasons for this is it help with debugging as I get the syntax correct the first time and secondly I think its cool.

Re: [PHP] linux php editor

2005-06-06 Thread Marek Kilimajer
Clive Zagno wrote: the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new projects as web applications and using php/mysql. On windows I used ultredit, then I found a product called phpedit, which I liked, now Im trying to move to linux.

Re: [PHP] linux php editor

2005-06-06 Thread Danny Brow
On Mon, 2005-06-06 at 18:09 -0800, Clive Zagno wrote: the truth is Ive been developing on windows, because of some .net developments. Ive been starting most new projects as web applications and using php/mysql. On windows I used ultredit, then I found a product called phpedit, which I

Re: [PHP] linux php editor... Quanta +... The best!

2005-06-06 Thread Andy Pieters
On Monday 06 June 2005 21:41, Clive Zagno wrote: what php GUI editors do you recommend. Ive used bluefish before, any other recommendations, thanks Hi I have been using Quanta + ever since I discovered it. Try it you'll like it too. Features include (but not limited to) code completion,

Re: [PHP] linux php editor... Quanta +... The best!

2005-06-06 Thread Rory Browne
Is there a particular reason why you changed the subject? It screws up threads on some clients - including mine. On 6/6/05, Andy Pieters [EMAIL PROTECTED] wrote: On Monday 06 June 2005 21:41, Clive Zagno wrote: what php GUI editors do you recommend. Ive used bluefish before, any other

Re: [PHP] linux php editor... Quanta +... The best!

2005-06-06 Thread Andy Pieters
On Monday 06 June 2005 23:05, Rory Browne wrote: Is there a particular reason why you changed the subject? It screws up threads on some clients - including mine. Well I wanted it to stand out. Didn't realize it would break the threads though. I thought K-Mail put in additional headers to

Re: [PHP] linux php editor... Quanta +... The best!

2005-06-06 Thread Robert Cummings
On Mon, 2005-06-06 at 18:14, Andy Pieters wrote: On Monday 06 June 2005 23:05, Rory Browne wrote: Is there a particular reason why you changed the subject? It screws up threads on some clients - including mine. Well I wanted it to stand out. I didn't know the mailing list was a

Re: [PHP] linux php editor... Quanta +... The best!

2005-06-06 Thread Greg Donald
On 6/6/05, Robert Cummings [EMAIL PROTECTED] wrote: I didn't know the mailing list was a popularity contest :/ It's not? Man.. -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Linux PHP CLI and Environment variables

2005-01-27 Thread Marek Kilimajer
Michael Gale wrote: Hello, I am running php 4.3.7 with ncurses support. I want to create a small app using php and ncurses but I will need to get some information from the shell environment variables. I have searched every where ...is this possible ? Michael.

Re: [PHP] Linux PHP CLI and Environment variables

2005-01-26 Thread Josip Dzolonga
On Wed, 2005-01-26 at 22:38 -0700, Michael Gale wrote: I have searched every where ...is this possible ? Well, take a look here http://www.php.net/manual/en/function.shell-exec.php . So you can exec an echo command and get the result. -- Josip Dzolonga, dzolonga at mt dot net dot mk -- PHP

[PHP] Linux PHP CLI and Environment variables

2005-01-26 Thread Michael Gale
Hello, I am running php 4.3.7 with ncurses support. I want to create a small app using php and ncurses but I will need to get some information from the shell environment variables. I have searched every where ...is this possible ? Michael. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Linux PHP CLI and Environment variables

2005-01-26 Thread Burhan Khalid
Michael Gale wrote: Hello, I am running php 4.3.7 with ncurses support. I want to create a small app using php and ncurses but I will need to get some information from the shell environment variables. I have searched every where ...is this possible ?

[PHP] LINUX: Problem with php installation

2004-11-10 Thread abhilash kumar
I installed latest version of PHP from the source on a AMD ATHELON64 system with REDHAT 9.0 installed with apache server 2. There were no error upon running configure or make or make install I have checked the instalation procedures many times now but I get a blank screen on the mozilla browser.

Re: [PHP] LINUX: Problem with php installation

2004-11-10 Thread Greg Donald
On Wed, 10 Nov 2004 20:34:46 + (GMT), abhilash kumar [EMAIL PROTECTED] wrote: The error log file is showing Segmentation fault. Did you happen to try display_startup_errors = On in your php.ini.. I'm not sure but it might provide a more informative error message. -- Greg Donald Zend

[PHP] PHP Linux locate to html script?

2004-09-03 Thread BOOT
Does anyone have a script that can be used to call linux's locate command and display the results in a browser? I don't think it would be that hard and will make an effort today... Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread John Nichel
BOOT wrote: Does anyone have a script that can be used to call linux's locate command and display the results in a browser? I don't think it would be that hard and will make an effort today... Thanks! http://us4.php.net/manual/en/function.exec.php -- John C. Nichel ÜberGeek KegWorks.com

[PHP] Re: PHP Linux locate to html script?

2004-09-03 Thread Ben Ramsey
Have you taken a look at the passthru() function? http://www.php.net/passthru Boot wrote: Does anyone have a script that can be used to call linux's locate command and display the results in a browser? I don't think it would be that hard and will make an effort today... -- Regards, Ben Ramsey

RE: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Jay Blanchard
[snip] Does anyone have a script that can be used to call linux's locate command and display the results in a browser? I don't think it would be that hard and will make an effort today... [/snip] exec(locate foo); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Paul Fine
Thanks but that's no good if there are multiple results! -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: September 3, 2004 1:40 PM To: BOOT; [EMAIL PROTECTED] Subject: RE: [PHP] PHP Linux locate to html script? [snip] Does anyone have a script that can be used

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Ben Ramsey
According to the manual, exec() does not output anything. It simply returns the last line from the result of the command. The OP wants to display the output of 'locate' to the browser, so he should use passthru(), which displays all raw output. Jay Blanchard wrote: [snip] Does anyone have a

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread lonewolf
?php $items = passthru('locate whatever'); echo htmlbodyP; echo $items; echo /P/body/html; ? - Original Message - From: BOOT [EMAIL PROTECTED] Date: Friday, September 3, 2004 1:46 pm Subject: [PHP] PHP Linux locate to html script? Does anyone have a script that can be used to call

RE: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Jay Blanchard
[snip] Thanks but that's no good if there are multiple results! ... Does anyone have a script that can be used to call linux's locate command and display the results in a browser? ... [/snip] exec(locate foo); [/snip] So you want something like while(bar == exec(locate foo)) barArray[]

RE: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Paul Fine
Great thanks... now I just work on a form and a hrefs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: September 3, 2004 1:49 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] PHP Linux locate to html script? ?php $items = passthru('locate

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Jason Davidson
I assume you mean locating something on the server, as this would be a serious breech of security otherwise. anyways, bickticks will run shell comand line programs and return the output.. ie print `locate myFile'`; jason BOOT [EMAIL PROTECTED] wrote: Does anyone have a script that can be

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Greg Donald
On Fri, 2004-09-03 at 12:46, BOOT wrote: Does anyone have a script that can be used to call linux's locate command and display the results in a browser? ?php echo `locate locate`; ? -- Greg Donald -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread BOOT
Thanks for all the replies. Regarding security, I use a script to ensure (hopefully LOL) that only requests from inside our network are accepted both hostnames and IP's are checked. I did find lonewolf's reply most usefull, but now I need to come up with way to make each result (a href...)

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread lonewolf
, September 3, 2004 2:44 pm Subject: Re: [PHP] PHP Linux locate to html script? According to the manual, exec() does not output anything. It simply returns the last line from the result of the command. The OP wants to display the output of 'locate' to the browser, so he should use passthru

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread John Nichel
BOOT wrote: Thanks for all the replies. Regarding security, I use a script to ensure (hopefully LOL) that only requests from inside our network are accepted both hostnames and IP's are checked. I did find lonewolf's reply most usefull, but now I need to come up with way to make each result (a

RE: [PHP] PHP Linux locate to html script?

2004-09-03 Thread Jay Blanchard
[snip] According to the manual, exec() does not output anything. It simply returns the last line from the result of the command. The OP wants to display the output of 'locate' to the browser, so he should use passthru(), which displays all raw output. [/snip] Cool -- PHP General Mailing

Re: [PHP] PHP Linux locate to html script?

2004-09-03 Thread John Nichel
John Nichel wrote: $output = array(); exec ( locate whatever $output ); And loop thru the $output array. It's all in the manual http://us4.php.net/manual/en/function.exec.php Oops, I forgot the comma... exec ( locate whatever, $output ); -- By-Tor.com It's all about the Rush

[PHP] Linux command in PHP

2004-05-12 Thread Mike Mapsnac
I have script that basically process a file. If something found in the file, the script send email. Today I tried to add another option, that gives sound and send email. The script works ok when I run from shell. But when I add the code to cronjob, the email is send but NO SOUND. Any ideas

RE: [PHP] Linux command in PHP

2004-05-12 Thread Jay Blanchard
[snip] Today I tried to add another option, that gives sound and send email. The script works ok when I run from shell. But when I add the code to cronjob, the email is send but NO SOUND. Any ideas what can cause such problem? # Below the code that start the xmms sound $alert = /usr/bin/xmms

Re: [PHP] Linux command in PHP

2004-05-12 Thread Curt Zirzow
* Thus wrote Mike Mapsnac ([EMAIL PROTECTED]): I have script that basically process a file. If something found in the file, the script send email. Today I tried to add another option, that gives sound and send email. The script works ok when I run from shell. But when I add the code to

[PHP] Linux tools for PHP

2004-03-08 Thread Thiago Silva
Hello All. For all of you working with PHP on a GNU/Linux machine: What development tools (editors, debuggers, modeling tools, SGBDs) do you or your team use? Thanks, Thiago Silva -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Linux tools for PHP

2004-03-08 Thread Jason Davidson
Hey, tools i like using are. nedit - main editor i use vi - for quick or network edits apache - webserver ive tried some of the ide's and other editors like kate, quantra and such, and i constantly fall back to Nedit, for its simplicity. My only feature request for nedit, would be tabbed

Re: [PHP] Linux tools for PHP

2004-03-08 Thread Thiago Silva
Interesting, this management tool. And debuggers? Do you use any? Jason Davidson wrote: Hey, tools i like using are. nedit - main editor i use vi - for quick or network edits apache - webserver ive tried some of the ide's and other editors like kate, quantra and such, and i constantly fall back

RE: [PHP] Linux tools for PHP

2004-03-08 Thread Shahed, Raja
Try Emacs. Takes time to learn but real stuff Or vi Cheers Reverand Raja -Original Message- From: Thiago Silva [mailto:[EMAIL PROTECTED] Sent: lunedì 8 marzo 2004 17.54 To: [EMAIL PROTECTED] Subject: Re: [PHP] Linux tools for PHP Interesting, this management tool

  1   2   3   >