[newbie] PHP commandline

2004-08-21 Thread Paul
Hi everyone,

I found an article somewhere that states that PHP is also usable from
the cli. Does anyone know which RPM(s) I should install for that? I have
looked on the CD's (mdk 10 powerpack) and cannot find it. And on
rpmfind.net I get confused also...

Thanks for pointers!
Paul

-- 
How come the Americans choose from just two people to run for President
and fifty for Miss America?

http://www.nlpagan.net/linux.htm
Have you visited http://twiki.mdklinuxfaq.org yet?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHP commandline

2004-08-21 Thread Jason Riker
Paul,

I read a little of that article too.  I believe it was from Linux
Journal.  IIRC, it stated that it was included by default if you
compiled PHP by yourself.  It went on to give a command you could issue
(php -v, I believe) that would let you know whether or net CLI support
was included.

Hope that helps.  Good luck.

Jason

On Sat, 2004-08-21 at 12:20, Paul wrote:
 Hi everyone,
 
 I found an article somewhere that states that PHP is also usable from
 the cli. Does anyone know which RPM(s) I should install for that? I have
 looked on the CD's (mdk 10 powerpack) and cannot find it. And on
 rpmfind.net I get confused also...
 
 Thanks for pointers!
 Paul



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHP and Mysql Question

2004-08-04 Thread Clint Harshaw
Tony S. Sykes wrote:
Not so much a Mandrake question, but I collect data off of a server and I want to show 
the data in a graph on the web. I assume the best way is import the data into mysql 
and present it using PHP. Does anybody do this at the moment? How easy difficult is it 
to show the data in a graph. Any links are much appreciated.
Thanks,
Tony.
Hi Tony:
I regularly use PHP/MySQL for my web-db work, but when it comes to 
graphics, I routinely use Perl because it just seems to have a richer 
library of read-to-use scripts. That may have changed, however. Here's 
one brief example:

http://penguinsolutions.org/mathematics.png
There are many good resources on the web for Perl's graphics scripts, 
and one really good book to take a peek at:

Perl Graphics Programming, 1st edition, by Shawn Wallace
http://www.penguinsolutions.org/books/bookdetail.php?book_id=2
This text actually is the second book related to Perl's graphics 
capabilities that Wallace has done, but this one is full of the details 
you need.

Here are some web resources:
http://www.devpapers.com/article/128
http://forums.devshed.com/archive/t-11416
http://linuxgazette.com/issue83/padala.html
http://www.wdvl.com/Authoring/Languages/Perl/Weave/chart1-4.html
http://gdchart.freeservers.com/gdchart/docs/pie_chart.html
http://www.devchannel.org/devtoolschannel/04/04/13/1429242.shtml
Hope this helps,
Clint

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] PHP and Mysql Question

2004-08-04 Thread Tony S. Sykes
Thanks Clint, it looks like I could be learning Perl now.

Thanks,

Tony.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Clint Harshaw
 Sent: Wednesday, August 04, 2004 1:16 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] PHP and Mysql Question
 
 
 Tony S. Sykes wrote:
  Not so much a Mandrake question, but I collect data off of 
 a server and I want to show the data in a graph on the web. I 
 assume the best way is import the data into mysql and present 
 it using PHP. Does anybody do this at the moment? How easy 
 difficult is it to show the data in a graph. Any links are 
 much appreciated.
  
  Thanks,
  
  Tony.
  
 
 Hi Tony:
 
 I regularly use PHP/MySQL for my web-db work, but when it comes to 
 graphics, I routinely use Perl because it just seems to have a richer 
 library of read-to-use scripts. That may have changed, 
 however. Here's 
 one brief example:
 
 http://penguinsolutions.org/mathematics.png
 
 There are many good resources on the web for Perl's graphics scripts, 
 and one really good book to take a peek at:
 
 Perl Graphics Programming, 1st edition, by Shawn Wallace
 http://www.penguinsolutions.org/books/bookdetail.php?book_id=2
 
 This text actually is the second book related to Perl's graphics 
 capabilities that Wallace has done, but this one is full of 
 the details 
 you need.
 
 Here are some web resources:
 http://www.devpapers.com/article/128
 http://forums.devshed.com/archive/t-11416
 http://linuxgazette.com/issue83/padala.html
 http://www.wdvl.com/Authoring/Languages/Perl/Weave/chart1-4.html
 http://gdchart.freeservers.com/gdchart/docs/pie_chart.html
 http://www.devchannel.org/devtoolschannel/04/04/13/1429242.shtml
 
 Hope this helps,
 Clint
 
 


-+-+-+-+-+-+-+-+-+ Business Computer Projects - Disclaimer -+-+-+-+-+-+-+-+-+-
This message, and any associated attachment is confidential.  If you have received
it in error, please delete it from your system, do not use or disclose the information
in any way, and notify either the sender or [EMAIL PROTECTED] immediately.
The contents of this message may contain personal views which are not necessarily 
the views of Business Computer Projects Ltd., unless specifically stated.  Whilst every
effort has been made to ensure that emails and their attachments are virus free, it is 
the responsibility of the recipient(s) to verify the integrity of such emails.
Business Computer Projects Ltd
BCP House
151 Charles Street
Stockport
Cheshire
SK1 3JY
Tel: +44 (0)161 355-3000
Fax: +44 (0)161 355-3001
Web: http://www.bcpsoftware.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHP and Mysql Question

2004-08-04 Thread yankl
On Wednesday 04 August 2004 06:42 am, Tony S. Sykes wrote:
 Not so much a Mandrake question, but I collect data off of a server and I
 want to show the data in a graph on the web. I assume the best way is
 import the data into mysql and present it using PHP. Does anybody do this
 at the moment? How easy difficult is it to show the data in a graph. Any
 links are much appreciated.

 Thanks,

 Tony.


PHP and GD library search internet for that.
 

-- 
Yankl
Tiny IT guy.
100 % Micro$oft free.
Registered linux users 181086
URL: http://yankele.com
---
To mess up a Linux box, you need to work at it; to mess up your Windows
box, you just need to work on it.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] PHP Compiler Cache

2004-07-21 Thread EE
Dears,

Does LM10 come with a PHP Compiler cache? If yes, what is it?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHP 5.0.0

2004-07-14 Thread Thereidos
Dnia ro 14. lipca 2004 06:34, EE napisa:
 Just out of the oven, PHP 5 has been officially released. Will it be
 included in the next LM version. Is there an RPM to upgrade the current
 PHP coming with LM9.2/10.

It has been released yesterday (13 July) so I doubt that there's any rpm 
package ready. You'll have to download the sources and compile it yourself.
I believe you know where to find them...
-- 
Cezary Thereidos Morga [EMAIL PROTECTED]
GG# 169903 ; ICQ# 328700565
Jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] PHP 5.0.0

2004-07-13 Thread EE
Just out of the oven, PHP 5 has been officially released. Will it be 
included in the next LM version. Is there an RPM to upgrade the current 
PHP coming with LM9.2/10.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] PHP nuke problem

2004-04-24 Thread Nigel Wilkinson
Hi

I've installed the PHP nuke and mysql rpm's but when I try to access PHP 
nuke I just get a blank page. Any pointers would be appreciated.

I'm using mandrake 9.1

Cheers
Nigel

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] PHP nuke problem

2004-04-24 Thread Josh
Check the docs folder for installation instructions.  If I remember
correctly, you have to modify some config files to connect to your db, and
run a few scripts to create tables.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nigel Wilkinson
Sent: Saturday, April 24, 2004 8:23 AM
To: [EMAIL PROTECTED]
Subject: [newbie] PHP nuke problem

Hi

I've installed the PHP nuke and mysql rpm's but when I try to access PHP 
nuke I just get a blank page. Any pointers would be appreciated.

I'm using mandrake 9.1

Cheers
Nigel




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] PHP Programming

2003-09-01 Thread Brant Fitzsimmons
Bryan Phinney wrote:

This is probably off-topic, but does anyone on the list know anything about 
php programming.  I have an open-source application that was developed to 
catalog DVD's and movies.  It pulls information directly from the Internet 
Movie Database to fill out key parts of the films.  Makes it very convenient 
to add new movies.  Anyway, IMDB appears to have changed its format and I 
can't seem to figure out how to alter the original program to fix it.  
Thought someone here might want to take a crack at it.  Let me know if anyone 
here thinks they are interested.

The software is called MovieCollector and was original developed by Olaf 
Stauffer.

Do you have a link for MovieCollector?

--
Brant Fitzsimmons
[EMAIL PROTECTED]
___
Linux user #322847 | Linux machine #207465 | http://counter.li.org/
   AMD Duron 1.3GHz | Mandrake 9.1 | Kernel 2.4.21-0.16mm-mdk
   KDE 3.1.3 | Mozilla 1.4 Mail Client
Uptime:
16:05:01 up 3 days, 21:06,  1 user,  load average: 0.42, 0.38, 0.44
___
All truth passes through three stages. First, it is ridiculed.
Second, it is violently opposed. Third, it is accepted as being
self-evident.
-Arthur Schopenhauer (1788-1860)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PHP Programming

2003-09-01 Thread Bryan Phinney
On Monday 01 September 2003 04:08 pm, Brant Fitzsimmons wrote:
 Bryan Phinney wrote:

 Do you have a link for MovieCollector?

I have a link, but the page is no longer up.  I suspect that the author may 
have stopped supporting the application.  I have managed to make some slight 
alterations and I have it downloading the majority of info from imdb 
currently, just a slight parsing problem with cast and I am still not getting 
the plot summary in the download.  But everything else comes down okay.  I 
suppose my current version is workable although I may continue to hack at it 
to try to get the other stuff to work.

-- 
Bryan Phinney
Software Test Engineer


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] php software

2003-07-30 Thread linux
Zitat von Brant Fitzsimmons [EMAIL PROTECTED]:

 [EMAIL PROTECTED] wrote:
 
 hi 
 i'm looking for an php editor. followinf features would be nice: 
 ftp-support - online editing of files 
 small explorer to open files 
 syntax highligthing 
  
 it would be nice if the editor also supports java, java script, html. 
  
 any good ideas? 
  
 i heard from eclipse but i think its only for java development... am i
 right? 
  
 remo
 
 
 Quanta Plus will edit just about everything (PHP, HTML, Perl, Python, 
 BASH, XML, Java, etc., etc.). It also has ftp capabilities and a preview 
 feature.
 
 Online editing of files is a bad idea.  I've known too many Front Page 
 users who lost their sites because they edited online, had a server 
 crash or web host mistake, and lost everything.  It is much better to 
 edit locally, preview locally (using Apache, PHP, and MySQL), and then 
 to upload everything.

quanta is a very good tool! :) thank you
online editing is not a problem on the server, cause the server is standing in 
my place ;) but i dont want to edit the pages in the basement :p

greets remo

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] php software

2003-07-29 Thread linux
hi 
i'm looking for an php editor. followinf features would be nice: 
ftp-support - online editing of files 
small explorer to open files 
syntax highligthing 
 
it would be nice if the editor also supports java, java script, html. 
 
any good ideas? 
 
i heard from eclipse but i think its only for java development... am i right? 
 
remo 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] php software

2003-07-29 Thread Robin Turner
[EMAIL PROTECTED] wrote:
hi 
i'm looking for an php editor. followinf features would be nice: 
ftp-support - online editing of files 
small explorer to open files 
syntax highligthing 
 
it would be nice if the editor also supports java, java script, html. 
 
any good ideas? 
 
i heard from eclipse but i think its only for java development... am i right? 
 
Kwrite does most of this.  I haven't used it for PHP, but I use it a lot 
for Perl.  No preview, but then why not just use your browser, since 
you're editing web pages?

Sir Robin

--
There are other rules, but you'll find out what those are when you 
break them.
- Blake's 7

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] php software

2003-07-29 Thread Brant Fitzsimmons
[EMAIL PROTECTED] wrote:

hi 
i'm looking for an php editor. followinf features would be nice: 
ftp-support - online editing of files 
small explorer to open files 
syntax highligthing 

it would be nice if the editor also supports java, java script, html. 

any good ideas? 

i heard from eclipse but i think its only for java development... am i right? 

remo

Quanta Plus will edit just about everything (PHP, HTML, Perl, Python, 
BASH, XML, Java, etc., etc.). It also has ftp capabilities and a preview 
feature.

Online editing of files is a bad idea.  I've known too many Front Page 
users who lost their sites because they edited online, had a server 
crash or web host mistake, and lost everything.  It is much better to 
edit locally, preview locally (using Apache, PHP, and MySQL), and then 
to upload everything.

--
Brant Fitzsimmons
[EMAIL PROTECTED]

Liberty means responsibility. That is why most men dread it.
-George Bernard Shaw, Man and Superman (1903)
Maxims for Revolutionists



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] PHP nuke 6.0 post install

2003-04-06 Thread Jeff
Hello Everyone,
  I am trying to find the 'Password' that needs
changing in /usr/share/doc/PHP-nuke-6.0/nuke.sql
following the directions from   
/usr/share/doc/PHP-nuke-6.0/README.first and it's just
not there.  I am using nano and a ^W yields nothing
for password, Password, or PASSWORD.  I looked through
the file and even tried grep but can't find anything
like a password.  Any ideas?  I really don't think
proceeding without a password would yield good
results.

TIA

Jeff 

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Anne Wilson
On Sunday 19 Jan 2003 6:37 pm, Charlie wrote:
 On Sunday 19 January 2003 11:11 am, Anthony Abby wrote:
  Just in case no one had happen to notice this
  http://phpnuke.org/modules.php?name=Newsfile=articlesid=5325mode=orde
 r= 0thold=0
 
  Am I wrong here?  Didn't Mandrake support Burzi from the beginning of
  his project?

 You aren't wrong. Mandrake supported a lot of projects that will (possibly)
 run for the hills since the bankruptcy protection application.

 It's all about who writes (can write) the checks. Show me the money in
 other words.

 I can't really blame him or anyone else with a project under development.

 Developers have to eat too.

I can.  Not for moving, but for despicable slights on Mandrake when they have 
supported him.

Anne
-- 
Registered Linux User No.293302



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Sascha Noyes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 19 January 2003 01:37 pm, Anne Wilson wrote:
 On Sunday 19 Jan 2003 6:37 pm, Charlie wrote:
  On Sunday 19 January 2003 11:11 am, Anthony Abby wrote:
   Just in case no one had happen to notice this
   http://phpnuke.org/modules.php?name=Newsfile=articlesid=5325mode=or
  de r= 0thold=0
  
   Am I wrong here?  Didn't Mandrake support Burzi from the beginning of
   his project?
 
  You aren't wrong. Mandrake supported a lot of projects that will
  (possibly) run for the hills since the bankruptcy protection application.
 
  It's all about who writes (can write) the checks. Show me the money
  in other words.
 
  I can't really blame him or anyone else with a project under development.
 
  Developers have to eat too.

 I can.  Not for moving, but for despicable slights on Mandrake when they
 have supported him.

 Anne

I also can, as he is not being paid by RedHat.

Sascha

- -- 
Please encrypt all correspondence.
PGP key available from:
http://individual.utoronto.ca/noyes/snoyes.asc
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+KvUGgzJdfX+cTW8RAl30AJ0fpf7nlFkOmVuMvtjiiR6o+i9SCgCgjdPj
eWUrr1AViWB+zpUdIEKZFhU=
=7Yvn
-END PGP SIGNATURE-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Charlie
On Sunday 19 January 2003 11:37 am, Anne Wilson wrote:
snip
  I can't really blame him or anyone else with a project under development.
 
  Developers have to eat too.

 I can.  Not for moving, but for despicable slights on Mandrake when they
 have supported him.

 Anne

Hi Anne;

Understandable and agreed but I don't think I was clear. What I should have 
posted was; 

I understand why a developer with an open project would abandon ship if 
he/she/they were getting any sort of support from a distribution vendor. 
Sorry for not being clear on that point previously.

His comments about Mandrake however were completely out of line. I agree with 
that statement completely. 

As for what level and kind of support was in place, I have no idea; but I 
don't really think Mandrake needs fair weather friends that would be 
inclined to crap on the distribution or company just for a sponsorship deal 
of some sort from a competitor.

Do you? I've never liked the colour of that hat anyway.

Regards;

-- 
Charlie
Edmonton,AB,Canada
Registered user 244963 http://counter.li.org
You can't take damsel here now.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Anne Wilson
On Sunday 19 Jan 2003 7:58 pm, Charlie wrote:
 On Sunday 19 January 2003 11:37 am, Anne Wilson wrote:
 snip

   I can't really blame him or anyone else with a project under
   development.
  
   Developers have to eat too.
 
  I can.  Not for moving, but for despicable slights on Mandrake when they
  have supported him.
 
  Anne

 Hi Anne;

 Understandable and agreed but I don't think I was clear. What I should have
 posted was;

 I understand why a developer with an open project would abandon ship if
 he/she/they were getting any sort of support from a distribution vendor.
 Sorry for not being clear on that point previously.

 His comments about Mandrake however were completely out of line. I agree
 with that statement completely.

 As for what level and kind of support was in place, I have no idea; but I
 don't really think Mandrake needs fair weather friends that would be
 inclined to crap on the distribution or company just for a sponsorship deal
 of some sort from a competitor.

 Do you? I've never liked the colour of that hat anyway.

OK - seems we are pretty much in agreement :)

Anne
-- 
Registered Linux User No.293302



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Stephen Kuhn
On Mon, 2003-01-20 at 05:37, Anne Wilson wrote:

  Developers have to eat too.
 
 I can.  Not for moving, but for despicable slights on Mandrake when they have 
 supported him.
 
 Anne

Look at it this way - if your job is on the line because you drive a
Ford and the Ford keeps choking and puking, and then you find out that
Ford might be out of business soon, are you going to continue to drive
the Ford, or are you going to buy a Honda that you KNOW is more reliable
instead?

Overall, sure, it's nice to be DEDICATED to a particular distribution of
linux, but c'mon - the guys working on linux overall - don't slight him
for his preference.

I have MY preferences - and strong opinions to back my preferences up -
but I'm not going to slight anyone for using say, Suse or
Debian...everyone has their own cuppa tea...so it's useless for anyone
to digress into slamming anyone...

Developers do quite a bit of work - heaps of work in fact - and they
deserve stability - it's a pain to write code on a machine that isn't
performing to your specifications or needs...

At least the guy didn't say he's not going to write code for PHP
excluding Mandrake, did he? Nah...so that's a good thing!

Peace! (And I drive a Honda - and I was born in Detroit - so as far as
loyalty to a product goes, I've just slighted Ford, Chevy/GM and
Chrysler, didn't I?)

-- 
Mon Jan 20 17:25:01 EST 2003
  5:25pm  up 4 days,  3:08,  6 users,  load average: 0.02, 0.05, 0.13
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  || |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`'   | Berkeley, New South Wales, AU   |
--
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
--

Absence makes the heart grow frantic.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Todd Slater
On 20 Jan 2003 17:34:37 +1100
Stephen Kuhn [EMAIL PROTECTED] wrote:
snip
 
 Peace! (And I drive a Honda - and I was born in Detroit - so as far as
 loyalty to a product goes, I've just slighted Ford, Chevy/GM and
 Chrysler, didn't I?)

Do they have roads in Australia?

(I used to live in Mexico and when I came back to the US I taught
hight school Spanish; that's one of the questions my students asked me :))

Todd


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Anthony Abby
Just in case no one had happen to notice this
http://phpnuke.org/modules.php?name=Newsfile=articlesid=5325mode=order=0thold=0

Am I wrong here?  Didn't Mandrake support Burzi from the beginning of
his project?


-- 
Anthony Abby - http://www.aplusdata.com
Comic Book Community News   |  Web Programming
Inventory Control, Auction, Management  |  Cold Fusion
   PHP  ASP



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Anthony Abby
On Sun, 2003-01-19 at 13:37, Anne Wilson wrote:
 On Sunday 19 Jan 2003 6:37 pm, Charlie wrote:
  On Sunday 19 January 2003 11:11 am, Anthony Abby wrote:
   Just in case no one had happen to notice this
   http://phpnuke.org/modules.php?name=Newsfile=articlesid=5325mode=orde
  r= 0thold=0
  
   Am I wrong here?  Didn't Mandrake support Burzi from the beginning of
   his project?
 
  You aren't wrong. Mandrake supported a lot of projects that will (possibly)
  run for the hills since the bankruptcy protection application.
 
  It's all about who writes (can write) the checks. Show me the money in
  other words.
 
  I can't really blame him or anyone else with a project under development.
 
  Developers have to eat too.
 
 I can.  Not for moving, but for despicable slights on Mandrake when they have 
 supported him.

Yes he did make some unsupported claims about Redhat/Mandrake, which is
pretty weird in and of itself.  But I wasn't aware he was a paid
employee of Mandrake.  Can anyone substantiate that?  Everything I'd
read about PHP-Nuke prior to adopting it as the basis for my website a
few weeks ago, simply stated Mandrake provided un-named support since
the inception of the project.  Can anyone shed some light on exactly
what support Mandrake provided him?  I'd certainly like to know more.




-- 
Anthony Abby - http://www.aplusdata.com
Comic Book Community News   |  Web Programming
Inventory Control, Auction, Management  |  Cold Fusion
   PHP  ASP



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP-Nuke..... check this out!

2003-01-19 Thread Stephen Kuhn
On Mon, 2003-01-20 at 17:43, Todd Slater wrote:
 On 20 Jan 2003 17:34:37 +1100
 Stephen Kuhn [EMAIL PROTECTED] wrote:
 snip
  
  Peace! (And I drive a Honda - and I was born in Detroit - so as far as
  loyalty to a product goes, I've just slighted Ford, Chevy/GM and
  Chrysler, didn't I?)
 
 Do they have roads in Australia?
 
 (I used to live in Mexico and when I came back to the US I taught
 hight school Spanish; that's one of the questions my students asked me :))
 
 Todd
 

(g)

Yeah we have roads, but they're backwards mate. You drive down north,
and up south...none of the roads are paved, we all have 'roos and
wombats in our backyards, we all wear akubras and shorts that are two
sizes too small, jackboots and blue singlets, we eat koalas for brekkie
and sleep in the open bush at night.

(Oh, by the way, Chevy's in Australia are not Chevy's - or GM's - it's
HOLDEN - so the age old Ford vs Chevy competition is VERY alive here -
and very vehement as well - even moreso than back home in the US)

-- 
Mon Jan 20 18:20:00 EST 2003
  6:20pm  up 4 days,  4:03,  6 users,  load average: 0.02, 0.07, 0.08
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  || |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`'   | Berkeley, New South Wales, AU   |
--
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
--

beta test, v:
To voluntarily entrust one's data, one's livelihood and one's
sanity to hardware or software intended to destroy all three.
In earlier days, virgins were often selected to beta test volcanos.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP Editor

2002-12-13 Thread Dennis Myers
On Thursday 12 December 2002 10:14 pm, Warren Post wrote:
 El jue, 12-12-2002 a las 04:55, Mr. VLE79E escribió:
  Anyway knows a good PHP Code Editor that support indentation and text
  highlighting

 Bluefish. It's on your installation disks.

Quanta+ is pretty nice, I use it frequently. Straightforward and functional.
-- 
Dennis M.  linux user # 180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] PHP Editor

2002-12-12 Thread Mr. VLE79E
Anyway knows a good PHP Code Editor that support indentation and text 
highlighting

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP Editor

2002-12-12 Thread Ralph Slooten
I use bluefish, but I don't know if it's exactly what you are looking
for. Try it (it's on your cd's)...

Ralph

On Thu, 12 Dec 2002 04:55:34 -0600
Mr. VLE79E [EMAIL PROTECTED] wrote:

 Anyway knows a good PHP Code Editor that support indentation and text 
 highlighting

-- 
Homepage:   http://tuxpower.f2g.net/
Jabber server:  http://axljab.homelinux.org:8080/


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP Editor

2002-12-12 Thread Stephen Kuhn
On Thu, 2002-12-12 at 22:21, Ralph Slooten wrote:
 I use bluefish, but I don't know if it's exactly what you are looking
 for. Try it (it's on your cd's)...
 
 Ralph

What's wrong with vim? (g)

-- 
Thu Dec 12 22:30:01 EST 2002
 10:30pm  up 1 day, 14:52,  7 users,  load average: 0.47, 0.56, 0.80

   .o0 linux user:267497 0o.

|____  | kühn media australia
|   /  \ /| |'-.   | http://kma.0catch.com
|  .\__/ || |   |  | 
|   _ /  `._ \|_|_.-'  | stephen kühn
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED]
|  |/ ._/  || |  email: [EMAIL PROTECTED]
|  |'.  `\ | | |icq: 5483808
|  ;/ / | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389
|  '  `-`'   | Berkeley, New South Wales, AU

Coralament*Best Grötens*Liebe Grüße*Best Regards*Elkorajn Salutojn

Take time to reflect on all the things you have, not as a result of your
merit or hard work or because God or chance or the efforts of other people
have given them to you.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP Editor

2002-12-12 Thread Stefano Pogliani
I use Jedit
/stefano

Mr. VLE79E wrote:


Anyway knows a good PHP Code Editor that support indentation and text 
highlighting

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] PHP Editor

2002-12-12 Thread Warren Post
El jue, 12-12-2002 a las 04:55, Mr. VLE79E escribió:
 Anyway knows a good PHP Code Editor that support indentation and text 
 highlighting

Bluefish. It's on your installation disks.
-- 
Warren Post
Santa Rosa de Copán, Honduras
http://srcopan.vze.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] PHP on mdk9

2002-11-19 Thread Fabrice Mous
Hello all,

I'm having trouble to get PHP-file read by my browser on Mandrake 9.0.

Installed:
- PHP4
- Apache
- Mysql

in /etc/httpd/conf/commonhttpd.conf
I comment out:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

restarted httpd but konqueror or mozilla keeps trying to save to file instead 
of viewing. 

What am I doing wrong?

Fab


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] php session problem

2002-03-28 Thread Baris Simsek

hi,

i installed Mandrake 8.2 with Apache+mod_php+php+mysql

I can't use session. I developed a program under Slackware 8.0. it is working. But it 
doesnt work under 8.2. I checked and i see that, when a browser connect to page, php 
opens separate sesison for each page. For that it can not follow session.

has anybody see this problem?

:wq



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] PHP and GD library

2001-09-25 Thread Paul Cox

On Saturday, Sep 22, 2001, Colin Jenkins wrote:

 I have php running with lm8 and need to use the GD library.
   PHP works ok, but I'm  not sure if the GD library is
   enabled/installed as my script won't work.
   Can anyone guide me through enabling it in linux?
   (with windows you just edit the php.ini file)

First, make sure you have it installed... type 'rpm -q php-gd' at a
command line and tell us the output...

-- 
Paul Cox paul at coxcentral dot com
Kernel: 2.4.7-12.3mdk  -  Uptime: 7 days 12 hours 3 minutes.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] php and apache

2001-08-14 Thread Mark Johnson

Ok, i installed php ( rpm -ivh php-4.0.3pl1-1mdk.i586.rpm ) and created  an
index.php and when I try to hit it, the web browser prompts me as if I was
tryint to download a file.

In my httpd.conf I have:

DirectoryIndex index.html index.php index.htm index.shtml index.cgi
Default.htm default.htm index.php3
AddType application/x-httpd-php .phtml .php
LoadModule php4_modulemodules/libphp4.so
AddModule mod_php4.c

is this wrong, or is there some other setting that i need to try?

I can run php from the command line just fine...






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



Re: [newbie] php and apache

2001-08-14 Thread Michael D. Viron

Mark,

Install mod_php-*, and you should no longer have the problem.

By the way, 4.0.3pl1 has some problems--you may want to think about getting
the 4.0.4pl1 rpms from any of mandrake's update sites.

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems  Administration Consultant
Web Spinners, University of West Florida

At 05:24 PM 08/14/2001 -0500, Mark Johnson wrote:
Ok, i installed php ( rpm -ivh php-4.0.3pl1-1mdk.i586.rpm ) and created  an
index.php and when I try to hit it, the web browser prompts me as if I was
tryint to download a file.

In my httpd.conf I have:

   DirectoryIndex index.html index.php index.htm index.shtml index.cgi
Default.htm default.htm index.php3
   AddType application/x-httpd-php .phtml .php
   LoadModule php4_modulemodules/libphp4.so
   AddModule mod_php4.c

is this wrong, or is there some other setting that i need to try?

I can run php from the command line just fine...




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



RE: [newbie] PHP

2001-07-16 Thread Dennis Herndon




RE: [newbie] PHP

2001-07-16 Thread Michael D. Viron

Dennis,

To post php files to the internet, they either must be under the webroot
directory (in your case /var/www/html) or under ~username/public_html.

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems  Administration Consultant
Web Spinners, University of West Florida

At 07:29 PM 07/16/2001 -0400, Dennis Herndon wrote:
I have configured PHP and MySql using version 8.0.  The rpm's do all the
work.  My question is how to post my php files.  I ended up logging in as
root and created a subdirectory under:
/var/www/html/php.   I tried to give myself permission to the directory and
as part of user group apache.   

I'm working with a really good book called PHP and MYSQL.  I didn't
realize that PHP was so complex.  I love it!





Re: [newbie] PHP

2001-07-16 Thread Dave Sherman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Under normal circumstances, only people with special permissions (like 
root) are allowed to work with the root web directory.

For normal users creating a personal website, and for people with their 
own domain hosted at their ISP, the website is actually in their home 
directory, often in a web or www subdirectory -- thus, $HOME/www or 
$HOME/web.

The apache web server is then configured to allow user web directories, 
and if a URL like 'www.ispdomain.net/~username/' is requested, apache is 
smart enough to look in /home/username/www for an index.html file, or load 
the specific file requested. PHP just goes along for the ride -- if apache 
can read from a user's home directory or www subdirectory, then so can php.

It's the same for domains hosted at a hosting company. The apache server 
is configured so that www.yourdomain.com is redirected to 
$HOME/www (or whatever). When you ftp to your website to upload 
files, you are actually being deposited into your home directory.

The ISP does all this configuration for you when you set up an account, so 
that it is transparent to the user. If you are hosting your own website on 
your own server, then you can either put your website in webroot, or (my 
preference) put it in your $HOME/www directory, and configure apache to 
look there for your particular domain. This approach allows you to add 
other domains later, and simply place them in their own user directories 
- -- without messing up the webroot directory.

Dave

On Monday 16 July 2001 21:05, thus spake Dennis Herndon:
 Thanks - I already know that.  I guess I'm saying that as username
 DENNIS, I want to post what I created.   When username DENNIS, try to
 copy files or create a PHP file under the webroot, I get a permission
 error.  So I cheat and log in as ROOT to do the posting and everything
 is just fine.

 So how users post to the apache?When I use AOL and my website, I
 have permission to FTP my files to that directory.
 thanks.


- -- 
Nihil tam munitum quod non expugnari pecunia possit. (No 
fortification is such that it cannot be subdued with money.)
- - Marcus Tullius Cicero, 106-43 B.C.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7U6WaOiMJhTaLf3MRAgkwAJ4s9RM9xjNhNLxZzR/F2Pft7kdJ/gCfV6H6
/iSggqMLBmiK7C7wtkQko+I=
=sk8X
-END PGP SIGNATURE-




RE: [newbie] PHP

2001-07-16 Thread Dennis Herndon

excellent!  This is the answer I was looking for.   While I am learning to
program PHP and MYSQL and even using Screem or other software to play around
with, I would rather not do it as root.

I guess I can find the how to configure in the Apache help files.  I will
look as soon as I get home!  



-Original Message-
From: Dave Sherman [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 16, 2001 22:40
To: [EMAIL PROTECTED]
Subject: Re: [newbie] PHP


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Under normal circumstances, only people with special permissions (like 
root) are allowed to work with the root web directory.

For normal users creating a personal website, and for people with their 
own domain hosted at their ISP, the website is actually in their home 
directory, often in a web or www subdirectory -- thus, $HOME/www or 
$HOME/web.

The apache web server is then configured to allow user web directories, 
and if a URL like 'www.ispdomain.net/~username/' is requested, apache is 
smart enough to look in /home/username/www for an index.html file, or load 
the specific file requested. PHP just goes along for the ride -- if apache 
can read from a user's home directory or www subdirectory, then so can php.

It's the same for domains hosted at a hosting company. The apache server 
is configured so that www.yourdomain.com is redirected to 
$HOME/www (or whatever). When you ftp to your website to upload 
files, you are actually being deposited into your home directory.

The ISP does all this configuration for you when you set up an account, so 
that it is transparent to the user. If you are hosting your own website on 
your own server, then you can either put your website in webroot, or (my 
preference) put it in your $HOME/www directory, and configure apache to 
look there for your particular domain. This approach allows you to add 
other domains later, and simply place them in their own user directories 
- -- without messing up the webroot directory.

Dave

On Monday 16 July 2001 21:05, thus spake Dennis Herndon:
 Thanks - I already know that.  I guess I'm saying that as username
 DENNIS, I want to post what I created.   When username DENNIS, try to
 copy files or create a PHP file under the webroot, I get a permission
 error.  So I cheat and log in as ROOT to do the posting and everything
 is just fine.

 So how users post to the apache?When I use AOL and my website, I
 have permission to FTP my files to that directory.
 thanks.


- -- 
Nihil tam munitum quod non expugnari pecunia possit. (No 
fortification is such that it cannot be subdued with money.)
- - Marcus Tullius Cicero, 106-43 B.C.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7U6WaOiMJhTaLf3MRAgkwAJ4s9RM9xjNhNLxZzR/F2Pft7kdJ/gCfV6H6
/iSggqMLBmiK7C7wtkQko+I=
=sk8X
-END PGP SIGNATURE-




Re: [newbie] PHP

2001-07-15 Thread Dave Sherman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jhun,

In Mandrake 7.2, there is an Apache rpm that is preconfigured for php. All 
you need to do is install the correct apache package, then install the 
appropriate php package(s) as well, and do the final configuration per the 
documentation.

I would assume Mandrake 8.0 has a similar set of configured packages, if 
you are at that version.

Dave

On Friday 13 July 2001 16:12, thus spake jhun bacala:
 Hello all,

 I want to enable my web server to run PHP scripts. I know that you have
 to add some modules or something to Apache so that it i can run PHP
 scripts. But my problem is I don't know were to get that module and I
 think it's mod_php.

 And can someone give me some instructions on how to add that module to
 my apache server?
 I'm still learning this Linux stuff, so pardon my ignorance.

 Thanks A Lot.
 Jhun

 -
 http://www.nccc.com.ph

- -- 
Nihil tam munitum quod non expugnari pecunia possit. (No 
fortification is such that it cannot be subdued with money.)
- - Marcus Tullius Cicero, 106-43 B.C.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7UmMmOiMJhTaLf3MRAhFLAJ47M9oBYaM9IcenUunWHfJee1YSpgCfU9wL
mEbKSHvJplRnuTkbqZNpfX8=
=ImoP
-END PGP SIGNATURE-




Fwd: Re: [newbie] PHP

2001-07-15 Thread Jhun Bacala

Sorry for typo...
I mean it doesn't have the PHP module in it.


Date: Mon, 16 Jul 2001 12:20:50 +0800
To: Dave Sherman [EMAIL PROTECTED]
From: Jhun Bacala [EMAIL PROTECTED]
Subject: Re: [newbie] PHP
Cc: [EMAIL PROTECTED]

Dave,

Thanks for the tip, But what I have is LM ver7.0 and I do not use the 
pre-configured Apache that come with it
instead I installed the Apache 1.3.17 that I've download from the apache 
site. It seems to me that It doesn't have the Apache module in it.
LM ver7.0 to me is working fine so I have plans yet of upgrading it to ver 8.0

Jhun
At 11:44 AM 7/16/01, you wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jhun,

In Mandrake 7.2, there is an Apache rpm that is preconfigured for php. All
you need to do is install the correct apache package, then install the
appropriate php package(s) as well, and do the final configuration per the
documentation.

I would assume Mandrake 8.0 has a similar set of configured packages, if
you are at that version.

Dave

On Friday 13 July 2001 16:12, thus spake jhun bacala:
  Hello all,
 
  I want to enable my web server to run PHP scripts. I know that you have
  to add some modules or something to Apache so that it i can run PHP
  scripts. But my problem is I don't know were to get that module and I
  think it's mod_php.
 
  And can someone give me some instructions on how to add that module to
  my apache server?
  I'm still learning this Linux stuff, so pardon my ignorance.
 
  Thanks A Lot.
  Jhun
 
  -
  http://www.nccc.com.ph

- --
Nihil tam munitum quod non expugnari pecunia possit. (No
fortification is such that it cannot be subdued with money.)
- - Marcus Tullius Cicero, 106-43 B.C.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7UmMmOiMJhTaLf3MRAhFLAJ47M9oBYaM9IcenUunWHfJee1YSpgCfU9wL
mEbKSHvJplRnuTkbqZNpfX8=
=ImoP
-END PGP SIGNATURE-





Re: [newbie] PHP

2001-07-15 Thread Michael D. Viron

Jhun,

In that case, I'm pretty sure you'll have to recompile from source.  The
latest apache is available from
http://httpd.apache.org/dist/httpd/apache_1.3.20.tar.gz, and the php module
is available from http://www.php.net/downloads.php.

You should also make sure if you want to database driven web pages, to get
either postgresql (http://www.postgresql.org) or MySQL (http://www.mysql.com).

A step by step guide is available from
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ .

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems  Administration Consultant
Web Spinners, University of West Florida

At 12:20 PM 07/16/2001 +0800, Jhun Bacala wrote:
Dave,

Thanks for the tip, But what I have is LM ver7.0 and I do not use the 
pre-configured Apache that come with it
instead I installed the Apache 1.3.17 that I've download from the apache 
site. It seems to me that It doesn't have the Apache module in it.
LM ver7.0 to me is working fine so I have plans yet of upgrading it to ver
8.0

Jhun
At 11:44 AM 7/16/01, you wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jhun,

In Mandrake 7.2, there is an Apache rpm that is preconfigured for php. All
you need to do is install the correct apache package, then install the
appropriate php package(s) as well, and do the final configuration per the
documentation.

I would assume Mandrake 8.0 has a similar set of configured packages, if
you are at that version.

Dave

On Friday 13 July 2001 16:12, thus spake jhun bacala:
  Hello all,
 
  I want to enable my web server to run PHP scripts. I know that you have
  to add some modules or something to Apache so that it i can run PHP
  scripts. But my problem is I don't know were to get that module and I
  think it's mod_php.
 
  And can someone give me some instructions on how to add that module to
  my apache server?
  I'm still learning this Linux stuff, so pardon my ignorance.
 
  Thanks A Lot.
  Jhun
 
  -
  http://www.nccc.com.ph

- --
Nihil tam munitum quod non expugnari pecunia possit. (No
fortification is such that it cannot be subdued with money.)
- - Marcus Tullius Cicero, 106-43 B.C.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7UmMmOiMJhTaLf3MRAhFLAJ47M9oBYaM9IcenUunWHfJee1YSpgCfU9wL
mEbKSHvJplRnuTkbqZNpfX8=
=ImoP
-END PGP SIGNATURE-






[newbie] PHP

2001-05-14 Thread Mike Hyde

I need to add snmp to php for an application I am trying to run.  How do I
do that?


Thanks
Mike






[newbie] PHP

2001-02-23 Thread Édison Andrés

Hello all,

For job with PHP I need to make a directory php?  where should I create
it?
Do I need to configurate the server web?

My server web is Apache.

Thanks for all

--
dison Andrs Rivera Norea
Ingeniero de Sistemas
Departamento de Informtica
Universidad de San Buenaventura
Medelln - Colombia
[EMAIL PROTECTED]
http://www.usb-med.edu.co/~neos






Re: [newbie] PHP

2001-02-23 Thread Michael O'Henly

Also, you may need to install a couple of additional RPMs: mod_sql and 
php-mysql. They're available on RPMFind in the Mandrake 7.2 flavour. 

Curious that they aren't installed by default since anyone using PHP or MySQL 
is probably going to need them, but perhaps it was becuase MySQL hadn't been 
GPL'd when 7.2 was released.

M.

On Friday 23 February 2001 09:50, [EMAIL PROTECTED] wrote:
 you don't a directory php

 I think the rpm already did the job, but you have only to
 uncomment the lines in httpd.conf which say to the apache that
 the files with .php extensions must be sent to the php parser

 they are similar to:
 AddType application/x-httpd-php .php3 .php
 AddType application/x-httpd-php4-source .phps


 Bye
 Enrico

 On 24 Feb 2001, at 9:58, dison Andrs wrote:
  Hello all,
 
  For job with PHP I need to make a directory php?  where should I create
  it?
  Do I need to configurate the server web?
 
  My server web is Apache.
 
  Thanks for all
 
  --
  dison Andrs Rivera Norea
  Ingeniero de Sistemas
  Departamento de Informtica
  Universidad de San Buenaventura
  Medelln - Colombia
  [EMAIL PROTECTED]
  http://www.usb-med.edu.co/~neos

-- 
Michael O'Henly
TENZO Design




Re: [newbie] PHP

2001-02-23 Thread enricod

you don't a directory php

I think the rpm already did the job, but you have only to
uncomment the lines in httpd.conf which say to the apache that
the files with .php extensions must be sent to the php parser

they are similar to:
AddType application/x-httpd-php .php3 .php
AddType application/x-httpd-php4-source .phps


Bye
Enrico
On 24 Feb 2001, at 9:58, dison Andrs wrote:

 Hello all,

 For job with PHP I need to make a directory php?  where should I create
 it?
 Do I need to configurate the server web?

 My server web is Apache.

 Thanks for all

 --
 dison Andrs Rivera Norea
 Ingeniero de Sistemas
 Departamento de Informtica
 Universidad de San Buenaventura
 Medelln - Colombia
 [EMAIL PROTECTED]
 http://www.usb-med.edu.co/~neos










Re: [newbie] PHP

2001-02-23 Thread Édison Andrés

Thanks

[EMAIL PROTECTED] escribi:

 you don't a directory php

 I think the rpm already did the job, but you have only to
 uncomment the lines in httpd.conf which say to the apache that
 the files with .php extensions must be sent to the php parser

 they are similar to:
 AddType application/x-httpd-php .php3 .php
 AddType application/x-httpd-php4-source .phps

 Bye
 Enrico
 On 24 Feb 2001, at 9:58, dison Andrs wrote:

  Hello all,
 
  For job with PHP I need to make a directory php?  where should I create
  it?
  Do I need to configurate the server web?
 
  My server web is Apache.
 
  Thanks for all
 
  --
  dison Andrs Rivera Norea
  Ingeniero de Sistemas
  Departamento de Informtica
  Universidad de San Buenaventura
  Medelln - Colombia
  [EMAIL PROTECTED]
  http://www.usb-med.edu.co/~neos
 
 
 
 

--
dison Andrs Rivera Norea
Ingeniero de Sistemas
Departamento de Informtica
Universidad de San Buenaventura
Medelln - Colombia
[EMAIL PROTECTED]
http://www.usb-med.edu.co/~neos






[newbie] PHP in Mandrake 7.2

2000-12-13 Thread Michael O'Henly

Hi...

Is PHP enabled by default in 7.2? I'm asking because when I point to an 
index.php file, it's displayed as plain text.

The way I understand it, PHP can be loaded dynamically (as a DSO module), 
compiled into Apache, or run as a CGI.

In the Mandrake httpd.conf, the lines that would cause Apache to recognize 
files with the appropriate PHP filename extensions are all commented out. 
Also, there are no LoadModule statements for PHP -- which makes me think that 
it's not running as a DSO.

So what do I need to do to make Apache do the right thing when it sees a 
*.php file?

Thank you!

M.

-- 
Michael O'Henly
TENZO Design




[newbie] PHP on 7.2

2000-12-11 Thread hohage

Hi,
I've installed 7.2 on weekend and it's very nice.
I've got one bigger problem.
PHP4 is installed(rpm -q) but in the Apache-config file it's not adjusted and 
Apache doesn't read php or php3 files.
Where should I start to adjust my installation.
I'm afraid to make some bad mistakes if I follow one of the tutorials(i.e.on 
php.net) because they usually start from scratch(with the installation).
I thought I could manage it with Webmin but the modules didn't get activated.
Thanks.






[newbie] PHP 4 and MySQL

2000-09-21 Thread Phillip L. Gillis



Can someone point me to where I may learn how to 
install PHP4 and MySQL on top of Apache that was installed by Mandrake 7.1? I 
downloaded the mod_php4 rpm but it said I needed apache and some other things as 
dependencies . .I know my Apache already works . .any instructions would be 
greatly appreciated about doing this or actually handling dependencies.Is there 
an easier install that has Apache / PHP4 / and MySQL in it . like I used on 
FreeBSD ?

Thanks!

Phil


Re: [newbie] PHP

2000-08-20 Thread Greg Stewart

I don't use it myself, but one of the SysEng guys I work with just set up
Apache, MySQL, and PHP, along with writing a web-dased DB for scheduling
meeting rooms and he did it in less than a shift.

I do know that Apache will give you warnings about the default php needing
to be upgraded or something, but my co-worker left the default, and all went
well.

Do you have a version of Apache that includes some form of php? If not, I
believe all you need do is install php aside apache.

--Greg



 Anyone using PHP and MySQL?  How hard is it to install, can I install it
 as a package using RPM or do I need to re-compile Apache to support PHP?

 Thanks, Michael

 Michael Hatzakis, Jr MD
 Assistant Professor of Rehabilitation Medicine
 University of Washington Medical Center
 Medical Director, Inpatient and Cardiac Rehabilitation Programs
 Puget Sound Veterans Administration Health Care System

 [EMAIL PROTECTED]

 (206) 277-1792
 (206) 764-2263 Fax




 
__
message envoye depuis http://www.ifrance.com
emails (pop)-sites persos (espace illimite)-agenda-favoris (bookmarks)-forums 
Ecoutez ce message par tel ! : 08 92 68 92 15 (france uniquement)






Re: [newbie] PHP

2000-08-20 Thread Michael Hatzakis

Greg and Group,

Thanks for the comments.  I went and looked at the PHP part of
out for novices it is better to install the PHP and SQL as an RPM than to
recompile.  I am still trying to find MySQL on the Mandrake CD's, but PHP
and Postgresql installed without problem.  I'll let the group know how it
goes when I get it running.

Thanks, Michael
 

 I don't use it myself, but one of the SysEng guys I work with just set up
 Apache, MySQL, and PHP, along with writing a web-dased DB for scheduling
 meeting rooms and he did it in less than a shift.
 
 I do know that Apache will give you warnings about the default php needing
 to be upgraded or something, but my co-worker left the default, and all went
 well.
 
 Do you have a version of Apache that includes some form of php? If not, I
 believe all you need do is install php aside apache.
 
 --Greg
 
 
 
  Anyone using PHP and MySQL?  How hard is it to install, can I install it
  as a package using RPM or do I need to re-compile Apache to support PHP?
 
  Thanks, Michael
 
  Michael Hatzakis, Jr MD
  Assistant Professor of Rehabilitation Medicine
  University of Washington Medical Center
  Medical Director, Inpatient and Cardiac Rehabilitation Programs
  Puget Sound Veterans Administration Health Care System
 
  [EMAIL PROTECTED]
 
  (206) 277-1792
  (206) 764-2263 Fax
 
 
 
 
  
 __
 message envoye depuis http://www.ifrance.com
 emails (pop)-sites persos (espace illimite)-agenda-favoris (bookmarks)-forums 
 Ecoutez ce message par tel ! : 08 92 68 92 15 (france uniquement)
 
 
 
 





[newbie] PHP Connection error

2000-07-16 Thread Ran Hooper

Mandrake 7.1, latest PHP, latest stable Mysql

Warning: MySQL Connection Failed: Can't connect to local MySQL server
through socket '/tmp/mysql.sock' (111) in /home/httpd/html/test1.php on line
5

This doesn't work:
$db = mysql_connect("localhost", "root");

This does work:
$db = mysql_connect("localhost:/var/lib/mysql/mysql.sock", "root");

I can only assume that either PHP needs to be set to a default socket OR
mysql needs a my.cnf variable or option of some sort. When I do a:

mysqladmin variables

The socket is pointed correctly, /var/lib/mysql/mysql.sock

From what I've found on other posts similar to this, people are told to go
read the manual and use a my.cnf file. I did and I'm not sure if I'm using
it correctly. Anything I set in the /etc/my.cnf is either ignored completely
or mysqladmin pukes.

Regards,
Ran Hooper
[EMAIL PROTECTED]




[newbie] PHP[OFF TOPIC]

2000-05-09 Thread Marc

I was wondering if there is a workaround for the newly arised bug in php ().
I have not read alot about it but, I need a workaround or a fix badly!

_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] PHP[OFF TOPIC]

2000-05-09 Thread Steve Philp

Marc wrote:
 
 I was wondering if there is a workaround for the newly arised bug in php ().
 I have not read alot about it but, I need a workaround or a fix badly!


You need to supply ALOT more information that what you did.  A)  What
bug,  B) What version?

Your best bet for finding PHP information is at its homesite: 
http://www.php.net
-- 
Steve Philp, MCSE/MCP+I
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]




[newbie] Php rms installation error !

2000-02-12 Thread vishal bansal

Hi guys:

I am running Linux-mandrake 6.1. I installed a php rms 
(mod_php3-3.0.13-6mdk.i586.rpm) into my root directory (root/) and then I 
tried installing the rpm using the rpm -ivh "rpm name" format.
The error I got is;
error:
libt1.so.0 is needed by mod_php3-3.0.13-6mdk
midgard-php conflicts with mod_php3-3-0-13-6mdk
mod_php3 conflicts with midgard-php-1.2.1-3mdk

Any Ideas,

-Vishal.



__
Get Your Private, Free Email at http://www.hotmail.com



[newbie] php, apache, linux

2000-02-11 Thread vishal bansal

How do I install php3.0 (apache server) on linux mandrake 6.1
__
Get Your Private, Free Email at http://www.hotmail.com




[newbie] PHP on MDK

1999-10-04 Thread Lamberto Liverani

I have installed the MDK 6.1 and when I try to use Apache + PHP
i have recived the error :

Fatal Error : midgard module not found in - on line 0

Someone have try with best results ? Suggest ?

Thanks
Lamberto