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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by knuckle05

  1. knuckle05

    optimize my menu links for search engines

    Thx dude...understood
  2. knuckle05

    optimize my menu links for search engines

    Chris, EVen though its not as important, could you show me an example of whar you mean by Anchor Text ?
  3. knuckle05

    optimize my menu links for search engines

    Hi Chris, thanks for the great tips!! I will be modifying the site with your recomendations.... We'll see in a few weeks if it results in some more positive search results. Thx Mike
  4. knuckle05

    optimize my menu links for search engines

    Hi All, For those with a little knowledge of SEO, here's a quick question. From what I've read, it seems that the links you have on your site to the other pages on your site, influence search engines in giving you a better rank. Currently, my menu links are all displayed via an include file...
  5. knuckle05

    error warnings

    thx guys
  6. knuckle05

    error warnings

    Hi, I'm wondering if there is anyway to turn on / off the error warnings displayed by PHP. I keep getting Warnings for unset variables at the top of my page, but they aren't actually errors. Thx
  7. knuckle05

    INSERT problem

    Ok thx, Now I've got it working! Forgot to put my values between single quotes
  8. knuckle05

    problem getting variable from URL

    thx... nice explanation
  9. knuckle05

    INSERT problem

    HI All, I'm not receiving an error on this, but no records are being added to my table. Please see code excerpt below: <?php $link = mysql_connect('localhost', 'root', ''); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'...
  10. knuckle05

    problem getting variable from URL

    Hi All, I'm new here, and hoping someone can help me with what should be an easy one. In my URL I have this: http://localhost/PHPTest/test.php?TransAction=Save&lngNew=1 from PHP I am trying to get the Transaction variable like so: $TransAction = $_POST['TransAction']; My FORM Method is set...
  11. knuckle05

    what doe %s mean ?

    Hi All, I'm looking at some example code on the php.net website trying to learn the language. What does this mean? printf("ID: %s Name: %s" ...... What do the %s chars evaluate to? Thx!
  12. knuckle05

    how to connect to db in IIS environment

    Hey Maverick, Good stuff, I've now installed PHP and mySQL and have everything running and have created my database with the MySQL Control Center. I'm running in an IIS environment but everything seems to be working correctly. So thanks for your help thus far...its been much appreciated. I...
  13. knuckle05

    how to connect to db in IIS environment

    Thx for your responses. Maverick, if you are willing to give me some step by step instruction, I'm more than willing to listen. Thx dude.
  14. knuckle05

    how to connect to db in IIS environment

    HI All, I've created my first MySQL db. It's currently located in the C:\MySQL\Data directory. BTW, I'm using Win 2000 Pro Normally in the past, using ASP, I've been able to put my Access database directly amongst my ASP files and call it from my ASP script. How do I set this up in PHP? Do I...
  15. knuckle05

    How do yo Create new database

    Hi All, I'm new to MySQL. I've installed the package in a Windows 2000 environment and now would like to create my first db. I open the winmysqladmin.exe utility but on the database tab, I am not able to create a new db. I only have the Flush options. Am I missing something? Thx!

Part and Inventory Search

Back
Top