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?

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'] ?>
Attachments:

test_004.php 3K

test2.php 2K

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.
All the best,
Chris