Current location: Hot Scripts Forums » Programming Languages » PHP » help with my script plz


help with my script plz

Reply
  #1 (permalink)  
Old 08-05-03, 07:47 PM
AlexGM14 AlexGM14 is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
help with my script plz

ok, i want to make this script and if someone could point me in the right direction that would be great.

Ok i want to add reviewa in my site. Reviews for other websites. I want it so the reviews are in alphabetical order. So i will have a list of letters and i click on A i want to go to the apple website review. Is this possible? And if it is what tutorials should i read to accomplish it? Or maybe someone can tell me what to do..plz help.
Reply With Quote
  #2 (permalink)  
Old 08-05-03, 11:03 PM
inkblot's Avatar
inkblot inkblot is offline
The Lonely Coder
 
Join Date: Aug 2003
Location: Ontario
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
I don't know of any scripts like that but if you were to store the reviews on a database, it wouldn't be that difficult to select all the entries alphabetically.

For instance, if the field(column) storing the site name is called site_name and a letter of the alphapet was passed to the script to a variable called $startsWith... the select statement might look like this:
PHP Code:

$sql "SELECT * FROM  tablename WHERE site_name LIKE '$startsWith%'"
Then if you were searching for 'A' sites, the LIKE clause of your sql statement would be LIKE 'a%' meaning anything beginning with 'a'.

Hope this is helpful.
__________________
where am i......
Reply With Quote
  #3 (permalink)  
Old 08-06-03, 10:04 AM
AlexGM14 AlexGM14 is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
ok...hold on im gonna show an example of the kind of script i want to make...

http://codes.ign.com/lists/20115/068/index.html

thats pretty much exactly what i want to do. except i dont want the 'other' link.
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
Looking for a good review management script griz_fan Script Requests 10 07-29-07 05:08 AM
Download files from another server using script! benweston Script Requests 5 01-17-06 09:29 AM
Question of the Day script? ncasares Script Requests 1 08-28-03 01:12 PM
Talkback script..help pls BC_ PHP 0 06-22-03 06:44 PM
Need help with a script boardpix PHP 7 06-08-03 11:37 PM


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