![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
'; |
#2
| |||
| |||
|
|
I've asked this question in two NGs and two forums with no joy, so one last try here before I blow my brains out in frustration :-) |
#3
| |||
| |||
|
|
I've asked this question in two NGs and two forums with no joy, so one last try here before I blow my brains out in frustration :-) |
#4
| |||
| |||
|
|
Trying to convert a script to use friendly URLs, I've done this before, but my PHP skills are basic so I'm not great at PHP. |
#5
| |||
| |||
|
|
On Mon, 23 Oct 2006 05:15:32 +0200, David seodave (AT) search-engine-optimizat...es (DOT) co.uk> wrote: Trying to convert a script to use friendly URLs, I've done this before, but my PHP skills are basic so I'm not great at PHP. I am sorry Dave, I am afraid I can't do that. Please try to be more specific and to isolate the real problem. Right now it is covered with code snippets so that everyone wanting to help must spend a lot of time trying to understand what you are looking for. I have resigned after 5 minutes, note that John did the same. |
#6
| |||
| |||
|
|
On Mon, 23 Oct 2006 05:15:32 +0200, David seodave (AT) search-engine-optimizat...es (DOT) co.uk> wrote: Trying to convert a script to use friendly URLs, I've done this before, but my PHP skills are basic so I'm not great at PHP. I am sorry Dave, I am afraid I can't do that. Please try to be more specific and to isolate the real problem. Right now it is covered with code snippets so that everyone wanting to help must spend a lot of time trying to understand what you are looking for. I have resigned after 5 minutes, note that John did the same. No wonder nobody answered to your query earlier. Borek |
|
'; |
#7
| ||||
| ||||
|
|
LOL My original questions were shorter http://www.webmasterworld.com/php/31...htm#msg3131480 thought I'd give full details this time see if it made a difference :-) Thanks for trying though. |
|
but want this- http://www.temphelpwnc.com/Real-Musi.../Crazy-Frog/1/ Which is not working. |
|
echo'<a href="'.$site_url.''.$typ.'/'.$query_string.'/1/">'.$trimcat.'</a> |'; |
|
echo'<a href="'.$site_url.''.$typ.'/'.safename($query_string).'/1/">'.$trimcat.'</a |'; |

#8
| ||||||
| ||||||
|
|
On Mon, 23 Oct 2006 12:02:08 +0200, David seodave (AT) search-engine-optimizat...es (DOT) co.uk> wrote: LOL My original questions were shorter http://www.webmasterworld.com/php/31...htm#msg3131480 thought I'd give full details this time see if it made a difference :-) Thanks for trying though. Are you sure you are looking in the correct place? Looks for me like the URL can be correctly parsed by rewrite_mod, but then your code that tries to fetch data and generate page can get lost for some completely separated reason. |
|
but want this- http://www.temphelpwnc.com/Real-Musi.../Crazy-Frog/1/ Which is not working. AFAICT links on the page look OK, problem starts when they are clicked. Yet you are referring to the code that generates these links and not to the code that generates page content. |
|
'; |
|
"); |
|
echo'<a href="'.$site_url.''.$typ.'/'.$query_string.'/1/">'.$trimcat.'</a> |'; print("<a href=\"$site_url$typ/$query_string/1/\">$trimcat</a> |"); echo'<a href="'.$site_url.''.$typ.'/'.safename($query_string).'/1/">'.$trimcat.'</a |'; print("<a href=\"$site_url$typ/".safename($query_string)."/1/\">$trimcat</a> |"); Note: it is not necesarilly better, it is just easier for me to understand ![]() |
|
Borek |
#9
| |||
| |||
|
#10
| ||||
| ||||
|
|
I still don't get something. I am going to the page: http://www.temphelpwnc.com/Real-Musi...s/Bollywood/1/ Clicking on Crazy Frog in both upper and lower parts, and opening two windows. One for %20 link: http://www.temphelpwnc.com/Real-Musi...razy%20Frog/1/ and one for: http://www.temphelpwnc.com/Real-Musi.../Crazy-Frog/1/ Now, there are two main differences between these pages. |
|
First difference is that on the %20 page link to Crazy Frog is no longer a link, second is that on the %20 page below both menus there is a list of rings. How do you check whether you have to embrace Crazy Frog by <strong></strong> tags, or by <a href=""></a> tags (or display list of rings)? IMHO that's where the bug is. |
Or I have no idea what you are asking about ![]() |
|
Borek |
![]() |
| Thread Tools | |
| Display Modes | |
| |