can (or at least should be able
> to) install one version as server-parsed and the second as cgi,
> though that may not meet your needs.
>
>
> Original Message ----
> > Date: Monday, November 28, 2005 12:07:02 PM +0530
> > From: "J.F.Kishor&qu
Hi,
I have a query, can we run two versions of PHP in linux 7.2
server.
I want to use PHP 4.x for one application and PHP 5.1.0 for
another application in the same server.
Do I need to do some configuration changes to set the php
path. T
mails, otherwise You will receive no or poor help since the question is HUGE
>
> Sincerely
> Kim Madsen
> Systemdeveloper
>
> > -Original Message-
> > From: J.F.Kishor [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, March 30, 2005 1:41 PM
> > To: php-
Hi,
I am having a problem in storing and selecting images in and
from postgres.
My requirement is I have to select the image from the database
and display it in User Interface.
Can anyone help me through this problem, I'am in need of this
solution
Hi,
Does anyone know howto generate a scratch card number for a phone
card, and what are the things that has to be considered, tariff plans
validity, expirary etc. If anyone has any idea please let me know.
- JFK
kishor
Nilgiri Netw
Hello all,
I would like to know if there is a possibility in php to invoke
JAVA RMI from php by enabling some options in php in php.ini file.
If there is a possibility please let me know, where I can get a document
about it. If any one of you have tried this then please send me a sample
Hi all,
I have a doubt, is there a way to compile php as a class file,
so that it would be more secured.
And I should be able to be invoked by a HTML client interface.
Thanks in adv
- JFK
kishor
Nilgiri Networks
Hi all,
I am attaching the php file that will display a circle and on
top of it, it will show the current time. When its reloaded using the
browser's reload option. updated time is displayed. If the url is typed in
the address bar and the request is sent, it doesnt display updated ti
Hello all,
I have got a doubt, Is there a way to pass a array from one
from to another form while submition.
I have tried to do it, but in the second form I just get the string
"ARRAY" I'am not able to get the expected result.
Please let me know if there is a way to do the above.
Hi Randy,
Just copy the following code and execute it, it works as you
require, tested works fine.
string$i : $strDiv[$i]";
}
?>
- JFK
kishor
Nilgiri Networks
On Wed, 31 Jul 2002, Randy Johnson wrote:
> Hello,
>
> I would lik
Hi all,
I'am a php programer, I have got an seminar on 31st of May(hardly
one day left) on PHP, I have to expose its advantages and advantage of
PHP's security when compared to other languages. I would be thankful if
you people could send me some useful information regarding its
Hello,
I have a doubt, Is there way to download a file as soon as an URL is
entered.
(i.e) the surfer should be able to downloaded a file as soon as he/she
type's the URL and press enter key.
If it is possible please send a sample script.
Thanks in advance
Hi,
Try the following,
Column name ($index) : $columnName";
$index++;
}
?>
On Tue, 19 Mar 2002, Kevin Stone wrote:
> Forgive me for the off topic question. This is a MySQL question.. has
> nothing to do with PHP directly. However I was not able to find an
> answer in th
lenty more options
> out there if I where to give it some concreate thought.
>
>
>
> ----- Original Message -
> From: "J.F.Kishor" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 26, 2002 12:21 AM
> Subject: [PHP] Is the
Hi all,
I'am breaking my head by trying to put a scroll in a table,
my problem is, using php 'am trying to display a report and the report
should have three tables, data to display are taken from three different
tables and number of rows returned are three different values, the n
Hi all,
Is there any way to get file download time, using php functions?,
if not, could any one help to get it done.
Thanks for sparing your precious time.
Cheers,
- JFK
kishor
Nilgiri Networks
--
PHP General Mailing List (h
hi,
I don't know whether this will solve your problem, but the
following prints the full path of the file that is being used.
$uri = getenv('REQUEST_URI');
$path = $HTTP_SERVER_VARS["PATH_TRANSLATED"];
// This prints /~user/subapp/test.php
echo "
$uri
";
// This prints /h
Hi,
This could be done by having a conf file through which you could
get the IP address of the machine from where the request is come.
ie..
You can include the above conf file in other scripts of yours and you and
do a check according to your need, and display pages
hi,
> I can't the UPDATE command in MySQL to work properly. Here is my
> query
>
> $query = "update table set lastname=$lastname, firstname=$firstname
^
replace table with
> where username=$username";
($lastname,
hi,
Solutions for your question is given in the PHP manual, and here's
a part from the manual.
Hope this would solve you problem.
Example 1. File Upload Form
---
Send this file:
The _URL_ should point to a PHP file. The MAX_FILE_SIZE
hello,
I think the following may solve your problem.
alter table patients change id id mediumint (9) default 0 not null primary
key auto_increment;
On Thu, 17 Jan 2002, Phil Schwarzmann wrote:
> I have an exsisting table without any rows. I tried to add a new column
> to it and make it an "a
Hi pals,
Thanks a lot for all the PHP pals , I have recoded my script an'
now itz working fine.
cheers an' regards,
- JFK
kishor
Nilgiri Networks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
the closing "" tag.
>
> Jim
> - Original Message -
> From: "J.F.Kishor" <[EMAIL PROTECTED]>
> To: "PHP Mailing List" <[EMAIL PROTECTED]>
> Sent: Tuesday, December 18, 2001 5:26 AM
> Subject: [PHP] Error while calling a funct
hi all,
I have got a problem, when I execute the following script it gives
a Fatal error, could any one tell me why is it ?, If this is a silly
problem please execuse me but, plz do reply me.
The script is
-
Telephone Number :
}
else
{
function is_allnu
hello scott,
Yes..! you can use system() comand
It goes like this
system("touch filename.ext"); // creates a file and file will be owned by
nobody
If you want to change the file permission do the following
chmod("filepath/filename", 755); decimal; probably
hello all,
I have already posted this mail, Is there anyone to help me out?,
it's urgent plz.!
I have designed a web page using php, as a security measure I have
kept it password protected. I have used Apache authentication, using
htpasswd file. Now I want to keep a
hello all,
I have got a problem I want to remove one or more evvironment variables
from those passed by apache authentication.
eg : $PHP_AUTH_USER, $PHP_AUTH_PW, REMOTE_USER and similar ones
I went through apache documentation and I found some options like
"PassEnv, SetEnv and UnsetEnv", is t
hello,
I'am trying to create an image using php image functions
it gives a warning and outputs a image with GIF87a format, why does
this happen, could some help me out in this problem.
This is the script
--
Warning alerted is
---
hello,
I don't know how for I got your problem but, If you trying to
print a string like this
eg : print "This is Tom's book";
In the above case you need not use a back slash to escape the single quote
coz' php accepts single quote's within a double quote.
Otherwise you
hello all,
I have designed a web page using php, as a security measure I have
kept it password protected. I have used Apache authentication, using
htpasswd file. Now I want to keep a logout in this web page, I tried to
send a header request "http/1.0 401 Unauthorized" to force i
30 matches
Mail list logo