Jump to content

rwhite35

Members
  • Posts

    159
  • Joined

  • Last visited

Everything posted by rwhite35

  1. If you want to create the links server side, the script that produced the result needs to have that logic. If you want to create links on the client side, you'll need to look at some JQuery or Javascript functionality. Personally, I prefer the server side logic. Can you post the code that creates the page result, specifically the code block for each result?
  2. What have you tried? Please share some code and any errors you are getting. Otherwise, we can't be much use to you.
  3. I would like to add to QuickOldCar, not everything requires OO either. Unless you are building some large framework or need an application interface when working with a team of developers, OO might be overkill. Functional Programming is the better choice when you need server side processing on "trivial" (relative to project scope) functionality. That said, OO is important and should eventually be in your learning path.
  4. Alternatively, if the values of A and B are not variable, you can run something like: SELECT C_fld FROM test WHERE A_fld + B_fld=260; Where 260 is the sum of A and B.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.