Forum: PHP 3 Days Ago |
| Replies: 1 Views: 87 |
Forum: PHP 25 Days Ago |
| Replies: 5 Views: 196 Re: Funny-crazy problem with PHP i did that.. i guess i do not know where to put it in my code.
/* generate query syntax for searching in auction */
$search_words = explode (" ", $qquery);
/* query part 1 */
$qp1 = "";
$qp =... |
Forum: PHP 25 Days Ago |
| Replies: 5 Views: 196 Re: Funny-crazy problem with PHP My greek data is written in the database using the decimal format http://htmlhelp.com/reference/html40/entities/symbols.html
The only way to get the results displayed is when i search with those... |
Forum: PHP 25 Days Ago |
| Replies: 5 Views: 196 |
Forum: PHP 25 Days Ago |
| Replies: 5 Views: 196 Funny-crazy problem with PHP Hi again.
I have a project that gets from mysql the data that i search.
Until 10 minutes ago, the results could not display me correctly the Greek characters from mysql.
The search system searches... |
Forum: PHP 25 Days Ago |
| Replies: 1 Views: 181 |
Forum: PHP 25 Days Ago |
| Replies: 1 Views: 181 Display correctly Greek and special characters I have a problem with my project.
The project search through the database and displays the results.
The problem is that I get question marks instead of GREEK letters (i do not mean rubbish, i mean... |
Forum: MySQL 25 Days Ago |
| Replies: 13 Views: 671 Re: Problem with Greek characters I tried to find the file that does this work (as i said is not developed by me)
and found this :
/* this subastas title and link to details */
$tplv['id']=$row['id'];
$tplv['idformat']="<A... |
Forum: MySQL 25 Days Ago |
| Replies: 13 Views: 671 |
Forum: MySQL 26 Days Ago |
| Replies: 13 Views: 671 Re: Problem with Greek characters Also, I import some items for the importing/exporting test you told me.
I have mysql and collations to utf8 general ci
1. Using the default encoding of notepad,I import the sql file and i got... |
Forum: MySQL 26 Days Ago |
| Replies: 13 Views: 671 Re: Problem with Greek characters Thank you petr.pavel for your support
1. I saved the following
to a html file. I uploaded in the sever and with default encoding Greek, it was displayed correctly. I changed browser encoding to... |
Forum: MySQL 26 Days Ago |
| Replies: 13 Views: 671 Re: Problem with Greek characters i did what you told me, but i didnt come to a solution. I googled and find out that there are so many users who did the same thing without a change. There must be something i do not do right.
P.S.... |
Forum: MySQL 26 Days Ago |
| Replies: 13 Views: 671 |
Forum: MySQL 27 Days Ago |
| Replies: 13 Views: 671 Re: Problem with Greek characters thank you all for your replies.
I have proceed to a next stage now.
for stephen84s :into this progject, i have several departments that uses different databases.in one of them, that i do my tests,... |
Forum: MySQL 28 Days Ago |
| Replies: 13 Views: 671 Problem with Greek characters Hi all,
I have a problem with my php and mysql project.
I use an auctions software, named phpauction for my project.
I import into my database with utf8 encodingm and I can see the greek letters... |
Forum: C May 9th, 2008 |
| Replies: 14 Views: 787 Re: Stable marriage i have fixed the mistakes...
#include <stdio.h>
#include <stdlib.h>
// Structure and Global Variables
//-------------------------------------------------
//VARIABLES AND NAMES THAT YOU CAN CHANGE |
Forum: C May 9th, 2008 |
| Replies: 14 Views: 787 Re: Stable marriage thank you my friend. i have just message you the code where i fixed the errors. |
Forum: C May 7th, 2008 |
| Replies: 14 Views: 787 |
Forum: C May 5th, 2008 |
| Replies: 14 Views: 787 |
Forum: C May 4th, 2008 |
| Replies: 14 Views: 787 Stable marriage In this work you will materialise a algorithm that solves the problem of Stable Marriage. In this problem we aim at "n" men and "n" women and our goal is the contracting of constant marriages between... |
Forum: C++ May 4th, 2008 |
| Replies: 1 Views: 358 Stable Marriage In this work you will materialise a algorithm that solves the problem of Stable Marriage. In this problem we aim at "n" men and "n" women and our goal is the contracting of constant marriages between... |
Forum: Assembly May 4th, 2008 |
| Replies: 2 Views: 630 |
Forum: Assembly May 4th, 2008 |
| Replies: 2 Views: 630 Integer Unsigned numbers Anyone can guide me or send me links, or whatever helpful with the following project? Thank you
Materialise in symbolic language (assembly- MIPS) and execute in the SPIM, a program that would... |