Current location: Hot Scripts Forums » Programming Languages » PHP » Need assist with script mod...


Need assist with script mod...

Reply
  #1 (permalink)  
Old 04-21-04, 11:48 AM
jmueller0823 jmueller0823 is offline
New Member
 
Join Date: Apr 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Need assist with script mod...

We're using this script:
http://www.evilwalrus.com/viewcode.php?codeEx=262

Purpose: As each of our articles are viewed, it increments a counter in a MySQL db. Then, we display a weekly "most popular" list.

A sample of our page output is here:
http://www.growthtrac.com/popular.php

The script derives the page descriptions from the page <title>.
So, a page description might look like this:
Articles for Christian Marriage, Growthtrac-A Surprising Key

Instead of this (preferred): A Surprising Key

QUESTION

How can I strip the repetitive <title> text from the page descriptions?
The text we want to eliminate is: Articles for Christian Marriage, Growthtrac-

Please be specific... I'm not an expert. Thanks.

Last edited by jmueller0823; 04-21-04 at 11:51 AM.
Reply With Quote
  #2 (permalink)  
Old 04-21-04, 03:50 PM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
PHP Code:

<?php

echo str_replace('Articles for Christian Marriage, Growthtrac-'''$title);
?>
Where $title is the variable holding the, uh... title.
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
Help with my largest perl script. Grabbing data from a file. Sunnmann Perl 2 04-23-08 03:27 AM
Looking for a good review management script griz_fan Script Requests 10 07-29-07 05:08 AM
Is there any integrity of script rankings? webmaster@atmanager.com Hot Scripts Forum Questions, Suggestions and Feedback 17 08-06-04 12:12 AM
will pay. php script needed. upload, resize, & email jamjammo Script Requests 4 02-29-04 08:30 PM
Affiliate script (PHP) whtiebear Job Offers & Assistance 2 12-21-03 12:12 AM


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