Search Result

Collapse
6 results in 0.0014 seconds.
Keywords
Members
Tags
question
  •  

  • pedroslopez
    started a topic unexpected T_STRING
    in PHP

    unexpected T_STRING

    Hey! Im developing a script, but i dont know much about PHP.

    Im getting a Parse error: syntax error, unexpected T_STRING in /home/iphonehe/public_html/data/mf/ns.php on line 53

    line 49-55:
    Code:
    if ($output) 
    	echo $output; 
    else {
    
    echo "That is not a valid record on our database";
    
    }
    Can anyone help me out on this one?

    Also, what is...
    See more | Go to post

  • kennyxxcvi
    started a topic What does "0x" in Java mean?
    in Java

    What does "0x" in Java mean?

    Hi all,

    Can anyone explain me the meaning of "0x" in Java (Example : 0x00ffffff, 0x000000ff,.... )

    Thank all.

    Best Regards,
    Kenny Ha
    See more | Go to post

  • Lucas McCarthy
    started a topic Some trouble with packages
    in Java

    Some trouble with packages

    I've started studying java using the tutorial on Oracle. I've been making a program as I've gone along in the tutorial, adding what I learn to the program. When I reached the packages section, I tried packaging my program. However, after I set up the package, my files couldn't find each other. After a couple frustrating hours of trying to fix it, I made a simple package with the following files:

    C:\Users\Kenny\ Desktop\testpac kage\TestSuperC lass.java:...
    See more | Go to post

  • How to ask "good" questions -- READ BEFORE SUBMITTING A QUESTION!

    Remember that the people here helping you are not getting paid. They have no real incentive to help you beyond the desire to help others generally. So, if you make it difficult for them to help, there is a good chance they will just skip your thread and go on to the next one.

    So, how do you ask a good question? There are a few rules:
    • Clarity -- Possibly the most important. Explain your problem clearly, without rambling about
    ...
    See more | Go to post
    Last edited by NeoPa; Apr 25 '23, 03:50 PM. Reason: Added link to Colin Riddington's new article.

  • dpswt
    started a topic Questions about classes in Python.

    Questions about classes in Python.

    Ok so, I'm really new at python (and programming itself) so sorry for my ignorance, but I really needed to ask this. So im doing a wxPython project where I added several tabs for a notebook (each tab of the notebook = a class) and there is one tab where I added a checkbox (in a tab, lets call it for example Tab1), and what I want is that when someone checks it, a button that exists in other tab (class called for example Tab2) gets disabled.
    ...
    See more | Go to post
    Last edited by dpswt; Apr 10 '10, 06:01 PM. Reason: forgot the code

  • Pr1nnyraid
    started a topic function displayPicture() question

    function displayPicture() question

    Hey guys, I'm trying to make a function that will display a group of similarly named images. So far my js looks like this, the script is awful but the general idea is still present. I want the titles to display in order from 1 to 21. title1.jpg ,title2.jpg, title3.jpg , etc.
    Is this even possible? or are there any better ways to accomplish this?
    I've never done this before but i do know some javascript.
    Thanks for all the...
    See more | Go to post
    Last edited by Dormilich; Mar 9 '10, 02:36 PM. Reason: Please use [code] tags when posting code
Working...