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 IamaSherpa 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. rosesau

    having problems creating and getting cookies

    ok i have realised that i forgot to close of the function when i am trying to read the cookie. however i am still having problems with the setcookie function.
  2. rosesau

    having problems creating and getting cookies

    hi i am getting errors when trying to set and read a cookie. the set cookie code goes like this function getexpirydate(nodays){ var UTCstring; Today = new Date; nomilli=Date.parse(Today); Today.setTime(nomilli+nodays*24*60*60*1000); UTCstring=Today.toUTCstring(); return UTCstring; } function...
  3. rosesau

    pass variable from pne web page to another

    Hi, i need information on how to use a variable from one web page on another web page thanks rose
  4. rosesau

    can you tell me what functions to use

    Hi, i need some help with mysql. i need to do the following from a php web page, can anyone tell me what to use and how. update data in a table insert data in a table delete data in a table create a table and how to check to see if a database exists or not. any help would be great. thanks rose
  5. rosesau

    mysql help needed

    Hi, i am unsure what to put in this line, currectly i have the following line $RS=mysql_fetch_array($RS_query); but i get the following error message supplied argument is not a valid MySQL result resource. so that statement most be total wrong. i am trying to get a result from a row when...
  6. rosesau

    mysql accessing a paradox database

    Hi, can mysql access and parapox database with no problems? thanks rose
  7. rosesau

    password protection web page problem#3

    Hi, i think i have nearly worked this out i have just two problems left. these are the problems Warning: Supplied argument is not a valid MySQL result resource in C:\Inetpub\wwwroot\jpc5\jpcprotected\login.php3 on line 18 Warning: Cannot add header information - headers already sent by...
  8. rosesau

    connection to ms access database via mysql

    this is a short question does mysql support access to a ms access database. if so do i need to make changes to my access 2000 database. if i do need to make changes to that database what and how do i make those changes? thanks rose
  9. rosesau

    using ph to create a password protection web site

    Hi, ok this is a long one. i have created a password protection web page using asp. i have just found out that the web server does not support asp but do support php. so i am trying to convert the page to php. i am having a few problems. the page is trying to access a ms access database. this...

Part and Inventory Search

Back
Top