Re: [PHP] get back to index.php

2003-10-22 Thread Sudheer Palaparambil
: Marek Kilimajer <[EMAIL PROTECTED]> To: Sudheer Palaparambil <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] get back to index.php Date: Wed, 22 Oct 2003 14:24:44 +0200 Use header('Location: http://www.etooss.com/'); exit; Sudheer Palaparambil wrote: Hi, I am calli

[PHP] get back to index.php

2003-10-22 Thread Sudheer Palaparambil
Hi, I am calling the insert_user.php like this http://www.etooss.com/insert_user.php"; onsubmit="return verifyIt(this);"> In insert_user.php, I am inserting the record to mysql db, nothing is displayed there. Now how do come back to index.php screen. Thank you Sudheer ___

[PHP] HTTP 405 - Resource not allowed error

2003-10-21 Thread Sudheer Palaparambil
Hi, This file and the index.php are kept in the same directory. But the browser returns I tried GET also, but not inserting the data to mysql db. This is my insert_user.php *- * Thank you.

Re: [PHP] The page cannot be displayed error

2003-10-21 Thread Sudheer Palaparambil
Kilimajer <[EMAIL PROTECTED]> To: Sudheer Palaparambil <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] The page cannot be displayed error Date: Tue, 21 Oct 2003 11:53:59 +0200 Try it with another browser and not IE to get a more meaningfull error message. Sudheer Palaparambil wr

[PHP] The page cannot be displayed error

2003-10-21 Thread Sudheer Palaparambil
Hi, I am calling insert_user.php like this This file and the index.php are kept in the same directory. But the browser returns "The page cannot be displayed error" Where should I keep the insert_user.php Please help Thank you. _

[PHP] (newbie) How to keep files ?

2003-10-13 Thread Sudheer Palaparambil
Hi, I have a few gif files and five php files and using mysql database and planning a shared hosting. The web contents are static. How should I keep the files in my web space? Should I restrict access to the php files? How do I safeguard my mysql login parameters (which I hard coded in the php f

[PHP] do I need a database

2003-10-07 Thread Sudheer Palaparambil
Hi, I am planning a static site. But I need to capture some data (username, address, telephone and email only), do I need a database for recording this data ? Or is there any other way to record this data ? The volume may be high. Thank you. Sudheer _

[PHP] newbie:form problem

2003-10-07 Thread Sudheer Palaparambil
Hi, Is this is the way to write a form which insert data into a mysql DB ? Please note where I am keeping the mysql code. The problem with this code is that whenever I am issues a refresh, a row is inserted into the DB with previous field values! Even when the form field is empty. Pls help.