When I run this code it gives me the same output for each Record. there are 390 different lines in the text file that is being read. each line is then parsed and put into the record. I have tested when the object is first created and everything is entered the data is fine. On the second call (in...
I have a page that mails information in a form to my Comcast email address, though I am not on the Comcast internet network. The code used to work up until last night. Now for some reason I get thing error
“Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Relaying not allowed...
ok so I have the $_POST var being passed to the $_SESSION var on my index page. Then when you click it link it does this
session_register('username');
$_SESSION['username'] = $username;
session_register('password');
$_SESSION['password'] = $password;
Now that seems to...
I am having a hard time trying to get a good user authentication page to work. The authentication works for the one page but if I try to pass the value of the variable to the link it won't work (because I have no clue how to). I need to be able to block the linked page too unless the user logs...
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.