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

    Div will not go 100% wide

    Arg, ok 0 margin and padding works but it will not work if i have a margin or padding. Is there a way to fix that?
  2. streetbmx

    Div will not go 100% wide

    Im trying to make a div go accross the top of a page, all the way accross. In IE it will not go all the way accross, unless i change the width to 101%. But in Mozilla it works at 100% but at 101% it makes the page wider than the broswer window. Is there anyway to make this div truley 100% wide...
  3. streetbmx

    PHP ODBC Date Insert into Access

    In PHP, with ODBC I think your Access database can not have a date field. It should be a regular text field. As for getting the date in PHP use the date function, something like this: $date = date('h:ia m/d/y'); http://www.php.net/manual/en/function.date.php
  4. streetbmx

    SQL Syntax Error

    Actually, that is not the syntax error. I accidently deleted the single quote when taking out my real database dsn, user, and pass.
  5. streetbmx

    SQL Syntax Error

    I am using the ODBC functions in PHP. I am trying to insert data into an Access database and I am recieving this error message: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement., SQL state 37000 in SQLExecDirect in O:\Hosted Web...
  6. streetbmx

    SQL Syntax Error

    I am using the ODBC functions in PHP. I am trying to insert data into an Access database and I am recieving this error message: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement., SQL state 37000 in SQLExecDirect in O:\Hosted Web...
  7. streetbmx

    SQL Syntax Error

    I'm not sure where I should post this but, I am using the ODBC functions in PHP. I am trying to insert data into a database and I am recieving this error message: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement., SQL state 37000 in...
  8. streetbmx

    chmod and chown

    thanks
  9. streetbmx

    chmod and chown

    how do you do chmod and chown and other unix commands on directories and files in windows?
  10. streetbmx

    bad control structures?

    Wow!, thanks a lot for your help
  11. streetbmx

    keyboard not working in GRUB

    hey, i just installed RedHat 7.2 and I had Windows XP already installed on my computer. I believe i set up everything correctly, but when GRUB shows up when my computer starts it does not recognize my keyboard or something. When i press the arrow keys to select an OS, it doesnt work. Anybody...
  12. streetbmx

    php templates/ design/ cut'n paste

    http://www.spoono.com/codebase/php/ might have some stuff, you might want to check http://www.evilwalrus.com/ also
  13. streetbmx

    bad control structures?

    i am trying to make a simple database template(?). adding and deleting from the mysql database worked fine untill I tried to add edit, the edit wont work. also it always says 'Record has been deleted from database', its only supposed to say that when you delete from it. I also tried to use a...
  14. streetbmx

    .htaccess and authentication?

    ah ha, I found out the problem before i got any replys. I had the AllowOverride None. thanks
  15. streetbmx

    .htaccess and authentication?

    Ive read through previous threads about getting password protection for directories useing .htaccess and .passwd files. I am curious if anyone has gotten it to work on Windows? I've tried, and seems like Apache is just ignoring .htaccess
  16. streetbmx

    XHTML <td background="image.gif"> problem!!!

    I believe that needs to be set in CSS. I supposed you can check http://www.w3schools.com for info on doing that.

Part and Inventory Search

Back
Top