help with viewer.php?title-123
4 posts by 2 authors in: Forums > CMS Builder
Last Post: November 27, 2009 (RSS)
hello,
i have some problem with viewer.php?title-123
my Language is Hebrew and when i try to go to page
the title is missing in the url link viewer.php?title-123
i use utf-8 in the database and the php files.
http://www.midnights.co.il/gallery.php?title=some hebrew
hoe can i fix it?
i have some problem with viewer.php?title-123
my Language is Hebrew and when i try to go to page
the title is missing in the url link viewer.php?title-123
i use utf-8 in the database and the php files.
http://www.midnights.co.il/gallery.php?title=some hebrew
hoe can i fix it?
Re: [efi-revivo] help with viewer.php?title-123
By Chris - November 25, 2009
Hi efi-revivo,
I checked out your http://www.midnights.co.il/gallery.php page and the only place I can find links to detail pages is in JavaScript:
Do you want the links from your pulldown to include the articles' titles?
Please attach the full PHP source code for your gallery.php page so I can show you what to change.
I hope this helps! Please let me know if you have any questions.
I checked out your http://www.midnights.co.il/gallery.php page and the only place I can find links to detail pages is in JavaScript:
<td width="278"><select name="jumpMenu" id="jumpMenu" dir=rtl onChange="location.href='gallery.php?'+this.value">
<option value="4">החתול והכלב</option> <option value="1">הפנטגון</option>
</select></td>
Do you want the links from your pulldown to include the articles' titles?
Please attach the full PHP source code for your gallery.php page so I can show you what to change.
I hope this helps! Please let me know if you have any questions.
All the best,
Chris
Chris
Re: [chris] help with viewer.php?title-123
i just want to see the full url with my title in hebrew for SEO..
its show only test.php?1 with out my title...
i try in utf-8 codepage and windows-1255 and its the same problem.
when i type the url like this test2.php?רביבו-1 its working.
but than i need to change <?php echo $clubsRecord['_link'] ?>
to
test.php?<?php echo $record['title'] ?>-<?php echo $record['num'] ?>
its show only test.php?1 with out my title...
i try in utf-8 codepage and windows-1255 and its the same problem.
when i type the url like this test2.php?רביבו-1 its working.
but than i need to change <?php echo $clubsRecord['_link'] ?>
to
test.php?<?php echo $record['title'] ?>-<?php echo $record['num'] ?>
Re: [efi-revivo] help with viewer.php?title-123
By Chris - November 27, 2009
Hi efi-revivo,
It seems like you attached freshly generated PHP pages instead of gallery.php. I think the problem is specific to gallery.php. Please attach the full PHP source code for gallery.php and I'll take a look.
It seems like you attached freshly generated PHP pages instead of gallery.php. I think the problem is specific to gallery.php. Please attach the full PHP source code for gallery.php and I'll take a look.
All the best,
Chris
Chris