alejandro52 Posted May 27, 2007 Share Posted May 27, 2007 I have 5 buttons and i when i click them i want them to redirect to "news.php?item=. The problem is that i want to write greek in the link but when i add greek words in the item it shows -Unknown column 'ΕÏωτήσεις' in 'where clause'- (i use the item to get the rows with the item).BUT when i add one specific greek word it works perfect. When i try to change one letter from the word it shows the error message again.WTH. Quote Link to comment https://forums.phpfreaks.com/topic/53162-wthlink-problem/ Share on other sites More sharing options...
alejandro52 Posted May 27, 2007 Author Share Posted May 27, 2007 does anyone have an idea on whats he problem? Quote Link to comment https://forums.phpfreaks.com/topic/53162-wthlink-problem/#findComment-262714 Share on other sites More sharing options...
alejandro52 Posted May 27, 2007 Author Share Posted May 27, 2007 Well, I think that there is a problem with passing greek words in the browser with Get so i used something else. Quote Link to comment https://forums.phpfreaks.com/topic/53162-wthlink-problem/#findComment-262762 Share on other sites More sharing options...
fenway Posted May 30, 2007 Share Posted May 30, 2007 So you've worked around it? Quote Link to comment https://forums.phpfreaks.com/topic/53162-wthlink-problem/#findComment-264905 Share on other sites More sharing options...
alejandro52 Posted May 31, 2007 Author Share Posted May 31, 2007 So you've worked around it? I added one more column in my database ro represent what i want to pass with get as a number.Couldn't figure it out the problem but i think you can't pass greek words in the browser. Quote Link to comment https://forums.phpfreaks.com/topic/53162-wthlink-problem/#findComment-265392 Share on other sites More sharing options...
fenway Posted May 31, 2007 Share Posted May 31, 2007 It's just an url encoding issue, but yes, it's easier to stick with standard ASCII characters. Quote Link to comment https://forums.phpfreaks.com/topic/53162-wthlink-problem/#findComment-265524 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.