<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Clear Search Results (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Clear Search Results
#812
adktech (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Clear Search Results 3 Years, 3 Months ago Karma: 0  
Greetings,

Im working on some code to create a button to clear the collective search results section.

im having trouble finding the exact tables to address. This is the code I have so far.
QUOTE:
/********************
** admin/main.php**
************************/
<p>
<a href="clear_search.php?<?=session_name()?>=<?=session_id()?>">Clear
Search</a>.
<br>


QUOTE:
<?php
/***************************
** admin/clear_search.php***
****************************/
/*
* Change the first line to whatever
* you use to connect to the database.
*
* Change tablename to the name of your
* database table.
*
* This example would delete a row from
* a table based on the id of the row.
* You can change this to whatever you
* want.
*/

// Your database connection code
db_connect();

$query = "TRUNCATE TABLE tablename WHERE id = ('$id')";

$result = mysql_query($query);

echo "The data has been deleted.";

?>

Suggestions are welcome.
Note, I use quotes instead of code because Internet Explorer mashes the code together so that its very hard to read. Mozilla displays it correctly.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    thread link
Clear Search Results
adktech 2009/01/29 10:34
    thread link
thread linkthread link Re:Clear Search Results
Dewed 2009/01/29 14:16
    thread link
thread linkthread link Re:Clear Search Results
adktech 2009/01/29 18:24
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008