internal server error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
krraleigh
Forum Commoner
Posts: 86
Joined: Tue Jul 17, 2007 2:52 pm

internal server error

Post by krraleigh »

I have an email page that uses phpmail.php.
The first page that I setup works perfectly.

So what I did was set a new html text in for a
different email message and changed a few names.

Now I have an internal server error.
How or what would cause this type of error?
I will post my code if asked but I am not sure it
will make a difference.

Can you advise?
Kevin
User avatar
iknownothing
Forum Contributor
Posts: 337
Joined: Sun Dec 17, 2006 11:53 pm
Location: Sunshine Coast, Australia

Post by iknownothing »

Posting your code may help. :P
krraleigh
Forum Commoner
Posts: 86
Joined: Tue Jul 17, 2007 2:52 pm

Post by krraleigh »

I found the problem
I was using single quotes where I should have used double

sorry to waste your time

Thank You
Kevin
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Mismatched quotes will cause an internal server error? :P
Sounds like a .htaccess problem, to me.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
krraleigh
Forum Commoner
Posts: 86
Joined: Tue Jul 17, 2007 2:52 pm

Post by krraleigh »

That must have been the problem.
I ran a search and replace that replaced the double quotes with the single
to prevent another type of problem in my html part of the page.

Obviously it caused other types of problems

your insights and thoughts are always welcome
Thank You
Kevin Raleigh 8)
Post Reply