Use header() function..
Header('Location: script name');
Best Regards
Balaji
-Original Message-
From: Roberts, Mark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 7:58 PM
To: PHP Mailing list (E-mail)
Subject: [PHP] Re-directing
Is there a way to redirect to a different sc
Hi Friends,
I would like to know where the cookies will be stored?
I have enabled cookies using session.use_cookies = 1.
I found cookies will be stored in the environmental variable
HTPP_COOKIE_VARS.
But I didn't find anywhere this variable in my php.ini file.
If I want to print all cookies
]]
Sent: Wednesday, October 02, 2002 2:21 PM
To: Balaji Ankem
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Help required on cookies
Balaji Ankem wrote:
>Hi Friends,
>
>I would like to know where the cookies will be stored?
>
Cookies are stored on the client, either in memory or written to
: Wednesday, October 02, 2002 2:52 PM
To: Balaji Ankem
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Help required on cookies
Balaji Ankem wrote:
>
>
>It is giving error saying call to undefined function _r();
>
That's weird. Maybe you have a space between print and _r? The function
is
Hi
How to set cookies using header() function and using setcookie function?
Setcookie('testcookie','Balaji',time()+3600,'/','10.145.0.1',1);
If I want to write same thing with header function how can I do that?
Is it like
header("Set-Cookie:
name=testcookie,value=Balaji,domain=10.145.0.1,sec
Hi friend,
Just now I have installed php 4.2.1 on my windows NT machine.
Here I found I am not able to get the postfield values.
What would be the reason?
Thanks and Regards
Balaji.
Login.html
=
function check()
{
document.login.method = "POST";
document.
OST['emp_id']. Can't I refer as
$emp_id ?
Thanks and Regards
Balaji
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 12:15 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Problem with postfield elements
On Thursday 13 June 2002 14:
: Balaji Ankem
Subject: Re: [PHP] Problem with postfield elements
on 13/06/02 4:50 PM, Balaji Ankem ([EMAIL PROTECTED]) wrote:
> Every time I have to refer like this $_POST['emp_id']. Can't I refer
> as $emp_id ?
Yes, partly.
1. you can always turn register globals back ON,
Upload.html
===
FileUpload
function check()
{
document.upload.method = "POST";
document.upload.enctype='multipart/form-data'
document.upload.action="upload.php";
doc
Hi friend,
I am getting the following problem from last 6 months..still I couldn't
solve this problem.
>>Warning: Failed to Connect in c:\www\imac\email.php on line 18
>>Warning: Failed to Connect in c:\www\imac\email.php on line 22
Email.php
just visited your site and submitted
Hi friend,
I am using the SMTP server which needs authentication.
When I use
mail([EMAIL PROTECTED],"Thanks for
visiting","From:[EMAIL PROTECTED]");
I am getting server error on the line which is having this mail
function.
How can I resolve this problem?
Php.ini settings
=
Hi jason,
Thankyou for the prompt reply.:-)
here is the code.
Actually line number 18 and 22 are having mail functions..that why I
didn't send source code.
Here is the source code..
==
just visited your site and submitted the form
at www.auburn.edu/helpd
Hi friend,
Will mail()function work for SMTP servers which needs authentication?
If so how can pass the username and password to my SMTP server.
Any help would be greatly appreciated.
Thanks in advance
Balaji
**Disclaimer
Inform
work for SMTP servers which
needs Authentication
On Wednesday 03 July 2002 11:57, Balaji Ankem wrote:
> Hi friend,
> Will mail()function work for SMTP servers which needs authentication?
> If so how can pass the username and password to my SMTP server.
>
> Any help would be great
Hi friend,
I would like to display the table records along with check boxes for
the purpose of
selecting particular records or select all and for deleteing them or
for other purpose.
Anybody have ready made code for this type...
Any help would be greatly appreciated.
Thanks and Regards
Ba
5:56 PM
To: Balaji Ankem; [EMAIL PROTECTED]
Subject: Re: [PHP] Displaying the table records along with check boxes.
The code to create a check box is:
HTH,
---John Holmes...
PS: It might help if you actually try to do something yourself and then
ask a question. We're not here to fee
Hi friend,
sorry for putting this question to php-list.
Here I am getting the error as "Object doesn't support this property or
method" in line number 22.
function checkall()
{
var n=0,i=document.form1.OptionList.length;
while(n
Hi friend,
I want to trigger one java script function ( time delay) every time.
How can I achieve this?
Here my questuion is: I want to play all song files from my database.
Here what I do is initially I display one button "PLAY" and then call
java script delay function and it has to come back
Hi dear friend,
I have multiple check boxes ...and I gave the single name to all check
boxes.
If I post to my php script I am not getting all the values as an
array.I am getting only one value(last value).
=
function checkitall()
{
v
Will it be not possible to apply for other countries jobs?
-Original Message-
From: Dan Hardiker [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 2:12 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] is their a jobs mailing list?
I have no idea if this of any use
It is working fine for me!!!
-Original Message-
From: George Hester [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 8:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP] HTTP_USER_AGENT?
I have this in my web site not in an executable folder:
My First PHP Program
No problem.
Yes..That is right!!! :-)
-Original Message-
From: Tyler Longren [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 8:53 AM
To: Balaji Ankem
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] HTTP_USER_AGENT?
It works for you because you have register_globals set to "on" in
ph
Hi guys,
To unsubscribe from the list send a mail to
[EMAIL PROTECTED]
Visit http://www.php.net/unsub.php .
Pls. Donot send a mail tp [EMAIL PROTECTED]
Best regards
Balaji
-Original Message-
From: gys [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 13, 2002 5:03 PM
To: [EMAIL PRO
Hi,
I have an array of elements which are separated with the operator
comma(,).
==
$array = implode(",", $checkb);
echo $array.'\n';
$result = mysql_query("DELETE FROM temp WHERE inv_tag IN
($array)") or die('Error in quer
e: [PHP] Problem with implode() function
On Tuesday 16 July 2002 22:40, Balaji Ankem wrote:
> Hi,
> I have an array of elements which are separated with the operator
> comma(,).
>
> ==
> $array = implode(",", $
Enable Rigister_globals to On in php.ini file and then try.
Best Regards
Balaji
-Original Message-
From: ram friend [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 11:12 AM
To: [EMAIL PROTECTED]
Subject: [PHP] why my php can not get values from Form?
hello,
I have just instal
Hi ,
My file name: bala.php
---
mail("[EMAIL PROTECTED]", "hi friend",
"Hi, how are you? Expecting reply from you. -Bala");
?>
for the above program I am getting the following
warni
include_once('Mail/smtp.php');include_once('Net/SMTP.php');
# Replace 127.0.0.1 with another SMTP host if
needed$smtp_session = new Mail_smtp(array('10.145.0.18', 25, TRUE, '',
''));$headers['Subject'] = 'Sample subject';$headers['Reply-To'] = '[EMAIL PROTECTED]';$headers['From']
= '[EMA
August1973 ';
/* To send HTML mail, you can set the Content-type
header. */$headers = "MIME-Version: 1.0\r\n";$headers .=
"Content-type: text/html; charset=iso-8859-1\r\n";
/* additional headers */$headers .= "From:
Balaji Ankem <[EMAIL PROTECTED]>\r\n&qu
fully sent to [EMAIL PROTECTED]";
else
echo "FAIL";
?>
-
And the result was "Mail was successfully sent to
mailto:[EMAIL PROTECTED].
I don't know what z happening..
Thanks in advance.
-Balaji
- Original Message -
From: &quo
r/Net/SMTP.php
for required functions send and Mail_smtp.
cheers
-Balaji
> - Original Message -
> From: "Jon Haworth" <[EMAIL PROTECTED]>
> To: "'Balaji Ankem'" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 08, 2002 4:17 PM
Hi friends,
I am getting the problem everytime "php.exe
has generated some errors and will be closed by windows".
I kept header function after completion of
authentication to navigate to the corresponding page.
I am facing this problem every time. If I remove
that header function once a
Hi,
I am trying to upload a file from remote machine.
Could you please help out me.
Thanks in advance
-Balaji
upload.html
-
FileUpload
File:
Hi friends,
I would like to get or extract the IP address from the URL in to a
variable.
How can I do that?
Any help very appreciable.
Thanks in advance
-Balaji
**Disclaimer
Information contained in
How to pass the current URL to this function?
parse_url (string url)
This function call is in calling file ...
say some http://10.145.2.68/auto/test.php
test.php contains the parse_url funcction. I want to pass the same URL to
this function.
Because IP address changes every time.
Ple
rrent URL
itself to test.php file.
Thanks in advance
-Balaji
-Original Message-
From: * R&zE: [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 3:13 PM
To: Balaji Ankem
Subject: IP <-> URL
Hi there,
I just found out I probably sent you the wrong answer to your
q
Hi friends,
Wish you all A very Happy Valentines Day!!!
May this Day bring in lots of Joy, Happiness, Success, Love
May all your dreams come true
Warm Regards ,
Balaji
**Disclaimer
Hi,
What is the command to connect to mysql through java.
Thanks and Regards
Balaji
**Disclaimer
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by
Which php.ini file u r changing?
Are u refering php.ini which is in C:\Windows directory?
- Original Message -
From: Tim Loram <[EMAIL PROTECTED]>
Date: Thursday, April 25, 2002 4:56 pm
Subject: [PHP] Session.save_path in php.ini
> Hi,
>
> Having some issues with the session.save_path
Try this..
> $answers="$band, $middlename, $pot";
> $date=date ("l dS of F Y h:i:s A");
>
> $sql = "INSERT INTO prizeline VALUES ('', 'email', 'name', 'address',
'answers',
> 'date');";
-Balaji
-Original Message-
From: Miguel Cruz [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20,
Hi,
Is there any substitute for header function..
Because of this I am getting error saying.."php.exe has generated some
errors and will be closed by windows".
if ($row->user_type=='A')
{
mysql_close($connection);
header("Location:admin.php");
exit;
}
Thanks in advance
29, 2002 11:28 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Is there any substitute for header function?
On Wednesday 29 May 2002 13:49, Balaji Ankem wrote:
First of all, please start a new post when you have a new question. Do
not
just reply to an existing post. It's bad manners. And quotin
Hi Martin,
I have tried with full URL. But no use.
Again displayed the error alert.
Thanks and Regards
Balaji
-Original Message-
From: Martin Towell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 11:37 AM
To: 'Balaji Ankem'; [EMAIL PROTECTED]
Subject: RE: [PHP] Is
--Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 12:32 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Is there any substitute for header function?
On Wednesday 29 May 2002 14:14, Balaji Ankem wrote:
> Hi Martin,
> I have tried with full
Hi,
I want to get the calender displayed beside the input box. If user select a
particular date from the calender after selection it should display the date
in the input box along with the time stamp. Any help will be appreciated.
Thanks in advance.
-Balaji-
**Disclaim
Hi
, It z amazing behaviour...I
am wondering how it is coming only for first time execution.
If I remove the two
If conditions in authentication.php and if I execute then it is displaying the
blank screen. And again if we replace those two if conditions and if you execute
again
**Disclaimer
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
Hi friend,
from morning onwards I am facing the problem with following php
script.
This script functionality as follows:
Getting the date from user and validating it.
I couldn't trace where the error is. Can anybody help me?
Any help greatly appreciable.
Devicetag.php
--
Hi,
If any body have the script for getting the date including the
time from the user and validating it.
If anybody have can u please forward it to me.
Thanks in advance
Balaji
**Disclaimer
Information contain
. Forward it to me.
Thanks in advance
Balaji
-Original Message-
From: Tyler Longren [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 7:08 PM
To: Balaji Ankem; Php-General
Subject: Re: [PHP] Can anybody help me?
Did you recieve an error? If so, what was it?
Tyler
- Original
Title: Message
Hi friend, could u plz. Tell me how
to display the slected option value in alert box?Code I wrote is like
this.. But I am getting NULL.. Any help would be
appreciable..=
function
check()
{
var
a;
Hi,
can we give a form element as td inside table element?
Thanks in advance
Balaji
**Disclaimer
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended
Title: Message
H i
friend, I am using the browser
Netscape 4.7. It z not
displaying the select box..blindly displaying in text format.. (If u want to see
open
example.jpg) Example.html=
1
Hi,
I have stored the date and time in mysql table with DATETIME
type.
I want to change it in to DD/MM/ HH:MM AM or PM.
How can I do this?
Thanks in advance
Balaji
**Disclaimer
Information contai
/MM/ HH:MM AM or PM in PHP?
Do you want to do this in mySQL or PHP?
Niklas
-Original Message-
From: Balaji Ankem [mailto:[EMAIL PROTECTED]]
Sent: 12. maaliskuuta 2002 12:30
To: 'Php-General'
Subject: [PHP] Hi How to convert the time from mysql(DATETIME) table to
the format
Hi friend,
I never ued strftime function. I am confusing with the syntax.
My problem is like this:
I have the DATETIME in the variable $row->fromdate as -MM-DD
HH:MM:SS.
Is it possible to convert it to DD/MM/ HH:MM AM or PM using
strftime() func
Hi,
I would like to compare the two dates (including time stamp)
using php.
Is it possible?
Any help would be apprciable.
Thanks in advance
Balaji
**Disclaimer
Information contained in this E-MAIL bei
: Tuesday, March 12, 2002 6:40 PM
To: Balaji Ankem
Cc: Php-General
Subject: Re: [PHP] Hi How to compare two dates using PHP which are from
mysql database?
On Tue, 12 Mar 2002, Balaji Ankem wrote:
http://www.php.net/manual/en/function.strtotime.php
you can compare the results with > < =, etc...
, March 13, 2002 7:04 AM
To: Balaji Ankem; 'Php-General'
Subject: Re: [PHP] Hi How to convert the time from mysql(DATETIME) table
to the format DD/MM/ HH:MM AM or PM in PHP?
Try
date("d/m/Y h:m A");
On Tuesday 12 March 2002 18:29, Balaji Ankem wrote:
> Hi,
>
Try Now:
The computer has picked a number between 1 and 10. Guess the number and
you win!
Enter your guess:
-Original Message-
From: Jennifer Downey [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 13, 2010 9:25 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Random number Question
Hi a
Hi friend,
I am getting null values (0) for the following program.
what will be the problem?
Any help greatly appreciable!!
example.php
===
startdate.'endtime'.$row->enddate;
}
mysql_close($connection);
?>
==
Hi,
UNIX_TIMESTAMP(2002-03-21 08:30:00) and
mktime(2002,03,21,08,30,00) equal or not?
But both are same timestamp..but returning values are
different.y?
Unixtimestamp from Mysql :1016679600
Unixtimestamp from PHP :953699601
y this much
**Disclaimer
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
Hi friend,
I need some help on this logic...
1. I have some range (A to B) which is fixed and A,B are very large
numbers.(A
**Disclaimer
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'priv
Hi Uma,
you can use as in C language with index. $a[i]= $val;
i is index starts from zero.
For example u want to extract specific field from mysql database and
store it in array..
Let us assume num is a attribute name of the table heap.
===
Hi,
I am able to produce the following problem 100% in WINDOWS.
Problem is u can not produce success message in new browser context ..
Error: php.exe has generated some errors and will be closed by
windows.
I am facing this problem from last 1 year.
Files
Login.html
=
PROTECTED]]
Sent: Tuesday, March 19, 2002 5:06 PM
To: Balaji Ankem
Subject: Re: [PHP] 100% repeatable problem with PHP 4.0.1 in WIN2k
environment.
Hi,
From the surface leve, it looks like your php.exe corrupted and
probably crashed ?. Or doesn't works properly with your webserver
in php.ini)?
Have you tried putting echo statements every few lines
to see exactly where and why the script dies?
Balaji Ankem wrote:
> Hi,
> I am able to produce the following problem 100% in WINDOWS.
>
> Problem is u can not produce success message in new browser context
Hi friend,
Is there any equivalent statement to header ("Location:
user.php");
Because I am getting problem with that line in fresh browser
context.
How to see the php error log? And how to display an error
messages in php?
Thanks and Regards
-Balaji
***
uot; And no error is logged in error log.
Thanks in advance
Balaji
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 7:57 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Hi! Is there any equivalent function with header?
On Tuesday 19 March 2002 22:20
Hi,
I have moved my php files to linux system.
Now it z showing (control+M)(^M) characters in the file.
How can I remove those characters?
Any help would be appreciable.
Thanks and Regards
Balaji
**Disclaimer
Information
hi friend,
do we have static variables in php?
If we have can u give the syntax!!1
Thanks in advance
Balaji
Content-Type: multipart/alternative;
boundary="_=_NextPart_001_01C1D70D.F3519000"
--_=_NextPart_001_01C1D70D.F3519000
Content-Type: text/plain
hi there,
I'm trying to
specify the value attribute in input elements!!!
- Original Message -
From: "Balaji Ankem" <[EMAIL PROTECTED]>
Date: Friday, March 29, 2002 4:27 pm
Subject: Re: [PHP] uploading files problem
> hi friend,
>
> do we have static variables in php?
>
> If w
Hi,
me also faced many probs last 3 months back and i overcome that.
solution
-
use session variables..
register login info as session vars and during logout unregister...
This is the solution to u'r problem..
-
All the best
-Balaji
- Original Message
Hi,
How to open an existing excel file(.xls) from PHP, and edit the contents of the
particular cell.
Thanks in advance
Regards
Balaji
---
Information transmi
Hi,
I am attaching one example program.
I hope this will help you a lot.
Regards
-Balaji
Hi all,>> I've been playing around with PHP authentication
via HTTP.>> I'm using apache, and when i use the
header('WWW_Auth...)>> headers i get a username/password dialog
pop up (as i wanted).>> H
Hi,
u have to change the database first and then try to
update.
Plz do the following.
shell> mysql -u root mysql
mysql>use mysql;
mysql> UPDATE user SET Password=PASSWORD('new_password')
where user='root';mysql> FLUSH PRIVILEGES;
Regards
-Balaji
- Original Message -
Fr
Hi! dear friends,
I would like
to invoke one HTML file if "IF condition " satisfies otherwise invoke another
HTML file.
I am sending the document.
Please help out me.
Thanks in advance.
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Hi! Dear friends,
How to display the values in HTML
FORM by retrieving the values from database.
Please any one of u know suggest me.
Thanks in advance.
CODE(MODIFYUSER.PHP)
// Connect to MySQL
Hi, friend It is not displaying values.
thanks for u'r reply.
-Balaji
- Original Message -
From:
Daniel Rezny
To: Balaji
Ankem
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 6:22
PM
Subject: Re: [PHP] How to display values
in HTML form by retr
Hi! friend yes now it is working.
prebiously because of cache problem it didn't
work.
Thanks a lot.
cheers
-Balaji
- Original Message -
From:
Daniel Rezny
To: Balaji
Ankem
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 6:22
PM
Subject: Re: [PHP
assume $result is the result stored after execution of
query.
while ($row = mysql_fetch_object($result)){
echo $row->column1; echo
(" "); echo $row->column2; echo
(" "); echo $row->column3;
echo (" ");
echo $row->column4;
echo ("");
}
here column1,2,3,4
Hi, dear friends,
How can i get the current date and
time in the following input field.
DATE:
STATUS:
Thanks in advance.
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is inten
Hi! dearest friends,
i am able to connect to mysql server
through php program and i am able to do operations on the database
like choosing particular database and inserting the
data in to table ,deletion and modification and all..
But from dos prompt i am able to connect t
Hi friend,
i am unable to connect to mysql server
today.
windows 98 machine. PHP 4.0.6 and Mysql 3.23.36
c:\mysql\bin> mysql -u balaji -p
password:*//pingpong
But i am able to connect through php. what is the
wrong?
please help out me.
Thanks in advance.
Regards
-Balaji
Hello! Daniel,
i have given
c:\mysql\bin> mysql --host=localhost -u
balaji -p
password://i
entered correct password.
ERROR:1045 Access denied for user :
'balaji@localhost' (Using password:YES).
But through php program it is connecting...
I don't know what is the reason...But it i
Hi dearest friend,
can we update the same row immediately
after selection.
please see the following code at line number 29 it is giving
error.
code
// Connect to
MySQL
$connection = mysql_connect(
'localhost', 'balaji', 'pingpong
Hi dearest friends,
while insertion of
an employee number and password i am inserting like
insert into employee
values('$empid',PASSWORD('$passwd'));
how to decrypt it while comparision during login.
Thanks in advance
Regards
-Balaji
The Information contained and transmitted
Hi! friend,
during login i posted 2
variables to authentication.php.
In authentication.php it will call one html which will inturn
contains frames and in one frame 4 links r there.
For every link i will call one php file. I want to get one
variable that is posted during login in thi
hI! dearest friends,
i want to clear cache after logout.
In logout.html i want to clear previous cache
total.
Thanks in advance
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the individual or en
Hi, friend,
I want to disable back button or no cache after displaying logout html
file.
Thanks in advance
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the individual or entity to which
it is addres
Hi! dearest friend,
how to create session while login and hoe to end
session after pressing logout button.
Thanks in advance.
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the individual or entit
SAFEWEB.COM
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the individual or entity to which
it is addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law
Hi! dear friends,
how to create directory through php on linux
platform??
and how to give permissions to the
directory.
Thanks in advance.
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the i
Hi! dearest friends,
How to copy files from one directory to another
directory through php on linux platform??
Thanks in advance.
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the individual
Hi! dearest friends,
How to copy files from one directory to another
directory through php on linux platform??
Thanks in advance.
Regards
-Balaji
The Information contained and transmitted by this E-MAIL is proprietary to
Wipro Limited and is intended for use only by the individual or e
Hi! friends,
i also want this feature.
Can u tell me how to start a session whenever the user logged
in and how to end session after logout.
where i have to give these function names...
session_start();session_register(username);
Thanks in advance.
Regards
-Balaji
- Original M
Hi! friend,
i got the following error when i am goint to start a session.
This is the file. and i got the following errors.
Warning:
open(/tmp\sess_4a3f421e3a28de6801941743c0632862, O_RDWR) failed: m (2) in
c:\www\login.php on line 2Warning:
open(/tmp\sess_4a3f421e3a28de6801941743c06328
Hi Andrew,
Thankyou now it is working well.
I would like to close the session after clicking logout button.
How to do?
Thanks inadvance.
Regards
-Balaji
- Original Message -
From:
Andrew Braund
To: Balaji
Ankem
Sent: Friday, August 10, 2001 1:45
PM
Subject
From:
Yamin
Prabudy
To: Balaji
Ankem
Sent: Friday, August 10, 2001 12:38
PM
Subject: Re: Help required on creating
session
say you have a form that input the username in
the top of the file before the just put the
session_
1 - 100 of 127 matches
Mail list logo