• Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Windows 7 to Windows 8.1 Upgrade

    There are some other system files they keep. To make sure you get rid of it all, I would recommend you use the disk cleaner utility... but, to each their …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Windows 7 to Windows 8.1 Upgrade

    I just finished upgrading Windows 7 Pro to Windows 8.1 Pro. I thought it was supposed to keep all files and applications, but only a few of the applications were …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Windows 7 to Windows 8.1 Upgrade

    Erm.. Yep! I did it, too. It goes by faster than you think. The real kicker is gonna be running disk cleanup on all the archived win7 stuff. :) Enjoy …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching saving into two tables

    my form has an option where user can choose to fill but should that option be choose then the form will will submit to two tables if not chosen the …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in saving into two tables

    Are you getting an error?
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Firefox javascript return problem

    The following PHP code works fine with javascript in Internet Explorer but fails in Firefox. Javascript is enabled in Firefox. It appears that when the button/icon is clicked, it enters …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Firefox javascript return problem

    How are you calling settdelete(trankey)? Also, you may want to check support for .ico as a valid image type in firefox... Also, in javascript: var String1 = "a" + " …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in MySQL Query Syntax Issues

    That says, I believe, that in the database jstudent0, the table BOOK doesn't exist. Are you sure that's the table name? Is it BOOKS?
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Checking Connection to MYSQL DB

    if you have an internet connection all you have to do is instantiate a connection as normal, then check to see if the resource is available. If it's not available, …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Ajax not working in IE

    I tried it in IE, and the select list updated... what did you expect to happen?
  • Member Avatar for ryantroop
    ryantroop

    Began Watching MySQL Query Syntax Issues

    I need help with the queries I wrote and I don't understand what is wrong with them? Can someone help me correct them? #11 SELECT BOOK_CODE, TITLE, PUBLISHER.PUBLISHER_CODE, PUBLISHER_NAME FROM …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Ajax not working in IE

    I see you got it working :) Good luck :-D
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Ajax not working in IE

    d'oh! It also may be a scoping issue. Try this instead: <script language="javascript"> var xmlhttp = null; //make it global if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Ajax not working in IE

    What is the code on the php side? can you paste the contents of getTeh.php so we can see what the server is expecting? If not, do you have this …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Checking Connection to MYSQL DB

    if run to a delemia when im out of the hosue and not near a net work i want to be able to run on local, but i dont want …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Checking Connection to MYSQL DB

    So what you are asking is, is there a way to check a networked SQL connection for status without having a network connection? Perhaps reword your question a little?
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Ajax not working in IE

    Hi...All I am new to Ajax in PHP and trying the below code which works fine in Google Chrome but not works in IExplore.. Thanks in Advance <script language="javascript"> function …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Ajax not working in IE

    You seem to be doing a post, but sending a get. Line 19 and 20, try: xmlhttp.open("POST", "inc/getTeh.php", true); xmlhttp.send("q="+str); unless you are in fact doing a get, in which …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Total by ID with multiple tables.

    ahhh you want the individual counts output from each table... so if I understand the result you want is: playerid, count references to player in t1 count references to player …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Newbie Question; PHP program executes then calls HTML form

    The only "good" way of doing what you are saying is to use header redirects. the database connection will only fire if your logic tells it to. There is nothing …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Need help with loading status ajax

    Hi everybody newbie here need help from all the master I want to make loading status using combobox onchange i have code like this <table> <th>Filter By test</th> <tr><td>Contact</td> <td><select …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Need help with loading status ajax

    :-/ what is the problem you are facing? I assume home/search/1 is mod_rewite for a php page?
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Newbie Question; PHP program executes then calls HTML form

    Ok this is a basic question. I suspect that I do not know the correct terminology to search for the answer. I am playing in a development environment and this …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Newbie Question; PHP program executes then calls HTML form

    You can have PHP and HTML intermingle, so the form can post to the page that it is resident on, then simply re-render.. <?php //input.php if (isset($_POST['formdata'])) { //do some …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    The 302 was redirected to: http://www.daniweb.com/members/lost_password
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Total by ID with multiple tables.

    I am trying to get a total of all the records for playerid from table1, table2 and table3 by playername. There are 4 tables, table-1, table-2, table-3, and players. I …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Total by ID with multiple tables.

    Disclaimer: you made this into a mental exercise for me.. I think that all three below will give you the desired result. Anyone is welcome to correct me, especially on …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Hardware and Software junkies

    Years ago, DaniWeb had a bigger following in the Hardware/Software section than we did across our development forums. We were really huge into virus removal and hijackthis logs, for example. …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Hardware and Software junkies

    I also think that MSoft has done a great job in protecting its OS/systems as of late, and people have also become more aware of what they shouldnt be opening …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    Tried fudging the clock settings again. I got a 302 this time. So.. either what you did worked, or I cannot replicate it any longer since I "fixed" the problem …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    Prior to figuring out the clock was out of sync, I was just using the clear cache of the browser. Post, I cleared and deleted everything. Im guessing what happened …
  • Member Avatar for ryantroop
    ryantroop

    Marked Solved Status for Logging in with IE11 on Windows 8.1 Pro

    So... had a bit of trouble logging in with IE11 (32 and 64 bit) on windows 8.1 pro. Even tried spoofing UAS and changing the compatability modes. There were no …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    So it seems that during my upgrade from Win7 to 8.1, my timezone got set to Pacific. This, of course, would probably destroy any time based encryption (or ssl / …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    Same response. Key Value Content-Type text/html; charset=UTF-8 Date Sat, 14 Dec 2013 09:13:23 GMT X-Powered-By PHP/5.3.10 Response HTTP/1.1 500 Internal Server Error Connection close Server Apache/2.2 Content-Length 984 Ill try …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    What's weird about it, though, is that the "Like" button works just fine, and the JS api keeps track just fine... LinkedIn also bombs out just as hard as FB …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching PHP Post no Value

    Hi everyone, can you help me understand the logic why I can't access one of my the items in POST. Here is my form: <form action="insert2.php" method="POST"> <table border="0"> <tr> …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in PHP Post no Value

    the "placeholder" attribute (while not supported in all browsers) is a fancy way of giving a "hint" to the user as to what is supposed to go into the field. …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in Logging in with IE11 on Windows 8.1 Pro

    IE11 Via FB Login: REQUEST HEADERS Key Value Request GET /members/authorize/facebook HTTP/1.1 Accept text/html, application/xhtml+xml, */* Referer http://www.daniweb.com/members/lost_password Accept-Language en-US,en;q=0.5 User-Agent Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like …
  • Member Avatar for ryantroop
    ryantroop

    Marked Solved Status for Can I extend the array object in php?

    While it may certainly seem "lazy" I spend a large portion of my time in javascript and I like the syntax for arrays. I cant seem to figure out if …
  • Member Avatar for ryantroop
    ryantroop

    Marked Solved Status for Can I extend the array object in php?

    While it may certainly seem "lazy" I spend a large portion of my time in javascript and I like the syntax for arrays. I cant seem to figure out if …
  • Member Avatar for ryantroop
    ryantroop

    Marked Solved Status for Can I extend the array object in php?

    While it may certainly seem "lazy" I spend a large portion of my time in javascript and I like the syntax for arrays. I cant seem to figure out if …
  • Member Avatar for ryantroop
    ryantroop

    Created Can I extend the array object in php?

    While it may certainly seem "lazy" I spend a large portion of my time in javascript and I like the syntax for arrays. I cant seem to figure out if …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Can I extend the array object in php?

    While it may certainly seem "lazy" I spend a large portion of my time in javascript and I like the syntax for arrays. I cant seem to figure out if …
  • Member Avatar for ryantroop
    ryantroop

    Created Logging in with IE11 on Windows 8.1 Pro

    So... had a bit of trouble logging in with IE11 (32 and 64 bit) on windows 8.1 pro. Even tried spoofing UAS and changing the compatability modes. There were no …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching Logging in with IE11 on Windows 8.1 Pro

    So... had a bit of trouble logging in with IE11 (32 and 64 bit) on windows 8.1 pro. Even tried spoofing UAS and changing the compatability modes. There were no …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in retreive and updating mysql database

    ahh my mistake I misread your question. Yes, you can have both in the same file. PHP is quite good at this. You simply need to check the $_POST vars …
  • Member Avatar for ryantroop
    ryantroop

    Began Watching retreive and updating mysql database

    I am trying to search mysql databse and display it in an editable form and then update records. I can search and display data in a form. But when I …
  • Member Avatar for ryantroop
    ryantroop

    Replied To a Post in retreive and updating mysql database

    Line 20 says action='search.php' where your script Name for the processing page seems to be Update.php Try changing it and see if that helps.