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: ghus32
  • Content: Threads
  • Order by date
  1. ghus32

    PHP/MySQL problem

    Hello Everyone, I am haveing trouble using the results from one query in another query. $Query= "SELECT email.email, email.id, usermap.id, usermap.email FROM email LEFT JOIN usermap ON usermap.email = email.id WHERE email.email = '$email' "; $Result = mysql_query( $Query ); $Lookup =...
  2. ghus32

    PHP Query Problem

    Hello Everyone, I am haveing trouble using the results from one query in another query. $Query= "SELECT email.email, email.id, usermap.id, usermap.email FROM email LEFT JOIN usermap ON usermap.email = email.id WHERE email.email = '$email' "; $Result = mysql_query( $Query ); $Lookup =...
  3. ghus32

    Timing services and Functions

    hello everyone, I have a situation where I am using a button to send an httpservice and run a function as well as go to a new state. The function uses the results from the http service. I am having a timing problem because the function does not take the data fast enough. I tested the function...
  4. ghus32

    Please Help Problem with queries

    Hello everyone, I am having trouble with my PHP MYSQL project. I have a usermap which stores the ids of all data. For example it contains first_name_id, last_name_id, address_id etc. I am now creating a program where I need to take all of the user ids from the usermap and match it with the...
  5. ghus32

    Drag and Drop from Desktop to Web with java??

    Is it possible to drag and drop from your computers desktop to web application using java or any other language??? Thanks
  6. ghus32

    Problem with PHP cookies

    hello everyone. I have created a login page with PHP and Adobe Flex Builder. When a person logs in I have created a cookie which takes my query to display their information from the database. my problem is that it doesnt access the cookie instantly. I have to reload the page to access the info...
  7. ghus32

    apache path issues

    Hello Everyone, I have moved my website from windows with apahce to linux with apache and now am experiencing path problems. before I could do this ../php/includes/test.php now in linux those kind of paths do not work. any ideas on how I could do this in linux? Thanks
  8. ghus32

    includes with PHP using Linux Apache

    Hello Everyone, I have moved my website that I was using with Windows and Apachee to my linux box and now I am having path issues. I used to be able to use something like ../php/includes/ now I cannot use this sort of path. What is the correct way to do this in linux? Thanks Again Steve
  9. ghus32

    Error: Only variable references should be returned by reference

    Anyone have this error when upgrading php?
  10. ghus32

    Need help with setting up a home practice server MYSQL

    Hey Guys I am looking for some tips on setting up a practice server for mysql.. I have a computer set aside to do this. I am thinkning of just putting linux on there. As far as these things go I would need to get a server program such as Apache?? I will also need PHP installed as welll as...
  11. ghus32

    What would be Ciscos 2800 and 3800 series competition?

    What is Ciscos competition as far as other producers for the 2800 and 3800 series routers? Thanks
  12. ghus32

    I am a beginner and need help with MYSQL

    Hello Everyone, I am moving into an office where I will be required to learn how to use SQL language with MYSQL. I dont have any programming experience and was wondering where should I start? Maybe with C sharp. Any suggestions will be helpful Thanks :)
  13. ghus32

    Dual Port Routers - Need Suggestions

    Hello everyone, I was wondering if I could get some suggestions for a dual port router which will run both my data and VOIP. Right now I am using Cisco 3200 for VOIP over GRE Tunnel and Netscreen NSS for data over IP Sec. I am looking to get one piece of equiptment that will save me time and...

Part and Inventory Search

Back
Top