Forum Moderators: coopster
The link is coming up bad because its being cut off.
Would this be a setting in myphpadmin (there is an option in the called "fulltext"), a general php limitation or a setting on one of the supplied php files?
Thanks,
Jackie
Welcome to WebmasterWorld
PHPmyAdmin is a great tool that only helps you setting a new MySQL Database or managing an existing one
But data accessible from PHPmyAdmin are only data originated from PHP scripts “speaking” to your MySQL database
DO NOT EDIT ANYTHING from there unless you know what you are doing.And there are almost no chances that your problem can be addressed via PHPmyAdmin
You are presumably describing an URL dynamically generated by PHP
That has a bunch of numbers and equal signs and question marks – Correct?
There are a few ways to palliate to your problem however we need to look at that URL (Please when pasting it replace information such as your real site name by mysite or anything in that range)
Then a few things can be done that will require for you to have some sort of server access to possibly upload a “ .htaccess “ file that will rewrite the URL and deliver what’s called a clean URL
If you delve into the forum and search for mode_rewrite or htaccess you will find enough resources to get a good idea on what is happening
Cheers
Henry
I think this is how you're requesting it.
<a href="www.example.net/link">www.mysite.net/links</a>
On the main page, scroll down -the bad url is "Shop by Occasion".
Jackie
[edited by: jatar_k at 4:11 am (utc) on April 5, 2005]
[edit reason] generalized url [/edit]