[PHP] run commands on multiple machines

2002-06-18 Thread Rahul Bhide
Hi, I want to run some unix commands on multiple machines(in a network) from my web server and display results in the browser . eg. I want to run "pkginfo" or "showrev -p" kind of commands on multiple machines and gather the result on the web server and display in the browser . Can anyboby

[PHP] php install error --enable-sockets

2002-06-12 Thread Rahul Bhide
Hi , I am trying to install php with the --enable-sockets on a solaris2.8 machine . and getting the following error . Any help is appreciated . thanks ~Rahul sockets.c: In function `php_if_recvmsg': sockets.c:1728: structure has no member named `msg_control' sockets.c:1729: structure has no

Re: [PHP] Can php support ttf??

2002-04-22 Thread Rahul Bhide
Hi, You need freetype-1.* library . You can get it at www.freetype.org . Then compile php --with-ttf=/usr/local assuming you have the library in /usr/local/lib . I struggled a lot getting the TTF fonts to work in my env . Now I conclude that only specific combinations of versions of php

[PHP] dynamically adding rows to same form.

2001-04-27 Thread Rahul Bhide
Gurus , Problem : my php form has a 4 text field with one row . I want to put an "add another row" button at the end of the row such that clicking will bringup the previous row as well as add a new row below it for further input of data . let me know , thanks and regards, ~Rahul -- PHP Gener

Re: [PHP] db to xls

2001-04-24 Thread Rahul Bhide
t; > On Tuesday 24 April 2001 10:31, Rahul Bhide wrote: > > Gurus, > > I want to query an oracle database and push the output to an MS > > Excel spreadsheet . Currently I am dumping it to a csv text file and > > reading into Excel. > > Is there a better way t

Re: [PHP] create bar chart

2001-04-24 Thread Rahul Bhide
Ali, You need to install gd library with php . Visit here for a reference tool //www.sourceforge.net/projects/phplot/ bye ~Rahul Ali wrote: > Hello, > > how it is possible to create a bar chart in php? I appreciate any hint. > > Ali > > -- > PHP General Mailing List (http://www.php.net/) > To

[PHP] db to xls

2001-04-24 Thread Rahul Bhide
Gurus, I want to query an oracle database and push the output to an MS Excel spreadsheet . Currently I am dumping it to a csv text file and reading into Excel. Is there a better way to do this?? Is there a php function for this ?? Regards ~Rahul -- PHP General Mailing List (http://www.

Re: [PHP] what could cause the maximum execution time exceeded?

2001-04-10 Thread Rahul Bhide
Just wondering ---if your question means . Where is the time limit set ? then the answer is ---php.ini file (usually sitting in the /usr/local/lib directory) . please ignore if I interpreted the question wrong !!. bye, ~Rahul "B. van Ouwerkerk" wrote: > At 11:02 10-4-01 -0500, Jacky wrote: > >H

[PHP] sessions and REMOTE_USER

2001-03-29 Thread Rahul Bhide
Gurus, I am a relative newbie to sessions in php. Question: How can I get the loginname of the user . Can session and session variables get this??. Another way I have tried(but unsuccessfully !!) is to have a .htaccess file in the directory . Once the user logs in I use the following code to

[PHP] first three characters

2001-03-18 Thread Rahul Bhide
Gurus, How do I extract the first n characters out of a word . I have this- $Word = attention I want - $Word_3 = att $Word_4 = atte $Word_5 = atten this is only extracting first three/four/five characters . What is the right function to use here ?? thx in advance. ~Rahul -- PHP Gene

[PHP] Newbie : info/tut on XML and PHP

2001-01-18 Thread Rahul Bhide
Hi Gurus , Can you give me pointers(read urls) to "Good Sites" on tutorials or info from scratch on XML with PHP. Thanks in Advance. ~Rahul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta