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. Mrtechno

    Change docroot using .htaccess??

    Hi guys, I was just wondering if you could help me out with this one. I would like to edit the docroot path using the .htaccess file as I don't have admin rights on the web server and can't acces the httpd.conf file. Any idea how this can be done? Thanks.
  2. Mrtechno

    need help storing data temporarily...

    Hello.... I'm creating this website in Dreamweaver 8 and I have this page where a Users enters some information for an advert to be posted on the website. Now what I want is that Once the User clicks on the Submit button, the information should not be posted on the website immediately but...
  3. Mrtechno

    help plzzzz...

    Hi Guys... I'm creating this website in Dreamweaver 8 and I have this page where a Users enters some information for an advert. to be posted on the website. Now what I want is that Once the User clicks on the Submit button, the information should not be posted on the website immediately but...
  4. Mrtechno

    SQL Query help

    Hey guys... I'm trying to run a SQL Query which is working fine if I pass some search values in the two search textfields of my web page but it doesn't display anything on the page if I leave the textfields blank... This is how the query looks: SELECT name, dptname FROM testtable WHERE...
  5. Mrtechno

    Parse error...

    Thx JP.... it's solved the problem but now no matter what you enter or don't enter at all, it displays all the values from the table... Could you please double check your script again to see where the priblem could be as I have no idea about the php language... Thanks again.
  6. Mrtechno

    Parse error...

    Well, I managed to get rd of the SQL problem last night... The variable name, as AdaHackr had suggested, had been changed to $gname, $uname etc. I changed the variable names to $_GET['gname'] and it worked... Now the problem is that if I don't enter anything in the search fields and click...
  7. Mrtechno

    Parse error...

    Thanks a lot for your reply Ad. Well, I did what you said and that did seem to have fixed the problem but now what happens is that the page does load up but only the column names are displayed and no data is being picked up from the database. Any ideas why?
  8. Mrtechno

    Parse error

    Also note that the text appearing in the hashes i.e. #gname# and #dname# etc. appears in yellow in the script in Dreamweaver and I have no idea what that signifies...
  9. Mrtechno

    Parse error...

    Hi Guys... I need some help with this PHP script in Dreamweaver (I wasn't sure where to post it so I also posted it in the Dreamweaver section also :) ). I have no experience what so ever with PHP so have no idea what the problem is. The script is obviously auto generated by Dreamweaver :) and...
  10. Mrtechno

    Parse error

    Hi Guys... I need some help with this PHP script in Dreamweaver. I have no experience what so ever with PHP so have no idea what the problem is. The script is obviously auto generated by Dreamweaver :) and nothing has been changed manually. On using the Live Data option, I get an error saying...
  11. Mrtechno

    Does anybody know of a website wher

    Yeah... that's a very good site but it's a paid site. but thanks anyways.... :)
  12. Mrtechno

    Does anybody know of a website wher

    Does anybody know of a website where I could Upload my work for free and get some Freelance projects in Graphic Designing, Logos etc. Thanks.
  13. Mrtechno

    Project to join wanted

    www.rentacoder.com
  14. Mrtechno

    Combo Box !!

    The first Combo Box(IDC_WHATTODO) has a variable m_whtodo. I declared another variable called whttodo in the initialization function of the main dialog and passed the value in m_whtodo to whttodo. here's the code : CString whttodo; whttodo=m_whtodo; whttodo.MakeUpper()...
  15. Mrtechno

    Combo Box !!

    Just wanted to add that It's not giving me any errors but it's also not working. When I execute the program and select any one of the options in the first Combo box, it shows everything as enabled.
  16. Mrtechno

    Combo Box !!

    Just wanted to add that It's not giving me any errors but it's also not working. When I execute the program, it shows everything as enabled.
  17. Mrtechno

    Combo Box !!

    Hey Pete, If I select "Launch an Application" in the first Combo box,the second combo box is supposed to stay enabled and the third Combo box is supposed to get disabled but it's not happening. And if I select "Play a Game" in the first Combo box, the second Combo box is...
  18. Mrtechno

    Combo Box !!

    Hi, I made 3 combo boxes and what I want to do is that If I select something in the first Combo Box, the second or third Combo Box gets disabled automatically according to the selection in the first Combo Box. For eg : If I have 2 entries in the First Combo box i.e "Launch an...
  19. Mrtechno

    Database requirements ??

    Could anybody tell me what all should there be in a Database Application i.e what do Companies look for in a Database Application ?? Thanks.
  20. Mrtechno

    Color Issues with QuarkXpress 5.0

    Hi, I would like to know whether you are using any Panotone colors in your images in Photoshop. QuarkXPress and Photoshop use the latest Pantone libraries but when you view the same Pantone color in QuarkXPress and Photoshop, it might look a bit different in both the applications. As far as...

Part and Inventory Search

Back
Top