I'm new to the PHP world, and just added the first PHP anything to my site. Its a simple code that saves the last X number of referrals so visitors of my site can see them.
The script works great, the only problem is that some of the referring URLS can be quite long, and I would like to add the option of only allowing, say 60 characters of the URL to display, and then have a "..." appended to the end of that link. But, right now, the script uses the same variable for the a href link and the title.
I would appreciate anyone who might want to help me with this. It seems like something that could be done quite easily.
I would include a thank you on my site for your help.
My link is included below, so you can see the example (See the last 20 referrals...)
Lunch Box Pad web site
I can send you the files, there are 4 of them if you need to look at them.
I REALLY REALLY want to fix this!!!!
Thank you!