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

    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...
  3. 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;
  4. 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...
  5. 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 =...
  6. 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