Search found 8 matches

by dgr72371
Thu Jun 17, 2004 8:19 am
Forum: PHP - Code
Topic: errors in session/cookie php source?
Replies: 2
Views: 270

errors in session/cookie php source?

hello, I'm just learning how to work with sessions and cookies in PHP code and have run into some errors in my test code (can be viewed at http://sardgr.dyndns.org/movie1.php and http://sardgr.dyndns.org/moviesite.php) When I load movie1.php I get: Warning: open(/tmp\sess_14cf1d5ee795fc7d155ca732810...
by dgr72371
Tue Jun 15, 2004 12:14 pm
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

Windows Notepad. BTW, I've had several other people on some other PHP bulletin boards say today that the quotes are what is causing the problem and that the code works for them when you fix that. I'll have to change then when I'm at that PC tonight. Strange thing is that I don't know how I made the ...
by dgr72371
Tue Jun 15, 2004 11:56 am
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

Here's the source for some of them: --phptest.php <HTML> <HEAD> <TITLE>PHP Testing</TITLE> </HEAD> <BODY> <?php echo “If this works, we <i>really</i> did it!”; ?> </BODY> </HTML> --phpinfo.php <?php echo phpinfo(); ?> --firstprog.php <HTML> <HEAD> <TITLE>My First PHP Program</TITLE> </HEAD> <BODY> <...
by dgr72371
Tue Jun 15, 2004 8:54 am
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

http://sardgr.dyndns.org/
I've added to my page a link where you can download the httpd.conf and php.ini files that I'm currently using, so hopefully someone can show me what needs to be changed in them.
by dgr72371
Mon Jun 14, 2004 11:28 am
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

what file(s) do I need to look at to check all that you mentioned? thanks.
by dgr72371
Mon Jun 14, 2004 10:38 am
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

Sure, will have to send it this evening when I'm at that computer.
by dgr72371
Mon Jun 14, 2004 10:14 am
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

yes, exactly. I guess the PHP code in the HTML is being sent to the PHP interpreter, it's just not coming back to the browser and being displayed. Is it some setting in php.ini or the Apache config file or both that I'm missing?
by dgr72371
Mon Jun 14, 2004 9:18 am
Forum: General Discussion
Topic: PHP/Apache install issue.."blank" browser page dis
Replies: 13
Views: 3233

PHP/Apache install issue.."blank" browser page dis

Hello, I've just started my AMP(Apache/MySQL/PHP) education on a Win XP machine about a week ago, and have run into a roadblock with the PHP/Apache install process that I hope someone can help me resolve ASAP so I can get on to learning PHP, etc. I've tried first installing AMP separately, then, usi...