• Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Created Login problems on Mozilla

    Hey guys, Just tried to log in on Mozilla Firefox 30.0 and it does not give me an alert toast/message. My credentials are good because it worked on IE11 and …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching Login problems on Mozilla

    Hey guys, Just tried to log in on Mozilla Firefox 30.0 and it does not give me an alert toast/message. My credentials are good because it worked on IE11 and …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Marked Solved Status for OR operator not working

    Hey guys, Having some difficulties understanding why my OR || operator is not working... First part is BOOLEAN and it is working Second part is STRING and it is working, …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in OR operator not working

    Got it solved with &&
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in OR operator not working

    if i use each part separately, it works ...
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Created OR operator not working

    Hey guys, Having some difficulties understanding why my OR || operator is not working... First part is BOOLEAN and it is working Second part is STRING and it is working, …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching OR operator not working

    Hey guys, Having some difficulties understanding why my OR || operator is not working... First part is BOOLEAN and it is working Second part is STRING and it is working, …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching php upload file in 0 kb

    my hosting directory permissions is writeable but still i recieved in 0kb files came form my upload page.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in php upload file in 0 kb

    can you post the code from the upload from your script ?
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching problem

    ` Hey can u solve my prob. I was running an Applet program(.html file) with java Browser but it showing error = "your security settings have blocked a local application …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in problem

    As far it seems, you did not give permission to the Java to load properly.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in FETCHING DATA INTO SELECT MENU FROM DB USING ON CHANGE EVENT

    Forgot to add after the `url` parameter the `data: data,` parameter so you can send your values to extract exactly what you need.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching FETCHING DATA INTO SELECT MENU FROM DB USING ON CHANGE EVENT

    I have two tables in db named department (contains department) and sup (contains name of supervisors name). now my query is: By selecting the department in select menu the next …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in FETCHING DATA INTO SELECT MENU FROM DB USING ON CHANGE EVENT

    One of the simplest methods is to use jQuery's Ajax method to do this. https://api.jquery.com/jQuery.ajax/ Example code -> not tested $.ajax({ url: "your_link.html", cache: false, success: function(data){ // you can …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Homework: Pyramid

    Yes, you're right, I did not think in that way at first but now, it's a different story :)
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in how to set char limit in prompt box using javascript?

    This cannot be done with the prompt() function, you shoul look towards the jQueryUI or something like that.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Homework: Pyramid

    Got it, I will not post any snippets again :)
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching how to retrieve data from database via search

    can anyone help to check my coding? what i need is to enter the groupcode and when i click search,it will retrieve all the modules. but only one module that …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in how to retrieve data from database via search

    In that case you have to use this <?php $server="localhost"; $username="root"; $password=""; $connect_mysql=mysql_connect($server,$username,$password) or die ("Connection Failed!"); $mysql_db=mysql_select_db("reportdatabase",$connect_mysql) or die ("Could not Connect to Database"); $db_sch = "SELECT * FROM …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching how to set char limit in prompt box using javascript?

    how to set char limit in prompt box using javascript?
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in how to set char limit in prompt box using javascript?

    What do you mean by this, in more details?
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Edited Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Revoked Solved Status for Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Marked Solved Status for Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Revoked Solved Status for Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Marked Solved Status for Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Edited Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Homework: Pyramid

    I posted it to the Tutorials for those who may need it for school :)
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Created Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching Homework: Pyramid

    **This is intented for learning purposes, feel free to study the code** Create a drawing that looks like this (pyramid) The number should be incremented with the modulus.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching datepicker

    how to use datepicker jquery what are the essentials think i should download to use datepicker
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in datepicker

    Please read the documentation for the function: [jquery UI datepicker](http://api.jqueryui.com/datepicker/) Simple usage <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Datepicker - Default functionality</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.9.1.js"></script> …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching Join Question (Retrieve multiple rows)

    I want to have a supplier table, with ID, NAME, CONTACT, PHONE, etc, In my main table, a record can have more than one of these suppliers, what is the …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Join Question (Retrieve multiple rows)

    First please create a [sqlfiddle](http://sqlfiddle.com/) with your tables and data so we can help you with the query.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching sha1 encrypted key now that's causing invalid login

    Hello, i just coded for login script now i want to add "sha1" to my code due to security reason but it's showing an invalid login error i don't know …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in sha1 encrypted key now that's causing invalid login

    Line 11 looks weird with the SHA1 function. $sql="SELECT * FROM admin WHERE username='$myusername' AND passcode='.sha1[$mypassword]' "; //should be $sql="SELECT * FROM admin WHERE username='".mysql_real_escape_string($myusername)."' AND passcode='".sha1(mysql_real_escape_string($mypassword))."' ";
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching Could not connect to DB

    Hi, Set up DB, sql file. Looks ok. Get Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a2108135'@'localhost' (using password: NO) in /home/a2108135/public_html/connect.php on line 27 Line 26-27 $dblink=MYSQL_CONNECT($MySqlHostname, $MySqlUsername, $MySqlPassword) …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Could not connect to DB

    Make sure that the username has access from the IP from where you want to connect to the server. Is localhost your server or a remote one ?
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching Please help with if

    Hi. all i have small problem Not verified =0 verified=1 $balance = $match_value['balance']; $verified = $match_value['verified']; <tr><td> <b> Balance: </b> </td> <td> if ($verified == 1) { $verified = "$balance"; …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Please help with if

    I think that it is your PHP tags and other little problems. Try this. <?php $balance = $match_value['balance']; $verified = $match_value['verified']; ?> <tr> <th>Balance:</th> <td> <?php if ($verified == 1) …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching developement of browser or media player in JAVA

    i intend to do my project of making browser or media player in JAVA.i need help..someone please guide me how to go about it...and someone has any other bright idea …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in developement of browser or media player in JAVA

    If I would have to chose, I would chose the browser, it is more easier, but also the media players it is okay. For the browser and media player look …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Replied To a Post in Simple recursion unique raffle

    That is true, my ideea was that I had limited players, almost 50k and I did a max of 100K.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Gave Reputation to urtrivedi in Fetch image

    I would suggest to keep filepath in database and upload that file in file system of server.
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Edited Simple recursion unique raffle

    Raffle function to generate unique numbers for each player, related to the same table with a recursive aproach. I had to do a simple raffle system for a contest that …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Edited Simple recursion unique raffle

    Raffle function to generate unique numbers for each player, related to the same table with a recursive aproach. I had to do a simple raffle system for a contest that …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Edited Simple recursion unique raffle

    Raffle function to generate unique numbers for each player, related to the same table with a recursive aproach. I had to do a simple raffle system for a contest that …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Created Simple recursion unique raffle

    Raffle function to generate unique numbers for each player, related to the same table with a recursive aproach. I had to do a simple raffle system for a contest that …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching Simple recursion unique raffle

    Raffle function to generate unique numbers for each player, related to the same table with a recursive aproach. I had to do a simple raffle system for a contest that …
  • Member Avatar for Szabi Zsoldos
    Szabi Zsoldos

    Began Watching MySQL query getting too complex

    Hi all, I've made a query that gathers info from several tables, after it was working, there was the need to integrate yet another table, however I can't seem to …

The End.