I NEED HELP, LOSING MONEY EVERY DAY!!!!

I can’t seem to find this anywhere on the internet, so hopefully someone here can help… My host has upgraded to php5 and I use for almost all of my online registration… None of it is working and I don’t know what to do. I’ve been working on finding solutions for 3 weeks but I don’t know what the problem is. Hopefully someone here can help!!! Thanks in advance.

Try
[php]<form method=‘post’ action=’<?PHP echo $_SERVER['PHP_SELF'] ?>’>[/php]

'>

That sorry. Hate how can’t edit posts ???

Page wont even come up with that code…

What is the file extension where you have that html form code - .php ?

Hi there,

From that snippet I will assume that you are not showing us some surrounding quotes and that line actually reads something like:
[php]echo “”;[/php]

If this is the case, change it to this:
[php]echo “<form method=‘post’ action=’”.$_SERVER[‘PHP_SELF’]."’>";[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service