[PHP] integrating perl and PHP problem

2009-04-08 Thread Moses
Hi Everyone, I have a perl program which I would like to display its results in PHP. I have read PHP book and the solution is to convert the perl program which is not easy. I have tried a simple example but it is not working. The perl script is #! /usr/bin/perl -w print "hello world" and the Php

[PHP]Cannot output the same data from text file in PHP

2009-05-14 Thread Moses
displaced. Any pointer to this problem shall be appreciated. Thanking you in advance. Moses Query: 1 atggcaatcgtttcagcagattcgtaattcgagctcgcccatcgatcctcta 60 Sbjct: 1 atggcaatcgtttcagcagattcgtaat

[PHP] PHP Email Setup problem

2009-05-14 Thread Moses
get the following error when I restart mt apache apache2: Could not reliably determine the server's fully qualified domain name, using 12... for ServerName Thanks. Moses

[PHP] How to create an intermediary page between two pages

2009-05-23 Thread Moses
more. Is it possible to create an intermediary page which alerts the user that the his/her request is being processed in few seconds, then ultimately redirects to function.php (display results). Any idea shall be appreciated. Thanks. Moses

Re: [PHP] How to create an intermediary page between two pages

2009-05-23 Thread Moses
Dear Folks, Thanks Tedd for the reply. Do you have a simple example to ilustrate your great idea. Thanks. On Sat, May 23, 2009 at 3:47 PM, tedd wrote: > At 2:20 PM +0200 5/23/09, Moses wrote: > >> Hi Folks, >> >> I would like to know whether you can connect two page

[PHP] http request

2010-12-05 Thread Moses
Hi Everyone, I would like to know whether there is a http request PHP script. I would like to use in cases where a background script is running for sometime and outputs the results in PHP once the script has been executed. Thanks. musa

[PHP] how can one run python script in php

2010-12-08 Thread Moses
Hi Everyone, I am trying to run a python script in php using exec or system command, but there is no answer. musa

[PHP] [PHP]: permission problem www-data

2011-01-18 Thread Moses
Hi Everyone, I am creating a file in PHP script which takes a value from a form and writes it to a file. However, i don't have the mode permission for the file instead it is owned by www-data.What can i do to ensure that the file is owned by me. drwxr-xr-x 2 www-data www-data 4096 2011-01-17 22:

Re: [PHP] [PHP]: permission problem www-data

2011-01-18 Thread Moses
; a...@ashleysheridan.co.uk> wrote: > you could use the chown method in php, which should do what you need. > > Thanks, > Ash > http://www.ashleysheridan.co.uk > > - Reply message - > From: "Moses" > Date: Tue, Jan 18, 2011 09:44 > Subject: [PHP] [PHP]: permis

[PHP] MySQL Connection

2003-06-17 Thread moses . johnson
Hello, Would be grateful if someone couldkindly point me in the right direction. Whenever I try to connect to mysql server, I get these messsage back 1. mysql> GRANT ALL PRIVILEGES ON *.* TO moses@"%" IDENTIFIED BY "cludiana"; ERROR 1045: Access denied for user: '@12

Re: [PHP] MySQL Connection

2003-06-17 Thread moses . johnson
. > > > Good luck, > > Torben > > > Whenever I try to connect to mysql server, I get these messsage back > > > > 1. > > mysql> GRANT ALL PRIVILEGES ON *.* TO moses@"%" IDENTIFIED BY "cludiana"; > > ERROR 1045: Access

Re: [PHP] MySQL Connection

2003-06-18 Thread moses . johnson
Hello, Thanks it works now Regards Moses > Hello, This seems not to be working, I am using win2000 and a newbie. please > simplify this process. > > ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO) > mysql> GRANT ALL PRIVILEGE

Re: [PHP] Re: postback for php

2006-10-18 Thread Fred Moses
Miles Thompson wrote: At 11:48 AM 10/18/2006, M.Sokolewicz wrote: Ross wrote: Looked on google and not found a satisfactory answer. Doies anyone have a funtion to do this? R. please explain, in details, what it is you're looking for. "postback for php - a function to do this" doesn't mean s

[PHP] IP Address

2006-10-21 Thread Fred Moses
Is there a function which returns the IP address of the requestor of the current page? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Screen Shots

2006-10-22 Thread Fred Moses
Mark McWhirter wrote: Is there any way that I can get a script to take a screen shot every minute of all the users using my php website? Why not add a state capture inclusion (require) to each of your pages? Have it grab, for instance, the user's IP address, the session ID, the URL of page,

Re: [PHP] Re: Screen Shots

2006-10-22 Thread Fred Moses
Dotan Cohen wrote: On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote: Mark McWhirter wrote: > Is there any way that I can get a script to take a screen shot every minute > of all the users using my php website? Why not add a state capture inclusion (require) to each of your pa