Posts by Hax0rlib • 105 points
5 posts
-
0
votes2
answers158
viewsA: Field Validation in html and php
I believe this function can help you: public static function EmailValidate(string $val) : bool { return (bool)filter_var($val, FILTER_VALIDATE_EMAIL); } This is one of the functions of my validation…
-
0
votes1
answer45
viewsQ: I can’t download plugins from the dashboard
Hello, I’m with an error in my wordpress can not install plugins directly by the panel ai was installing by the plugin directory same, since yesterday when I went to install a plugin called jetpack…
-
0
votes3
answers275
viewsQ: can’t access already instantiated class data
Hello, I am developing a panel and I am developing the instation system and in the part of creating DB, I am not able to access variable of the instacidada class. Error that appears on the screen:…
-
3
votes1
answer652
viewsQ: How to implement the MVC standard in PHP
I’m a novice programmer and I’m having a little trouble putting together my MVC structure. When I say structure I mean how to develop a model.php a view.php and a controller.php, finally what code…
-
7
votes4
answers33008
viewsQ: How to create a raise image effect by hovering the mouse over
I’m new here and I’m basic in CSS. I would like to know how to create an effect that, when you pass the mouse over the image, it raises a little.