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 wOOdy-Soft 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 badley

  1. badley

    PHP Header Function Crashes Browser

    Thanks Example Code: After update SQL if (mysql_affected_rows() == 1) { $email = $_SESSION['usr_email']; $tell_yyyyy = "Email: $email\n\n"; $tell_yyyyy .= "Has updated the following product: {$pdt_part}\n"; $to = "xxxxx@xxxxx.co.uk"; $subject = $_SESSION['usr_first_name'] . " " ...
  2. badley

    PHP Header Function Crashes Browser

    Hi, I have noticed a consistent problem with Safari and FF but not with IE. After processing a form and submitting it to MySQL I use the Header function to redirect, no problem so far. So some reason when I use Safari or FF the browser detects the header redirect (states new URL within...
  3. badley

    Multiple Lists & URLs

    No PHP & XML, I just gave you the htm output. Works well now, thanks anyway
  4. badley

    Multiple Lists & URLs

    the ************ was just for the post
  5. badley

    Multiple Lists & URLs

    Thanks for the help, I was missing the '=' from the list 'a href = "URL"' DOH!!!
  6. badley

    Multiple Lists & URLs

    CSS as follows: *************************** #list_menu { FONT-FAMILY: verdana; POSITION: absolute; FLOAT: left; MARGIN-TOP: 60px; MARGIN-LEFT: 0px; Z-INDEX: 4 } #list_menu UL { MARGIN-LEFT: 0px; MARGIN-TOP: 0px; MARGIN-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; TEXT-ALIGN...
  7. badley

    Multiple Lists & URLs

    I've seen this problem before, however never bothered to solve it. I have a page with two div's each with a unordered list, as follows: <div id = 'list_menu'> <ul> <li><a href ="menu1.php"> <span class = "thumbnail"><img src = "images/png/list_menu.png"></span> <span class = "title">Menu Title...
  8. badley

    XML help

    Yes sorted, it was the symbol name. Always the stupid thing that drive us nuts!! Many Thanks
  9. badley

    XML help

    Forgot that Flash starts with [0], thanks but still no output Any further thought?
  10. badley

    XML help

    Hi All, I have been going round in circles regarding this topic. My XML: <clientconfig> <global> <customerid>1001</customerid> <name>Test</name> <calltimeout>300</calltimeout> <timeout>120</timeout> <globalnotes>Notes field.</globalnotes> <bgcolor>01AAD3</bgcolor> </global> <button>...
  11. badley

    Actionscript variable from PHP Query String

    How simple, sorry to take up your time with such trivia... Much appreciated for the help
  12. badley

    Actionscript variable from PHP Query String

    Working!! So many sites seem to confuse me. Also have the stated the variable within the Var field of the textbox properties. If I were to use the 'id' within actionscript how do I go about using it? for example: on (press, release) { getURL("menu.php?id=????"); } Thanks for your help...
  13. badley

    Actionscript variable from PHP Query String

    Thanks, ok so I just use the following? var id = _root.id; TextFieldInstance.text = id;
  14. badley

    Actionscript variable from PHP Query String

    Hi All, I all rather new to the scripting side of flash, please can someone advise me on where I'm going wrong. I'm send the variable 'id' via both the movie URL (value = "1001.swf?id=1001") and within the FlashVars (value = "id=1001"). I've been tearing me hear out try to get the...
  15. badley

    Newbie &amp; XML

    Both were great, thanks alot

Part and Inventory Search

Back
Top