Page 1 of 1

Not accepting the error correction

PostPosted: 09. April 2016 16:32
by Truman
When I make a syntax error in my php file and run that file through xampp it signalizes that mistake, but when I correct it the message I receive stays the same. I checked several php files with php code checker and they seem to be fine but server does not accept them. Do you have any idea why?

Re: Not accepting the error correction

PostPosted: 09. April 2016 16:36
by Altrea
Without knowing the specific error message and your code nobody can tell you anything about this

Re: Not accepting the error correction

PostPosted: 09. April 2016 16:39
by Truman
Altrea wrote:Without knowing the specific error message and your code nobody can tell you anything about this


OK, is it allowed that I link another forum here where they didn't know the answer? I already explained it there...

Re: Not accepting the error correction

PostPosted: 09. April 2016 18:16
by Altrea
You should have done that right from the beginning to give us all information already present :?

Re: Not accepting the error correction

PostPosted: 10. April 2016 15:33
by Truman
Thanks, take a look: http://w3schools.invisionzone.com/index.php?showtopic=55119

I explained two situations here...In the second case I wrote html form and php script that takes data from the form.

Re: Not accepting the error correction

PostPosted: 11. April 2016 20:45
by Truman
A friend helped me with this - in php files he placed variables in curly braces, for example {$name}...I don't know why this solved a problem.