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!

Recent content by dagoat10

  1. dagoat10

    Tables misaligned

    Greetings all, My tables are all misaligned, but i can figure out why, and it tried to use an align tag in the table but that has not worked any ideas? http://charon.cs.wau.edu/~pkioko/NFL_LivePlayers.php if you need the piece of code that is running this i can post it.
  2. dagoat10

    Date and Time Based folder

    Thanks guys, with the quotes at the end of the last statement i got exactly what I wanted.
  3. dagoat10

    Date and Time Based folder

    I see your point, i did happed to solve the issue, but you have given me something to think about, thanks.
  4. dagoat10

    Date and Time Based folder

    Well, I tried the first idea and it was still the date, but without the year and no time. for the second idea, is that like a script I should write?
  5. dagoat10

    Date and Time Based folder

    Hello everyone, I have been trying to make a date and time based folder, but i can never seem to get the time part to work. Because when you create a date based folder you can only use that folder name once. These are the instructions i followed from another site from Tech Republic...
  6. dagoat10

    RadRails issue

    I am not sure if it is my settings or what, but when i start my server in radrails, the status continues to be starting, and it never says starting. And this is the error. -e:4:in `load': no such file to load -- script/server (LoadError) from -e:4:in `<main>' What is going on?
  7. dagoat10

    Problem Running ASP.NET Page

    This issue has been frustrating me for 3 days. I have Visual Studio 2008 and prior to 3 days ago I was able to run my sites and pages. Recently it just stopped. I have tried installing and updating IIS 6.0 to allow ASP.NET. I have looked all over for a solution, but all the ones I try my site...
  8. dagoat10

    .htaccess and .htpasswd files

    I have been trying to use the .htaccess file and .htpasswd file for password protecting my website, but the .htaccess login pops-up but is not reading the .htpasswd file. They are in the same directory. I have been typing the username and password correctly. so what could my problem be? Here is...
  9. dagoat10

    PHP Resource id# 1080

    I am not sure what this error means, i have searched the internet for the answer to what i was getting back from my program. Resource id# 1080. I have no idea what that means and the 2 things i use are mysql_num_rows() and mysql_query but i have no idea which one is reporting the error. Has...
  10. dagoat10

    script to execute mysql command

    is there anything i can do or should i come up with an alternative
  11. dagoat10

    script to execute mysql command

    I have been trying and trying and trying, i have no idea was is wrong. I wrote this script to grant a privilege on a table in a mysql database and it keeps saying no grant defined for user test1 at host localhost #! /bin/bash mysql -u root -p <<EOFMYSQL use mysql Grant create on...
  12. dagoat10

    Grant table using php

    ok, here is the senerio, A user tries to long in to the database, if the user does not exist they must register, which means there name goes into the user table in mysql database. in order to use all the feature of the database i need to grant them access, but i don't want to do that everyday...
  13. dagoat10

    Grant table using php

    yeah i did and it said can't find matching row in user table. what i tried doing is creating the user then give him that grant on a specific database, but it does not go through
  14. dagoat10

    Grant table using php

    it still did not set up a grant for the user
  15. dagoat10

    Grant table using php

    i was trying to use php to execute a grant create command for mysql, but it did not fill the grant table. Here is what i tried: mysql_query("Grant create to $user . '@localhost'"); prior to this the user has been created, so what i am doing wrong?

Part and Inventory Search

Back
Top