Thank you for your tutorial I've learned a lot and grow up as a programmer by watching your videos! Suggestion, i think it would be better to use your real voice on making your future videos you will gain more subscribers and views! Hope you consider my suggestion! :D
Hello, I've some deficult with Reflexive Association, this occurs when a class may have multiple functions or responsibilities. For example, a staff member working in an airport may be a pilot, aviation engineer, a ticket dispatcher, a guard, or a maintenance crew member. If the maintenance crew member is managed by the aviation engineer there could be a managed by relationship in two instances of the same class. I'd to know if it's possible to have a video about that, because according to the laravel documentation there is not that kind of relationship. Thanks
Good Tutorial always! Suggest to make a tutorial in php and ajax like genealogy structure with data left and right account and search account. Hope you notice this 🙏😀
display error when data cannot be found Notice: Undefined variable: page_array in C:\xampp\htdocs\castright\admin\controller\contol.search.all.php on line 103 Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\castright\admin\controller\contol.search.all.php on line 103
In the condition if($_POST['query'] != " ") change it for if(isset($_POST['query']) Apparently with if($_POST['query'] != " ") it set $POST['query'] to true. Then the final query is not good anymore and makes $total_data = 0 then not possible to fetch data. Hope it helps.
please am get an error which says Notice: Undefined variable: page_array in C:\xampp\htdocs\mainblog\videos\pagination.php on line 104, please how do i fix this please
Hi @Webslesson amazing job again :) can share how can I use this script but with multiple fields? My ideia, searh for type = grass and color = red|blue|green and client = armando And list grass green armando
Topic: Full stack javascript - Data Pagination and Filtering Good day, If I may humbly ask a little help, any hints, comments and suggestions are very much welcome, thank you in advance for all your help, please see question below, how do I code this?: /* Create the `showPage` function This function will create and insert/append the elements needed to display a "page" of nine students */ /* Create the `addPagination` function This function will create and insert/append the elements needed for the pagination buttons */ // Call functions
Hello, I've some deficult with Reflexive Association, this occurs when a class may have multiple functions or responsibilities. For example, a staff member working in an airport may be a pilot, aviation engineer, a ticket dispatcher, a guard, or a maintenance crew member. If the maintenance crew member is managed by the aviation engineer there could be a managed by relationship in two instances of the same class. I'd to know if it's possible to have a video about that, because according to the laravel documentation there is not that kind of relationship. Thanks
Hello, I've some deficult with Reflexive Association, this occurs when a class may have multiple functions or responsibilities. For example, a staff member working in an airport may be a pilot, aviation engineer, a ticket dispatcher, a guard, or a maintenance crew member. If the maintenance crew member is managed by the aviation engineer there could be a managed by relationship in two instances of the same class. I'd to know if it's possible to have a video about that, because according to the laravel documentation there is not that kind of relationship. Thanks
Very helpful, great tutorial, thankyou in advance.
Thank you very match for great tutorial , you are realy help me
great work!
Thank you for your tutorial I've learned a lot and grow up as a programmer by watching your videos!
Suggestion, i think it would be better to use your real voice on making your future videos you will gain more subscribers and views!
Hope you consider my suggestion! :D
Great tutorial thanks
Thank you very much sir. It's great job.
Hi @Webslesson. Please. Help, how to add url ->page=1,2,3... after click?
Great tutorial.
Hello,
I've some deficult with Reflexive Association, this occurs when a class may have multiple functions or responsibilities. For example, a staff member working in an airport may be a pilot, aviation engineer, a ticket dispatcher, a guard, or a maintenance crew member. If the maintenance crew member is managed by the aviation engineer there could be a managed by relationship in two instances of the same class. I'd to know if it's possible to have a video about that, because according to the laravel documentation there is not that kind of relationship.
Thanks
Hi @Webslesson great tutorial! Thanks. I have a question: How can i include a sorting option in this example? Could you help me?
Good Tutorial always!
Suggest to make a tutorial in php and ajax like genealogy structure with data left and right account and search account.
Hope you notice this 🙏😀
display error when data cannot be found
Notice: Undefined variable: page_array in C:\xampp\htdocs\castright\admin\controller\contol.search.all.php on line 103
Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\castright\admin\controller\contol.search.all.php on line 103
did you ever fix this problem? I've been stuck for a couple of days, ughh!! Please let me know if anyone has the solution to this error, thanks!
did you ever fix this problem?
In the condition if($_POST['query'] != " ") change it for if(isset($_POST['query'])
Apparently with if($_POST['query'] != " ") it set $POST['query'] to true.
Then the final query is not good anymore and makes $total_data = 0 then not possible to fetch data.
Hope it helps.
did you ever fix this error... am still getting the same problem
did you ever fix this problem?? if yes please tell me how to go about it
Hi! bro, Could you help me?
Is there any system to select a particular parent and its child for tree view from many parent
How can I go to the other pages and submit forms without coming back to page 1?
Can you dynamic limit in this tutorial
Can we use this code in real time medium type projects?
please am get an error which says Notice: Undefined variable: page_array in C:\xampp\htdocs\mainblog\videos\pagination.php on line 104, please how do i fix this please
Hello
How to convert this script pdo to myqli?
could you do a tutorial on react, node.js or vue.js?
Can you do something like that(ad history to next, prev): live-data-search-pagination/page=2 .. page=55
Hi @Webslesson amazing job again :) can share how can I use this script but with multiple fields?
My ideia, searh for type = grass and color = red|blue|green and client = armando
And list grass green armando
you can do things by add table column in where condition
i have probleme if($_POST['page'] > 1) if($_POST['query'] != '') for($count = 0; $count < count($page_array); $count++) can anyone help me please
Evening Sir would you kindly make a tutorial that fetch videos from mysql database using ajax and php
thank you in advance
thank very much
Topic: Full stack javascript - Data Pagination and Filtering
Good day,
If I may humbly ask a little help, any hints, comments and suggestions are very much welcome, thank you in advance for all your help, please see question below, how do I code this?:
/*
Create the `showPage` function
This function will create and insert/append the elements needed to display a "page" of nine students
*/
/*
Create the `addPagination` function
This function will create and insert/append the elements needed for the pagination buttons
*/
// Call functions
Big Database isn't worked. It is good for small sites. I have 1 billion rows do not work
can u please sugest codes for big data
add $page_array=array(); in your fetch.php
Sir please add a dislike button toggle with like button to follow unfollow system
The sim computer voice is like nails on a blackboard.
Hello,
I've some deficult with Reflexive Association, this occurs when a class may have multiple functions or responsibilities. For example, a staff member working in an airport may be a pilot, aviation engineer, a ticket dispatcher, a guard, or a maintenance crew member. If the maintenance crew member is managed by the aviation engineer there could be a managed by relationship in two instances of the same class. I'd to know if it's possible to have a video about that, because according to the laravel documentation there is not that kind of relationship.
Thanks
Hello,
I've some deficult with Reflexive Association, this occurs when a class may have multiple functions or responsibilities. For example, a staff member working in an airport may be a pilot, aviation engineer, a ticket dispatcher, a guard, or a maintenance crew member. If the maintenance crew member is managed by the aviation engineer there could be a managed by relationship in two instances of the same class. I'd to know if it's possible to have a video about that, because according to the laravel documentation there is not that kind of relationship.
Thanks