Current location: Hot Scripts Forums » Programming Languages » PHP » Help with simple Database!


Help with simple Database!

Reply
  #1 (permalink)  
Old 08-01-03, 01:50 AM
kenfused kenfused is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Help with simple Database!

Hello
I'm trying to make a database with a single column with 20 rows.
(I think I can do this with PHPmyAdmin.

From there. I want to know how I (using PHP) can add a value to one of the 20 rows, after 20 items have been added, adding a new value pushes off the oldest one.

Then I want to be able to get the contents of the table as an array.

I'm trying to make a "Last 20 searches" for my website.
I have the search function done, Now I want to add this table of 20 values, that can get added to and updated with each search query.

Thanks!
K
Reply With Quote
  #2 (permalink)  
Old 08-01-03, 02:03 AM
ChristGuy ChristGuy is offline
Operations Support Develo
 
Join Date: Jun 2003
Location: Rivonia, South Africa
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
Greetingz...

An eaisier way would be to add a date field and sort on that:
PHP Code:

SELECT FROM Searches ORDER BY Date ASC LIMIT 020 

That will return the 20 dates in ASCending order...
__________________
Till We Meet Again...
Clifford W. Hansen
Aspivia (Pty) Ltd

"We Have Seen Strange Things Today!" Luke 5:26
Reply With Quote
  #3 (permalink)  
Old 08-01-03, 04:26 PM
kenfused kenfused is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
that seems like a good idea... That way, it would be easy to grab the top 20 most recent.

Is there a way to keep only the 20 most recent search terms, to purge the last ones? Or will the database keep on growing?
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Share database over the Internet nitinkedia The Lounge 2 11-20-03 02:07 PM
SQL database registration form help vinhkhuong PHP 3 10-10-03 03:49 AM
tracking down a database problem ... bjmcintosh ASP 1 08-29-03 07:52 AM
Share database over the internet nitinkedia PHP 0 07-11-03 12:22 AM
Share database over the Internet nitinkedia New Members & Introductions 1 07-10-03 02:50 PM


All times are GMT -5. The time now is 04:20 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.