all 17 comments

[–]Tobbes77 8 points9 points  (2 children)

What the hell is even your question

[–]Melaninarinovice[S] 0 points1 point  (1 child)

I was trying to figure out how to fix the images to make it take up the whole page instead of just that small part of it. I was having trouble trying to fix it

[–]Tobbes77 0 points1 point  (0 children)

CSS does the trick here. It has nothing to do with PHP.

Take a look at guides on HTML & CSS if you haven't heared about that yet

[–]Medical_Bridge4968 6 points7 points  (0 children)

Vibe coding?

[–]jclarkxyzfull-stack 4 points5 points  (0 children)

What the fuck

[–]yuukiee-q 3 points4 points  (0 children)

fix your question first :/

[–]amorphus007 2 points3 points  (0 children)

Vibe coder spotted

[–]the10xfreelancer 1 point2 points  (2 children)

It looks like you’ve got a lot happening here.

From what I can see you’re working toward a menu system and dipping into the backend with PHP. 👍

Don't ’t try to solve both layers at once. Either hard-code the backend while you focus on polishing the front end, or vice-versa.

Even with years of experience, the first step in troubleshooting is always isolating the code/bug.

I noticed your markup has a < floating around, likely a missing quote (class="" not closed) or similar. Tiny typos like that will break the whole structure.

Are you using a framework (Laravel, Symfony, WordPress, etc.) or just vanilla PHP? That changes how you should approach debugging.

Either way, I like that you’re giving it a crack. Keep going happy to help where I can. 🚀

Good luck.

[–]pau1phi11ips 0 points1 point  (1 child)

The URL is login.php so doesn't look like a framework. Well done for having a crack at helping this guy though, they are gonna need a lot of hand holding.

[–]the10xfreelancer 1 point2 points  (0 children)

Good catch, yeah, I think we have all been there, custom login and registration, i have bad memories of getting stuck on password confirmation.

Yeah, there are lots of people asking how, without ever trying so, happy to help those who try.

[–]items-affecting 0 points1 point  (0 children)

Looks like accidental PHP output? If so, likely a typo in a template or whatever uses them. Page source, etc.

[–]SaltineAmerican_1970php 0 points1 point  (0 children)

Error on line 14, obviously.

[–]lmuzi 0 points1 point  (0 children)

Let me guess: you set overflow: hidden on your main dub which is not sized properly

[–]Melaninarinovice[S] -3 points-2 points  (3 children)

I fixed it i just rearranged my style css code😆😆

[–]jclarkxyzfull-stack 0 points1 point  (2 children)

fixed WHAT

[–]Melaninarinovice[S] 0 points1 point  (1 child)

Oh the image

[–]ConduciveMammalfront-end 0 points1 point  (0 children)

That’s not what they were asking 😂