Registration form not showing up

c0mplexMX

New Member
Messages
2
Reaction score
0
Points
1
Hi everyone, so I'm creating this webpage for a school project but I have an issue with my registration page. Everything seems to load just fine except for the form in the registration page and I don't really know what could be wrong. I appreciate any advice you could give me. Thanks!

ssdtech.x10.mx - Main page
http://ssdtech.x10.mx/registration.php - Non-workinig page
 

Attachments

  • image_2023-11-25_193246692.png
    image_2023-11-25_193246692.png
    35.4 KB · Views: 5

ctyrd

Active Member
Messages
960
Reaction score
81
Points
28
Hi everyone, so I'm creating this webpage for a school project but I have an issue with my registration page. Everything seems to load just fine except for the form in the registration page and I don't really know what could be wrong. I appreciate any advice you could give me. Thanks!

ssdtech.x10.mx - Main page
http://ssdtech.x10.mx/registration.php - Non-workinig page
There is a php syntax error (php parsing or linking to the registration form). It will be directly after the top nav bar. Source code stops there, nothing after the navbar, no body, and html closing tags. Cannot help further, without seeing the raw source code. tbint.x10.mx

Added Nov 27 9:06 am Page working now: http://ssdtech.x10.mx/registration.php
 
Last edited:

c0mplexMX

New Member
Messages
2
Reaction score
0
Points
1
There is a php syntax error (php parsing or linking to the registration form). It will be directly after the top nav bar. Source code stops there, nothing after the navbar, no body, and html closing tags. Cannot help further, without seeing the raw source code. tbint.x10.mx

Added Nov 27 9:06 am Page working now: http://ssdtech.x10.mx/registration.php
Hi! Yeah, I figured out what wasn't working. I had some PHPMailer lines at the top of my code, I use it to send mails and works fine locally but apparently it doesn't on x10hosting so now I'm tryna find an alternative.
Thank you for your reply
 

ctyrd

Active Member
Messages
960
Reaction score
81
Points
28
I saw the form a little while ago. Gone now. good luck,
 
Top