Search results

  1. JSEB

    HTML Form/PHP Script

    I am trying to write one PHP script for 3 different HTML forms that validate the input on the form, and can calculate the total for each individual form. Create an overall total between the three forms, and print/show the individual and overall totals. If that makes any sense.. 3 different...
  2. JSEB

    PHP Total of Var & Constant

    wow thank you
  3. JSEB

    PHP Total of Var & Constant

    I am fairly new to PHP, I am trying to get the total for a variable and a constant. My variable is a random integer, and I need the total of $shirts bought, to match the price point I have set as my constant 'SHIRT_PRICE' I hope I explained this well, the code I have currently: <?php...
  4. JSEB

    SQL Troubles

    Having a hard time writing a subquery that will display all columns from my "USERS" table that also matches the "JOBCODE" of "programmer in my "JOBS" table. Very new to SQL but my thought process has been this: SELECT * FROM users WHERE jobcode=programmer IN jobs;
  5. JSEB

    Possibilities?

    great advice, I guess now early in my career would be a good idea to test around and figure out what I like more. Problem solving is something I enjoy, but I also want to dabble around. Appreciate the response ❤
  6. JSEB

    Possibilities?

    I definitely agree that experience is better than paper, but I feel most companies won't give my resume a second look without some sort of degree/certifications. I'm mainly just asking what can I expect with what I'm going to have. Entry level IT Helpdesk or something higher? Not expecting to...
  7. JSEB

    Habbo's 20th Birthday

    same 😪
  8. JSEB

    hello

    hello
  9. JSEB

    Habbo's 20th Birthday

    Jake7383 back in 2010 or 2011, crazy this game is almost as old as I am..
  10. JSEB

    MySQL Question

    Yes, I finally figured it out a day or so later. Thank you for this though.
  11. JSEB

    Possibilities?

    So like I've said I am fairly new to all this but I am starting to lean towards Web Development. This coming December/January I will be getting my Associates in Computer Information Technology, which I will be pursuing my Bachelors as well. But, I am just curious to what I could possibly land...
  12. JSEB

    MySQL Question

    I am new to MySQL and I am trying to figure out this problem and I have used every resource I know of. So basically the code is SELECT EMPLOYEE.EMP_NUM, EMP_LNAME, SUM(ASSIGN_HOURS) AS SumOfASSIGN_HOURS, SUM(ASSIGN_CHARGE) AS SumOfASSIGN_CHARGE FROM EMPLOYEE, ASSIGNMENT WHERE EMPLOYEE.EMP_NUM =...
  13. JSEB

    Capture Card?

    I used the HD PVR 2 back in the day to record my Xbox and Playstation, I have no clue if it is compatible with the Nintendo Switch though.
  14. JSEB

    Introduction Jake

    Hello, my name is Jake. I am 22 years old and studying Information Technology currently hoping to become a Software Developer. I am pretty tech-savvy however, I am fairly noobish when it comes to code/scripts. Some personal things about me, I am engaged and have two daughters. My fiancé is also...
Top