Results 1 to 4 of 4

Thread: pls help me on MySQL query......

  1. #1
    Join Date
    Apr 2008
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default pls help me on MySQL query......

    I need help on MySQL query, the problem i faced is that i need to retrieve and display the image on a website. I have two tables to use one of them is name aspnet_Users, it contain applicationid, userid, username, loweredusername..... and another table is completeuserdetails, it contain userid, username, companyname, companylogo(binary data). so how should i do if i wan to retrieving image from completeuserdetails and place it to aspnet_user's userid to update the image.......

  2. #2
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Quote Originally Posted by Rai_87 View Post
    I need help on MySQL query, the problem i faced is that i need to retrieve and display the image on a website. I have two tables to use one of them is name aspnet_Users, it contain applicationid, userid, username, loweredusername..... and another table is completeuserdetails, it contain userid, username, companyname, companylogo(binary data). so how should i do if i wan to retrieving image from completeuserdetails and place it to aspnet_user's userid to update the image.......
    I 'm afraid I don't completely understand you. Do you want to compare userid in aspnet_Users against userid in completeuserdetails and take action when they match?

  3. #3
    Join Date
    Apr 2008
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default i mean that if a user log in and change the info how do i update

    i mean that if any user from the table log in and changes the info how should i update the info... using the select command?

  4. #4
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Sorry, sometimes i forget to which threads i replied. Ok, what you're describing sounds like a cms to me. Chapter 11 of Wiley - Mysql PHP Database Applications has a full explanation/implementation. Google for it and you will find the pdf. Hope this helps.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •