Posts by user21775 • 69 points
3 posts
-
1
votes1
answer753
viewsQ: Ajax does not work on Firefox
Works perfectly in Chrome browser, and other browsers don’t... When I enter the login and password it displays the message "Login Successfully!" and stops the page in Mozilla. See the code: echo…
-
1
votes0
answers431
viewsQ: Register in the database and process this data on the same page after registration
I have to make a script that when I put the email in the textarea it registers in the database and automatically after the registration it starts running the script that pulls the images through the…
-
4
votes2
answers3180
viewsQ: Parse error: syntax error, Unexpected ''
I want to print the value on the screen after the PHP result. public function iniciar() { $msg = ''; $oneclick = null; # login... $this->login(); if ($this->logado()) { $oneclick =…