Jump to content

cheyner11

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Not Telling
  • Location
    Calgary, Alberta, Canada

cheyner11's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The calculator is only doing: 1.5 ^ 360 And it is coming back with that exponent number. I just need a way to convert it to a real number.
  2. I have a math issue. I am building a mortgage calculator and I cannot seem to get it to work because the pow() function makes the number an exponent - 6.37 E 45 How do I convert this to a full integer. Thanks, Jeremy
  3. sorry. I mean that I need the data to be columnized into three rows, whereas there is no limit to the amount of data. So if there were 8 rows in a database, I would need it to print: Row 1 | Row 2 | Row 3 Row 4 | Row 5 | Row 6 Row 7 | Row 8
  4. without seeing your code it is tough to make a quick assumption as to the problem. You do not need to post everything, just the form handler would be enough.
  5. I need some help columizing data into three rows. what would the PHP code be to create a data print like the following: data A | data B | data C Thanks for your help
  6. what would be contained in this search variable? Considering I have 10 possible fields.. Thanks.
  7. if($stuff != "") { echo "<option selected value='$stuff'>$stuff</option>"; } The if clause can be changed to accommadate your data structure.
  8. perhaps you could send the info into the database without the decimal. Then format the info if you ever needed to display it with a decimal. The best way to remove the decimal is using REGEX.
  9. Is there a way to remove the tool bar from web browsers. I know this may not be a PHP question, but I cannot seem to find relevant information via the WWW. Thanks.
  10. I am building a search engine for a site. A user can search by entering data in 10 different fields. Once a user gets results and clicks on a specific record (directed to record), how can I store this data so that I can let them click a link and go back to the search results? I am using sessions. The easiest way would be most appreciated. Thanks.
×
×
  • 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.