Linked Keywords
Posted on
16th Feb 2014 07:03 pm by
admin
I am trying to get a script that makes my predefined keyword converted to links and / or converted to a certain color, size and so on... In one of the other threads Ive posted I got an answer I am a bit curious on, I'll just quote the answer, and hopefully some of you can help me with this.... see my answer below, and help If you want... I'll be forever grateful....
QuoteQuote from: Grayda on Today at 12:26:29 AM
I think I get it. You want certain words to be, say, red. And you want other words to be made in to a link? I think this should help:
Code:
<?php$mytext = "Buffalo with an aqualung";$mytext = str_replace("Buffalo", "<a href='buffalo.php'>Buffalo</a>", $mytext);$mytext = str_replace("aqualung", "<b>aqualung</b>", $mytext);echo $mytext
So when you run the script, Buffalo will be replaced with a link to buffalo.php and aqualung will be made bold.
That, of course, is the simple way to do it. You can get complex with regexes and whatnot, but if you're only doing a few things at a time, this is ideal.
bah.. Im still struggling with this... could anyone be helpful explaining to me how I can use this example in my site? I don't understand a thing, and probably shouldn't be messing with this kind of codes.. lol...
Before my text that needs to be converted I have three other pages included:
<?php include "../url/url.php"; ?>
<?php include "url.php"; ?>
<?php include "url/url.php"; ?>
These makes the top of my pages, and I was hoping that I could set the code in one of those so I don't have to copy&paste the script into every single page...
Don't I need any more script than those few lines?
Im desperate.... lol.... please help...
No comments posted yet
Your Answer:
Login to answer
210
51
Other forums
IMAGE - SERVER SIDE scripting help...
How to receive pixel data of an image and buid a bitmap file on the server using the HTTP POST metho
add to sql result
ok see rite now my sites hit counter is counted from the mysql visitor log i need to clear it aft
Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,
Not Inserting into DB
I can't get my Add new Division form to submit to the database. Anyone see my issue?
Code: &a
Significance of BPM
Hi Experts,
I am a novice in BPM , I just want to know how BPM as permenant department is
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
blank page.... nothing is happening.
I'm new to a lot of this but in the last 24hrs have learned a lot.
Installed latest version of my
GET * FROM _____ Except?
I have a site that is for stock photography.
This section of the code calls images to display
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the
This must be easy , pulling the last record of the day, every day, from a txt
I have a txt file logging weather data every minutes (so 1 record per minute). I want to extract the