Search results

  1. 1

    trying to re-establish xampp

    Hi, a little help please, I'm running window7 and trying to re-establish xampp. I had a working version but in trying to run PDO found that I needed to up above 7. I uninstalled and now this... I'm told I have antivirus running running although I only know of windows defender. I've tried to...
  2. 1

    on-click use

    Am I to understand that no one here understands the PHP manuals enough to relate to your benefactors?
  3. 1

    on-click use

    another time you've jumped in just to be annoying? I just need an answer to what I think a knowledgable programmer should know and the staff of this forum would offer. I won't bother you further and remove you from my "recommended forums" pages.
  4. 1

    on-click use

    <!DOCTYPE><html><head><title>email menu</title></head> <body><center> <form name="form" method="post" action=""> <?php $con=mysqli_connect("localhost","root","","homedb"); //============== check connection if(mysqli_errno($con)) {echo "Can't Connect to mySQL:".mysqli_connect_error();} else {echo...
  5. 1

    on-click use

    Hi, the code below displays the records in a database table. I select a record from a dropdown and update a couple of fields in that record. So far so good.... Then I want to, using the "target" field (which is a url) as an argument, onclick or whatever and go to that url. Surely there's a...
  6. 1

    on-click use

    Ok, thanks, that "$row21" has had me scratching my head since I first saw it. Now what are you saying "What is $row21 this is the first occurance"? Are you asking me?
  7. 1

    on-click use

    Friend, I'm trying to develop a program here, not find a substitute. This code below shows me all my accounts and info and isolates the one of my preference. I just then want to redirect to that selected target. Thanks for your attempts. <!DOCTYPE><html><head><title>lookup menu</title></head>...
  8. 1

    on-click use

    I don't believe LastPass sends me to a url?
  9. 1

    on-click use

    Hi, a little help, please. I have been using: <tr bgcolor="#D4AAFF"> <td><input name="radiobutton" type="radio" value="http://target.com" onclick="gotolink()">target name</td> <td>purpose for target</td> <td>username " "</td> <td>password " "</td> <td>secure?/ans " "</td> <td>emailused "...
  10. 1

    error: function fetch_all()

    Hi, thanks for advising with this. With the new code below I get no errors so I think I can assume tht the connection is fine, it's not kicking re. the numerics, my syntacs is fine. whew. Not inserting but I've had the question since I changed to the prepared re. how to code the select where...
  11. 1

    error: function fetch_all()

    thanks
  12. 1

    error: function fetch_all()

    Hi, once more trying to get a reasonable answer to this coding issue. I'm a noobie with questions. I want to access a database table "payfile" and, based on the sum of some of these fields, insert records into a database table "payhist". I realize now that I was in error by trying to update...
  13. 1

    need help with echo/print

    then tell me why the 5th chord sounds better following the 1st 7th
  14. 1

    need help with echo/print

    what do you use?
  15. 1

    need help with echo/print

    Cromwell, "You were asking why the echo wasn't working. Yet it is clearly there at the top of your page." Are you saying at the top of the receipt or that I'm getting what I erroneously asked for via my code. Come on Cromewell, If I knew or was finding the answers ?? I'm sure I'm doing...
  16. 1

    need help with echo/print

    "Why don't you just buy some decent invoicing software, I'm thinking it would make your job a hell of a lot easier". "But I still suggest you find an actual coding forum to help you." John, I assumed, from the name Computer Forums that you were an actual coding forum and as a web developer...
  17. 1

    need help with echo/print

    You're right in the description of your ?. "invoiving"? I think an administrator would frown on you discouraging someone from learning to code.
  18. 1

    need help with echo/print

    echo "<center>";echo "Receipt # is $receiptno";echo "<br />"; Actually read my posts and look at what you ask for. Instead of displaying "receipt # is 1362" it reads "receipt # is receiptnotno"
  19. 1

    need help with echo/print

    Thank you Cromewell, this is the code up to "html".. This is the ? (the same code) I've asked You (Cromewell) and several other forums for over a year in so many ways My confusion with your answer is the "?>" after the echo and b4 the "html". Doesn't that indicate that I'm echoing php? .Maybe...
Top