Search found 3 matches

by Mendes
Fri Mar 26, 2004 11:22 am
Forum: PHP - Code
Topic: a few n00b questions
Replies: 9
Views: 764

patrikG wrote:use "TRUNCATE tablename"
and that will totally clear out everything and leave me with an empty table? no fields period right?

Thanks a lot!
by Mendes
Fri Mar 26, 2004 11:02 am
Forum: PHP - Code
Topic: a few n00b questions
Replies: 9
Views: 764

1. yes, but have a look at HTML Metatags. Forwarding in javascript can also be handy. It does depend on the situation/application 2. to delete a table write "DROP TABLE tablename" 3. They are a convenient and, on the internet, the only way (to my knoweldge). If there are other ways, I'd l...
by Mendes
Fri Mar 26, 2004 10:31 am
Forum: PHP - Code
Topic: a few n00b questions
Replies: 9
Views: 764

a few n00b questions

first things first.. 1. to redirect someone to a different page say if and if statement is true what is the best method? header("Location: page.php"); the above is what i found in one of the tutorials is that the best way? 2. if i want to have a kill script that erases all information in m...