the website is running but when i input holiday and book event its not working it always says that "The requested URL was not found on this server" how can i fix this???
@@nadrh.ms01 Hello, No I didn't use this directly I only watched the video to get an inspiration on how to build something related for a school project. Why did you ask?
Hello, I have some quires po.. I followed every step in this tutorial but it tells that there's an error in line 36 which I can't proceed to sign-in😔 And it's other features.
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\event-management\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\event-management\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\event-management\library\config.php on line 36 maka nining error par balumeyan.. source code error plsss help me ?
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\event-management\event-management\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\event-management\event-management\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\event-management\event-management\library\config.php on line 36 got this error how to fix this??
sir pwede nyo po ituro kung pano lagyan ng restriction ung araw na may nakabook na? d ko po kasi alam kng pano gawin na bawal magkaparehas ung date ng nakabook na event
@@CampCodes hello ive downloaded you source code but there is an error it says Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\daddy\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\daddy\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\daddy\library\config.php on line 36 help please thank you
Hello, I am student of 4th year , I am in need of these "Online Discussion Forum" Project. Sir if you have this project please sir send the source code🙏🙏 🙏🙏
Hi SerBermz, Great job for sharing the projects you've created. Maybe you can also help or give advise how can I modify the code to make it as a Copy Event from Create Event and Edit Event codes. Create Event - if ($this->global_model->add('event',$data)) while Edit Event - if($this->global_model->update('event',['id'=>$this->uri->segment(3)],$data)
atal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\event-management\event-management\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\event-management\event-management\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\event-management\event-management\library\config.php on line 36
Before (with get_magic_quotes_gpc()): if (get_magic_quotes_gpc()) { $data = stripslashes($data); } After (without get_magic_quotes_gpc()): // Magic quotes are deprecated and no longer exist in PHP 7.4+. You can directly use stripslashes if needed. if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) { $data = stripslashes($data); } // Ensure to properly escape inputs before using them in your application, for example: $data = addslashes($data);
*Download More Source Code and Scripts here 👉 **www.campcodes.com/*
Thanx for your visit. I'm following u as well. Nice upload. TFS.
Like 6
Big like
Nice share
🙏🙏🙏
Hi new friend here!! Keep sharing your ideas!! And advance congratulations to your milestone! ✨✨
Cheers and like mate, stay safe 🙏 👍
Waaa... Very good content and good sharing 👍
Waawww info yg menarik dan bermanfaat
Thank you! 😊
this code is working. thanks!
Galing naman..nanhig ko na din kayi
Nice video thanks for sharing..nagawa ko na ang tama idol sukli sa ginawa mong kabutihan..makakaasa ka sa suporta ko idol..
18 like nice sharing stay connected
nice sharing
Bro it's not working in my laptop what should I do. If it shows fatel error
Nice video 🤝👍
how can the user book the event by its self in user login??
the website is running but when i input holiday and book event its not working it always says that "The requested URL was not found on this server" how can i fix this???
Thank you for your public service ❤️ this was really helpful
Hi, did you use this project directly or did you change the system name like Event Management System to any other name?
@@nadrh.ms01 Hello, No I didn't use this directly I only watched the video to get an inspiration on how to build something related for a school project. Why did you ask?
@@teascripts I see. thank you for your reply. I asked bcs I want to change the name but it didn't work. It's okay. Already figure it
Nice! Is the design for this calendar responsive for any device?
Hello, I have some quires po.. I followed every step in this tutorial but it tells that there's an error in line 36 which I can't proceed to sign-in😔 And it's other features.
Thank for sharing po.friend npo tayo ha.sna mpuntahan mo Rin ako
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\event-management\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\event-management\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\event-management\library\config.php on line 36 maka nining error par balumeyan..
source code error
plsss help me ?
i also facing same issue. how can fix it?
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\event-management\event-management\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\event-management\event-management\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\event-management\event-management\library\config.php on line 36
got this error how to fix this??
Did you resolve it bro
@@medechalsrinivas1450 i can not! need help
same error
Why my calendar did not appear ?
Nice video .... Stay Connected :)
Very Good Sir
Thanks for sharing!
Very nice good video and like+1👍🏻👍🏻 dear friend❤️
❤️
Sir Download link is not working on your wabsit... Please help
The user can use the admin acc?
How is it that all comments are 9 months ago... Interesting.
LIKE10 What a great share!
sir pwede nyo po ituro kung pano lagyan ng restriction ung araw na may nakabook na? d ko po kasi alam kng pano gawin na bawal magkaparehas ung date ng nakabook na event
On the login page, it is asked for a username and password and ain't letting to see the website itself - can you help me with the password plz :)
please anybody tell me the user and password?
Welcome to cooperate with everyone sincerely and honestly
Thank you!
@@CampCodes hello ive downloaded you source code but there is an error it says
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\daddy\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\daddy\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\daddy\library\config.php on line 36
help please thank you
everything was okay until it showed an error not a login
the site is under maintenance mode
I can't really hear you in this one po.
Thanks for this!!
this link website want to input user and pass. but why...? please help
The website is up now. You can now download freely.
can anyone share the report link for this project ??
Big hello to everyone
Hello,
I am student of 4th year , I am in need of these "Online Discussion Forum" Project.
Sir if you have this project please sir send the source code🙏🙏 🙏🙏
I am in urgent need of this "online Discussion Forum Project"
Sir please help me out by getting the source code of this project......🙏
Nice info.
New friend here.
Nag iwan ng bakas
Pblik nlng po
I'm your new frnd pls stay connected
Like #12 👍👌
Awesome 👍
Hi SerBermz, Great job for sharing the projects you've created. Maybe you can also help or give advise how can I modify the code to make it as a Copy Event from Create Event and Edit Event codes. Create Event - if ($this->global_model->add('event',$data)) while Edit Event - if($this->global_model->update('event',['id'=>$this->uri->segment(3)],$data)
27 like👍👏✍
Thanks you bro
mantaf bosQu,, paket komplit dari teman baru, jangan lupa mampir bosQu, salam silaturahmi
Thanks! :)
Salamat po
Godbless po
You're welcome 🙂
atal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\event-management\event-management\library\config.php:36 Stack trace: #0 C:\xampp\htdocs\event-management\event-management\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\event-management\event-management\library\config.php on line 36
Before (with get_magic_quotes_gpc()):
if (get_magic_quotes_gpc()) {
$data = stripslashes($data);
}
After (without get_magic_quotes_gpc()):
// Magic quotes are deprecated and no longer exist in PHP 7.4+. You can directly use stripslashes if needed.
if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) {
$data = stripslashes($data);
}
// Ensure to properly escape inputs before using them in your application, for example:
$data = addslashes($data);
Keep it up..keep safe
947 sende bir koşu gel acil. Üye ihtyacım var
I want to documentation of this project
It is available?
Nice video 👌 connect on UA-cam
Thanks! 😇
21 like 👉🔔👈
Thanks! Cheers!
Welcome my dear friend I'm visit your channel and sub
Username and password
subcrbed...stay connectd
LIKE
Creepy music
yes, same with your name so creepy
9 LK
Bro report