Forum: PHP Nov 24th, 2008 |
| Replies: 3 Views: 664 Hi there thank you for your reply.
It is because I want it to be "automatic". However I figured a way, kinda same like yours.. |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 664 This is a code i found into the socialengine's plugin.
I think this does all the work
// THIS METHOD CREATES A FORUM USER WITH THE SAME USERNAME AS THE CURRENT USER
// INPUT:
// OUTPUT: ... |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 664 Hello all.
I am having some questions about a subject.
I am running a small social community using SocialEngine and i want to include phpbb3 with an arcade mod or any arcade board that support high... |
Forum: PHP Oct 12th, 2008 |
| Replies: 1 Views: 398 Hi all!
I am looking for some free/paid social network scripts.
Any suggestions ? Thank you |
Forum: PHP Sep 20th, 2008 |
| Replies: 5 Views: 619 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 = "";... |
Forum: PHP Sep 20th, 2008 |
| Replies: 5 Views: 619 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 Sep 20th, 2008 |
| Replies: 5 Views: 619 Yes all are encoded to utf8. from the database to all pages |
Forum: PHP Sep 20th, 2008 |
| Replies: 5 Views: 619 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... |
Forum: PHP Sep 20th, 2008 |
| Replies: 1 Views: 1,015 The problem is not the database. I do import it with utf8 and all pages are utf8 encoded plus i used the meta charset tag.
The problem is with one single line
$tplv['idformat'].=... |
Forum: PHP Sep 20th, 2008 |
| Replies: 1 Views: 1,015 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... |