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.
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...
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
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.