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: *

  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??

    to drag and drop files like jpegs etc from your computers desktop.. to an application
  6. 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
  7. 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...
  8. 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
  9. 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
  10. ghus32

    Error: Only variable references should be returned by reference

    This error occured when I upgraded from older version of php. I read some other forums and found out I needed to change: return new MySQLResult($this,$queryResource); } To: $output = &new MySQLResult($this,$queryResource); return $output; } From my research this is a common...
  11. ghus32

    Error: Only variable references should be returned by reference

    guys I have figured the error out Thanks
  12. ghus32

    Error: Only variable references should be returned by reference

    Anyone have this error when upgrading php?
  13. ghus32

    Need help with setting up a home practice server MYSQL

    Thanks so much for the info. I think I am on the right track now. I will be moving into an enviroment where this is all setup just need to learnt the commands and practice practice practice. Thanks! :)
  14. ghus32

    Need help with setting up a home practice server MYSQL

    As far as I know I will not need to be designing websites with this stuff. just working with databases. Phpmyadmin works as a GUI correct? I had trouble getting it all setup because I thought I did not have a server set up on my system. Is there an easy way just to practice just with databases...
  15. ghus32

    Need help with setting up a home practice server MYSQL

    Thanks for the info. My goal is to set up the server and use it to practice with databases. The new company I am ging to uses MySQL to run their databases. I have a good book on MYSQL but it assumes the server is already set up with PHPmyadmin. so to be prepared I need to set up a server and get...
  16. 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...
  17. 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
  18. ghus32

    I am a beginner and need help with MYSQL

    thnaks for the suggestion. I want to get into programming a little later, but I must familiarize myslef with things such as mySQL PHP, OBDC Links, and Crystal Reports. I believe they are running their databases with MYSQL. I have only netwrok admisitration experience with no programming or data...
  19. 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 :)
  20. 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