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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zombee
  • Content: Threads
  • Order by date
  1. zombee

    How do I access a Mysql resource from another PHP file?

    This probably has to do with the issue of scope or global variables, or perhaps it's an issue of a pointer to a resource. I have this Mysql result set I queried, for which I need to fetch a row one by one. The fetch, however, is done from another PHP file, one that javascript calls via ajax...
  2. zombee

    Can a MYSQL Resultset Be Passed as a PHP Parameter?

    Struggling to pass a resultset gotten via PHP code $resultset = mysql_query($q); as a parameter to the next php file, to be read by something like $parm = $_POST['resultset']; to here begin fetching each row. Is this a Mysql restriction or my ignorance of good PHP code? If the latter, would...
  3. zombee

    How to capture a pop-up window's SELECTed VALUE?

    My HTML markup contains a div with an id of "buttons". Within the div is a button defined as: <input type='button' id='seeHistory' value='See History'> This button's event handler that looks like this: case "See History": document.getElementById("buttons").style.display = 'none'; //Remove...
  4. zombee

    Why does my pop up window not wait for a close?

    I've got a button, when clicked, will show a pop-up screen. Get to this window via var w=window.open ("","newW","height=260,width=350, status=0"); Just to first keep it simple, this new window contains only 1 button var d = w.document; d.write('<FORM>'); d.write('<INPUT TYPE="submit" VALUE =...
  5. zombee

    What's this &quot;Toast it&quot; menu item?

    How do I remove from my menu, when I Ctrl/Apple, theoption called, "Toast it"? Long ago I had removed from my system a video package called Toast. Which is what I think the option refers to.

Part and Inventory Search

Back
Top