• Member Avatar for Stefce
    Stefce

    Replied To a Post in Space between words

    Thank you men :) Solution: "**URL url = new URL("http://secretchatsk.host56.com/some_file.php?search="+URLEncoder.encode(search, "UTF-8"));**"
  • Member Avatar for Stefce
    Stefce

    Edited Space between words

    Hello i have a little problem with writing the words in the database, after some space between the words the database can't remember it, thats why because the link eg. …
  • Member Avatar for Stefce
    Stefce

    Edited Space between words

    Hello i have a little problem with writing the words in the database, after some space between the words the database can't remember it, thats why because the link eg. …
  • Member Avatar for Stefce
    Stefce

    Edited Space between words

    Hello i have a little problem with writing the words in the database, after some space between the words the database can't remember it, thats why because the link eg. …
  • Member Avatar for Stefce
    Stefce

    Created Space between words

    Hello i have a little problem with writing the words in the database, after some space between the words the database can't remember it, thats why because the link eg. …
  • Member Avatar for Stefce
    Stefce

    Began Watching Space between words

    Hello i have a little problem with writing the words in the database, after some space between the words the database can't remember it, thats why because the link eg. …
  • Member Avatar for Stefce
    Stefce

    Gave Reputation to diafol in To fetch the form exam results from an external website displaying on my w

    That's up to you mate. But don't ask me, ask the uni. Good luck with it, over and out.
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in streaming videos

    Good example thanks all :)
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in streaming videos

    Thank you for the answers and does its safe or unsafe to do that ?
  • Member Avatar for Stefce
    Stefce

    Began Watching Code works on Chrome but not on IE & FF

    I have a strange problem, my code is working fine on Chrome but showing blank page on both FF & IE.
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Code works on Chrome but not on IE & FF

    I guess you are using jquery for chrome only... - Post the code
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in streaming videos

    Im asking does its posible to attach video to my website but the video to be in my PC and does its possible to watch it on the site it …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in streaming videos

    Anyone please ?
  • Member Avatar for Stefce
    Stefce

    Began Watching streaming videos

    Hello i choose this title cause i dont know how it calls with the real name but i will try to explain... Im asking does its possible to put a …
  • Member Avatar for Stefce
    Stefce

    Stopped Watching streaming videos

    Hello i choose this title cause i dont know how it calls with the real name but i will try to explain... Im asking does its possible to put a …
  • Member Avatar for Stefce
    Stefce

    Created streaming videos

    Hello i choose this title cause i dont know how it calls with the real name but i will try to explain... Im asking does its possible to put a …
  • Member Avatar for Stefce
    Stefce

    Began Watching streaming videos

    Hello i choose this title cause i dont know how it calls with the real name but i will try to explain... Im asking does its possible to put a …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Revoked Solved Status for arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in arrays

    I make it like this: public void onClick(View v) { String Shortword = word.getText().toString(); for (int i = 0; i < questions.length; i++) { if (Shortword.equals(questions[i])) { description.setText(answers[i]); break; } …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in arrays

    any responzes please ? :/
  • Member Avatar for Stefce
    Stefce

    Edited arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Edited arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Created arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Began Watching arrays

    Hello, im trying to get the answers from the secound array but it takes just the last question and answer hers is the code: search.setOnClickListener(new View.OnClickListener() { String[] questions = …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for PHP confusion

    i can not understand why is showing "Wrong Username or password" even i dont click the button always is there and dissapearing after user enter true username and password. if($count …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP confusion

    I have solved that with the login system: login.php <?php function CheckCookieLogin() { $username = $_COOKIE['username']; if (!empty($username)) { $sql = "SELECT * FROM `users` WHERE `login_session`='$username'"; $_SESSION['user_is_logged_in'] = 1; …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP confusion

    Doesnt work even with the quotes, BTW yeah i have readed something about that and what should i use instead of that method ? **EDITED** Also want to ask how …
  • Member Avatar for Stefce
    Stefce

    Created PHP confusion

    i can not understand why is showing "Wrong Username or password" even i dont click the button always is there and dissapearing after user enter true username and password. if($count …
  • Member Avatar for Stefce
    Stefce

    Began Watching PHP confusion

    i can not understand why is showing "Wrong Username or password" even i dont click the button always is there and dissapearing after user enter true username and password. if($count …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Merge two classes

    Now i have two classes index.html and statusbar.css i have the background on the statusbar.css and some sliding image on mouse drag i have connected the classes with this code: …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Merge two classes

    doesnt work :/
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Merge two classes

    no i dont need any engines i just need to merge two classes to get rid of copying the code again and again in every class...
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Merge two classes

    Ok, im taking for example this site .. Look at the top of daniweb site you seeing this pink "navigation bar or status bar" where have "LOGGED IN AS: pritaeas …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in Merge two classes

    Someone, please ? :/
  • Member Avatar for Stefce
    Stefce

    Edited Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …
  • Member Avatar for Stefce
    Stefce

    Created Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …
  • Member Avatar for Stefce
    Stefce

    Began Watching Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …
  • Member Avatar for Stefce
    Stefce

    Marked Solved Status for php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Edited php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Edited php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Edited php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Edited php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Created php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Began Watching php echo

    Hello i will ask directly with out explaining, how can i close this echo ??? <?php echo "<div class='date'> date("Y/m/d"); </div>"; ?> It gives me some error like `Parse error: …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP input into database

    I dont get nothing of it you can check at: [www.secretchatsk.host56.com](http://www.secretchatsk.host56.com)
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP input into database

    Dont work again :/ Here at values VALUES (?, ?, ?, ?)"); does it need to be like that or i need to change it ? Also where to put …
  • Member Avatar for Stefce
    Stefce

    Replied To a Post in PHP input into database

    Yeah they are not the real, i'm using other, im just changing for the security reasons ...

The End.