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 SkipVought 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. HDwebdev

    parsing and page layout

    $str1 = "this will be at the bottom"; $str2 = "this will be at the top"; echo $str2; echo $str1; Gather all of the data you need for your page, then re-order the output.
  2. HDwebdev

    cookies don't work in IE

    First of all, you shouldn't skip all of the parameters Take a look at http://www.netscape.com/newsref/std/cookie_spec.html Different browsers have problems if all of them aren't set. For version/browser specific workarounds, go to http://www.php.net/manual/en/function.setcookie.php and read...
  3. HDwebdev

    mysql unknown error

    It looks like you was trying to load it into mysql with phpmyadmin which tends to choke on stuff like the empty '' that it saw in the nuke file. I loaded that exact same nuke.sql into mysql without any problems a few days ago by doing it like hmerril said.

Part and Inventory Search

Back
Top