Glad to see you again, thanks a lot. As in same database, how to make display full database records along with giving real time inline edit values of name and price as following format: Crosstab Table format: (In case if single value on respective makes and model value) --------------------------------------------------------- Makes1 Makes2 .... Model1 Name | price Name | price Model2 Name | price Name | price --- loop continues --------------------------------------------------------- List displsy format (In case if multiple values in single makes and model value) Makes1: Model1: Name, Price .... Model2: Name, Price .... .... Model loop continue Makes2: Model1: Name, Price ... Model2: Name, Price ... .... Model loop continues ..... Makes Loop continues
Very do-able, but the video would have been a 40min instead of 12min if he used JS instead of JQuery. Because JQuery eliminates most of the tedious JS required to do the same functionality. I've done quite a few projects where I tried to use pure JS and it was such a massive inflation of time. Where the projects I used JQuery saved quite a bit of time on similar functionality.
Great tutorial, very easy to follow and works great. How do I grab the actual value selected so it can be submitted in a form? I added this to a form, but when I submit the form the value from these drop downs fields is actually blank/null. All other fields in my form maintain the data.
Hey Shawn, thanks for this. I do however want to ask, where you were talking about debugging, I have no errors showing but the 2nd dropdown shrinks once I make a selection from the 1st dropdown and nothing shows in the 2nd dropdown.
This is a great video tutorial. Too bad you have a sporadic upload schedule. You could be one of the top channels -- you have a great teaching style. I'll have to figure out how to use vanilla JavaScript Ajax instead of JQuery :/ I'm sure I'll figure it out :)
Hi Dear Sir, can you explain me. i have a mysqli database table called . fields . 1.display and fields (only) of all records in my page1.php. 2.when I click a name 3. i want to pass relevant other fields and of that relavant record to another (pahe2.php) php page.
Great that you are back!
👏🏽👍🏽
Impressive and clear explaination ❤️
thankyour sir i am from india and this tutorial help me a lot .
Glad to see you again, thanks a lot.
As in same database, how to make display full database records along with giving real time inline edit values of name and price as following format:
Crosstab Table format:
(In case if single value on respective makes and model value)
---------------------------------------------------------
Makes1 Makes2 ....
Model1 Name | price Name | price
Model2 Name | price Name | price
--- loop continues
---------------------------------------------------------
List displsy format
(In case if multiple values in single makes and model value)
Makes1:
Model1:
Name, Price
....
Model2:
Name, Price
....
.... Model loop continue
Makes2:
Model1:
Name, Price
...
Model2:
Name, Price
...
.... Model loop continues
..... Makes Loop continues
Hey there - Have you watched my video on inline editing?
@@phpBasics yes, but im stuck on crosstab table format display
Hi Shaun,
You're welcome back. Nice topic. Would have been better if the procedure were JS based, instead of JQuery.
Thanks all the same
Very do-able, but the video would have been a 40min instead of 12min if he used JS instead of JQuery. Because JQuery eliminates most of the tedious JS required to do the same functionality. I've done quite a few projects where I tried to use pure JS and it was such a massive inflation of time. Where the projects I used JQuery saved quite a bit of time on similar functionality.
Great tutorial, very easy to follow and works great.
How do I grab the actual value selected so it can be submitted in a form?
I added this to a form, but when I submit the form the value from these drop downs fields is actually blank/null. All other fields in my form maintain the data.
You can Skype: CoolEditz if you'd like help.
Hey Shawn, thanks for this. I do however want to ask, where you were talking about debugging, I have no errors showing but the 2nd dropdown shrinks once I make a selection from the 1st dropdown and nothing shows in the 2nd dropdown.
Thank you very much, very helpful
Great 👍🏼 and thank you
This is a great video tutorial. Too bad you have a sporadic upload schedule. You could be one of the top channels -- you have a great teaching style. I'll have to figure out how to use vanilla JavaScript Ajax instead of JQuery :/ I'm sure I'll figure it out :)
Appreciate the compliment. I'm still here; just buried in other projects :)
How can you "get out" what someone selected?
Not sure I understand
@@phpBasics Well when someone selects something i want to work with it. How can my code "know" what the user selected?
Hi Dear Sir, can you explain me.
i have a mysqli database table called .
fields .
1.display and fields (only) of all records in my page1.php.
2.when I click a name
3. i want to pass relevant other fields and of that relavant record to another (pahe2.php) php page.
Dr. Sean, I spoke to you on Skype