Like Response.clear() method in ASP,
Is there any method for clearing the text displayed on the screen ?
Search found 8 matches
- Fri Nov 14, 2003 8:25 pm
- Forum: PHP - Code
- Topic: How to redirect the user from one PHP Page to another?
- Replies: 9
- Views: 1292
- Fri Nov 14, 2003 7:09 pm
- Forum: PHP - Code
- Topic: How to redirect the user from one PHP Page to another?
- Replies: 9
- Views: 1292
In login screen, After writing some text, I come to know that the user name entered is not a valid one. In such a case, I am not able to redirect the user to the previous page. B'cas I have already written some text. In this case, I want to clear the text what i have written on the screen and redire...
- Fri Nov 14, 2003 1:54 am
- Forum: PHP - Code
- Topic: How to redirect the user from one PHP Page to another?
- Replies: 9
- Views: 1292
- Fri Nov 14, 2003 1:46 am
- Forum: PHP - Code
- Topic: How to redirect the user from one PHP Page to another?
- Replies: 9
- Views: 1292
How to redirect the user from one PHP Page to another?
Hi all,
Like redirect() method in ASP, Is there any method available in PHP to
redirect the user from one PHP Page to another?
If so, Please tell me.
Thanks in advance.
Gopinath
Like redirect() method in ASP, Is there any method available in PHP to
redirect the user from one PHP Page to another?
If so, Please tell me.
Thanks in advance.
Gopinath
- Thu Nov 13, 2003 10:17 pm
- Forum: PHP - Code
- Topic: PHP Problem !
- Replies: 8
- Views: 1035
- Thu Nov 13, 2003 10:03 pm
- Forum: PHP - Code
- Topic: PHP Problem !
- Replies: 8
- Views: 1035
- Thu Nov 13, 2003 9:52 pm
- Forum: PHP - Code
- Topic: PHP Problem !
- Replies: 8
- Views: 1035
- Thu Nov 13, 2003 1:54 am
- Forum: PHP - Code
- Topic: PHP Problem !
- Replies: 8
- Views: 1035
PHP Problem !
Hi all, I have got a problem in using Insert Query. Here is Insert SQL query <?php $st="GOPINATH'S'; $sql="Insert into emp_tab values(12,$st)"; .. .. .. ?> In the above program, String itself contains Single quote ('). If i try to execute the above query, I got the error message stati...