Current Page: 1 of 1
Results 1 - 10 of 10
13 years ago
Drizzt
Sorry, I thought that you guys did that as well, since it says php below the wampserver logo at the top.
Forum: WampServer English
13 years ago
Drizzt
Hello, Just wondering how to get logged out of a site when I leave the site? I'm guessing i need to destroy the session, but how to do I do that when the site is left? Thanks
Forum: WampServer English
13 years ago
Drizzt
Hello, I'm doing a login for a site. When I try to log in, it fails the first time everytime, but I can hit the log in button again, and my sign in info is already in the fields. And it works after that. this is what I have at the top of every page, above the document stuff: <?php ob_start(); session_start(); require_once ('../Login/includes/config.inc.php'); ?> And this at th
Forum: WampServer English
13 years ago
Drizzt
I'm putting together a premade script for a register/ login feature, and I'm getting an error. if I follow it, I think it's coming from the !E_NOTICE part. I also read through google that it shouldn't be used unless it's for a test? Thanks, function my_error_handler ($e_number, $e_message, $e_file, $e_line, $e_vars) { // Build the error message. $message = "<p>An error occurred
Forum: WampServer English
13 years ago
Drizzt
What are you talking about Samantha?
Forum: WampServer English
13 years ago
Drizzt
Ok, I'll check it out. Thanks
Forum: WampServer English
13 years ago
Drizzt
You're talking the cpanel of the host?
Forum: WampServer English
13 years ago
Drizzt
Si I'm trying to run files that have php in them, but I have to keep them with the html extension. I found that .htaccess can do this. I put the file in the top most folder with the code below. It works perfectly fine on wamp, but when I put it online, it keeps trying to get me to download something, which turns out to be the index page code. I've erased it from the server, but it keeps happeni
Forum: WampServer English
13 years ago
Drizzt
I figured out how to make it work. If I go back to where the localhost shows the folders on the browser, I can refresh that part and it'll come up with the right files. But that still doesn't explain why it sometimes updates when I save the script and sometimes it doesn't. Thanks
Forum: WampServer English
13 years ago
Drizzt
I know this seems like a noobish kind of question, but I can't seem to figure this out. It was working fine, I would change something in my text editor, save it and I would see the change in localhost on my browser. But now it's not seeing the changes I make. I've completely wiped out all the code in a file, and it still showed like I didn't do anything. I've tried wiping out all my temp file
Forum: WampServer English
Current Page: 1 of 1