Re: [PHP-DB] page expired

2001-06-22 Thread Pankaj Ahuja
use method=get instead of method=post in your form action - Original Message - From: andRie Is <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 12:06 PM Subject: [PHP-DB] page expired > Hello php-er, > > how to make user to start login again after several min

[PHP-DB] charts

2001-06-20 Thread Pankaj Ahuja
Hi All! Is it possible to create charts/ histograms using PHP ? Can somebody lead me to a resource where I can find some information on this Thanks Pankaj Ahuja -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-DB] expiration

2001-05-21 Thread Pankaj Ahuja
Hi all I have a page on which I have a menu. When I click on any one of the options and come back, the page expires instantaneously. What could be the reason ? I am using sessions Thanks in advance Pankaj Ahuja -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP-DB] Uploading Images

2001-05-02 Thread Pankaj Ahuja
Hi All I want to upload images to my server and name them as found in my local machine. I am able to upload them using the copy function but the name on the server is not the same on my local machine. How can I go about this Thanks -- PHP Database Mailing List (http://www.php.net/) To unsub

[PHP-DB] Re: Saving a form

2001-03-26 Thread Pankaj Ahuja
an example of this can be seen at http://www.cfsloans.com - Original Message - From: Pankaj Ahuja To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 1:49 PM Subject: Saving a form I have a form that runs into several pages (17 pages in all). When a user fills in the form, is there

[PHP-DB] Saving a form

2001-03-26 Thread Pankaj Ahuja
I have a form that runs into several pages (17 pages in all). When a user fills in the form, is there any way by which I can ask him to save the page so that he can and return to the last filled page and resume at a later stage ?? -- PHP Database Mailing List (http://www.php.net/) To unsubscrib

[PHP-DB] Procedure to Include

2001-03-21 Thread Pankaj Ahuja
Can anybody tell me the procedure and/or code necessary to include another document into a .php document Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-DB] SSI

2001-03-21 Thread Pankaj Ahuja
Is it possible to have SSIs in PHP ?? I want to do something like Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] Import

2001-03-07 Thread Pankaj Ahuja
listed at the left column) then at the right side select "structure and data" which is located under "View dump(schema) of database" part, then select send and then click "go" you ll be asked for the path of your backup sql file. thats it. :) ""Pankaj Ahuj

[PHP-DB] Import

2001-03-07 Thread Pankaj Ahuja
I wonder if I am posting this to the right group but can anyone tell me how to import all the tables (including the information)from the server to my local machine and vice versa. I am using a mysql database. Many Thanks Pankaj -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

[PHP-DB] Re: sessions

2001-02-22 Thread Pankaj Ahuja
This could be because cookies have been disabled. Can I find a way such that my code works even if cookies have been disabled ?? - Original Message - From: Pankaj Ahuja To: php-db list Sent: Friday, February 23, 2001 12:04 PM Subject: sessions I am trying to execute the following

[PHP-DB] sessions

2001-02-22 Thread Pankaj Ahuja
I am trying to execute the following code. It all works fine if the code is executed second time onwards. When the code is executed for the first time (a new session is created) the value of PHPSESSID is not assigned. Could this be because session.auto_start is assigned a value of 0 ? What could b

[PHP-DB] automatic execution

2001-02-21 Thread Pankaj Ahuja
I need a programme which would execute itself after a particular interval of time or at a predefined time (like scheduling tasks in windows environment). Any suggestions ??? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: [PHP-DB] authentication

2001-02-20 Thread Pankaj Ahuja
page using session variable. therefore when a user browses on the next page without the required variable you kick the page out. or you can use a database to track the user but it is more complicated. ronnie > -Original Message- > From: Pankaj Ahuja [mailto:[EMAIL PROTECTED]]

[PHP-DB] authentication

2001-02-20 Thread Pankaj Ahuja
Hi all I need to authenticate a user and on successful login he is redirected to a page. This works fine. However, this is not secure as the page to which the user is redirected can be accessed directly as well. What I need is when someone tries to access the page without logging in first, he sho

[PHP-DB] apostrophe

2001-02-19 Thread Pankaj Ahuja
Is it possible to insert apostrophe into a Mysql database ?? I have a varchar type column and want to insert " manufacturer's" into it. How can I do this ?? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA