Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hostagency

  1. hostagency

    javascript and php

    I moved the javascript further down the php code and it worked. The variables were already pulled from the database so I don't quite understand, but I'm glad it works. Thanks for your help. Del
  2. hostagency

    for inside a for help please.

    Sure, I appreciate that, the main thing I'm struggling with is getting it to repeat the 'for' statement area, I runs once and stops. Del
  3. hostagency

    javascript and php

    vbkris...thanks Yeah - the 5 shows up....and if I do value=&quot;<?php echo &quot;$order->info['verisign_ref']&quot;; ?>&quot; then the output is ['verisign']. Do I need to define it first in javascript like... var verisign = $order->info['verisign_ref']; Thanks Del
  4. hostagency

    for inside a for help please.

    Hi I've got a php shopping cart and customers can add discounted bonus buys products to their cart when they buy a full priced product. I have a bonusbuys table created that associates a main product_id with a bonus buy product_id. My problem is that if the customer removes the main product...
  5. hostagency

    javascript and php

    Hi I am submitting two forms from a single button. One is the standard form and the second opens in a new window via javascript from an onclick statement. That part works fine, but part of the function is a php variable - $order->info['whateverhere']and I just can't get it to work because I...
  6. hostagency

    Square brackets problem

    Thanks for the fast reply. I just realized I was missing the elements off the first var - got it working. Del
  7. hostagency

    Square brackets problem

    Hi - I've a square brackets problem. I'm trying to run the following function in a php file to update the value of another field. Because source variable name is products_id[2] and the destination variable is id[2][10] it keeps failing. I've tried adding elements and various combos of quotes...
  8. hostagency

    Linksys VPN with Sentinel Can't Browse

    Thanks Markku That worked a treat... Del
  9. hostagency

    Linksys VPN with Sentinel Can't Browse

    Hi - I've set up a VPN from my home on XP Pro using Sentinel 1.3 to a small office with 2 Windows 2000 Pro machines behind a Linksys VPN router with Netbios enabled over TCPIP on both sides and on the router's VPN config. I have the usual 192.168.0.0 subnet in the office and added an address...

Part and Inventory Search

Back
Top