Hi ,
i have a problem which i cant seem to fix.
basically ive been working from a sessions timeout tutorial.
ive been testing it and this is whats happening.
i logg in and wait for 60 seconds (set to 60sec for testing) so that it times out.
I then try and move to the next page and it...
That did answer my question, uniquely identifing which customer is being updated is exactly what i need to do.
From your description i get the gist of it but implementing that will be another thing, i am a total newbie and do not know how to do that.
Thanks a lot though ill have to try and do...
Hi,
I really need some advice on the following, ill try and keep it a short as poss:
currently working on a site where people register all their information to take part in a training prog.
Payments for this programme have to be made offline after information has been given.
once payment...
Thanks for that i tried it , but i think im doing somethi wrong. This is what i have
// EXECUTE QUERY --->
$query = "SELECT count(*) from mytable where email = '" . $email . "'";
$result = mysql_query ($query);
if ($result == TRUE)
{
list ($record_count) = mysql_fetch_array($result)...
Thanks sleipnir214,
so it would go hear??
// EXECUTE QUERY --->
$query="INSERT INTO mytable (
fullName,
email)
VALUES(
'".$fullName."',
'".$email."')";
//////----->
$result=mysql_query($query) or die("Error in...
Hi, i am a newbie :)
ive set up a form so people can subscribe to a newsletter, their name and email is logged into a mysql database.
How do i prevent an email address being logged more than once. eg the same user subscribing multiple times
This is my code im using
<?php...
right ok im lost,
please bare with me i have little php experience
DaButcher; where would i put the code you supplied?
This is where i am with this,
I can get the script to work pefectly but i want the user to be redirected to a thankyou page when they have submitted the form. At the moment...
Hi,
Im changing all my forms to php for more sucurity and am fairly new to php. I have the following script which i want to tweek a little. Instead of a message coming up when the form has been succesfully submitted i want to redirect to a thankyou page. I cant work out how to do this. Can...
I have created an HTML email which i sending from outlook.
Quite a few address are bouncing it back - is this becuase it thinks its spam. Is their anyway to get round this problem.
The amail consists of mostly text with 4 pics
Thanks
Ben
Hi, in my job i dont really use power point that much but I have been asked to create some pp backgrounds for a company.
Im struggling to work out how to do this. The require log etc.
I normally work with photoshop and Indesign. Can i produce them within those programmes and then import...
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.