PHP Results WITHOUT REFRESHING

  Рет қаралды 20,803

PHPBasics

PHPBasics

Күн бұрын

Пікірлер: 39
@aguswidi9316
@aguswidi9316 4 жыл бұрын
I love the way you explain everything clearly. Thank's
@titanharvey4307
@titanharvey4307 3 жыл бұрын
I realize I am quite randomly asking but do anyone know a good website to watch new series online ?
@edwardkyrie2292
@edwardkyrie2292 3 жыл бұрын
@Titan Harvey I watch on FlixZone. Just google for it =)
@ecmorola6506
@ecmorola6506 2 жыл бұрын
you saved me from wasting 5 days to figure out how to make this, thnks :D
@OmarZing
@OmarZing 4 жыл бұрын
Hey man, thanks for this. Valuable information for my project, hope you keep it up!
@alejandralf1749
@alejandralf1749 3 жыл бұрын
Thaaaaaank you so much!!! I was searching for how to do this for my project. Very well explained :D
@MSKWebServices
@MSKWebServices 4 жыл бұрын
Simple informative in a good way of Explation
@patrikcermak7662
@patrikcermak7662 3 жыл бұрын
You are a hero m8.
@Herigrosir83
@Herigrosir83 2 жыл бұрын
your language is your coding language is same so very easy for you, for me is different countries, but not all US people understand coding language also
@EdMartinModesto
@EdMartinModesto 4 жыл бұрын
Great tutorial, very well explained. I am looking to extend this type of record lookup to use in generating an invoice for a PHP application I have created. My need is to look up the Description of a product from a database selecting a single product. Then I want to pull back the resulting record (id, description, price, and inventory) into a table where the user would then update the qty field. I would like to add records as they go (much like you showed in other videos). What do you recommend as the mechanism for "inserting" each selected record, while building the total list? Thanks in advance for any advice you might have
@phpBasics
@phpBasics 4 жыл бұрын
Applications like that are typically powered by more robust frameworks. You can do it using my methods, but object orientation would be the better route. Querying, Updating, and Inserting records in the database all use the same methods through jQuery that I show here. If you run into roadblocks, feel free to reach out on Skype: CoolEditz
@bakhtawermemon907
@bakhtawermemon907 5 жыл бұрын
Thanks a lot @phpBasics
@vandamieespadero6633
@vandamieespadero6633 4 жыл бұрын
And if there are no records at database it will show up "no data records". Thanks for this video it helps.
@empty_mirror
@empty_mirror 3 жыл бұрын
Thank you, this was so helpful. Greetings from México :)
@hamdyezzat7180
@hamdyezzat7180 2 жыл бұрын
thank you you save my day 🥰
@senju31
@senju31 4 жыл бұрын
this is pretty good. God bless you.
@BoxappsEnginfx8935
@BoxappsEnginfx8935 5 жыл бұрын
Amazing i love this guy
@Shriio
@Shriio 3 жыл бұрын
Very usefull! Thanks!
@mrtuttookey1720
@mrtuttookey1720 4 жыл бұрын
Hi! great tutorial, how do i set the max items to showup?
@praveenraj4773
@praveenraj4773 3 жыл бұрын
Thanks for explaining detail. If Ajax code, html code and PHP code in Same file how to give a URL value in Ajax code?
@林宜賢-k7w
@林宜賢-k7w 4 жыл бұрын
Nice Video !
@jdogcisco1
@jdogcisco1 3 жыл бұрын
Great tutorial. From watching your other video, inline editing, would it be possible for the search to return an inline-editable results list?
@phpBasics
@phpBasics 3 жыл бұрын
I don't see why not.
@Christube161
@Christube161 2 жыл бұрын
Looking for help with "Fatal error: Uncaught Error: Call to a member function prepare() on null" Ive pretty much copied right off the screen at this point but running into issues. Could it be because im using Mariadb?
@BoxappsEnginfx8935
@BoxappsEnginfx8935 5 жыл бұрын
Can we have a video of creating a multilingual website? Its a big problem for us.
@amirafzaal
@amirafzaal 4 жыл бұрын
Hi there, How to refresh a particular DIV upon data change in the DATABASE but without reloading and refreshing the whole page? For example, IF condition checks a particular field "Order_Status" in the database and display the message accordingly on the page. But, at present user always requires to refresh the page. I want auto-refresh if database field is updated. Please guide.
@phpBasics
@phpBasics 4 жыл бұрын
You can do this easily with Jquery's AJAX functions. I have videos on just this topic.
@amirafzaal
@amirafzaal 4 жыл бұрын
@@phpBasics please share the link of that video.
@ventech3051
@ventech3051 4 жыл бұрын
sir how about uploading image without refreshing? can i apply that to my source code?
@NedumEze
@NedumEze 5 жыл бұрын
Hi, Shawn , How kind of you to share this skill. I really appreciate. Thanks a million. Now, can I use this to provide a search field for my website, with my pages' contents in the database?
@phpBasics
@phpBasics 5 жыл бұрын
Hey, Adolf. You absolutely can. You would need to use a function to return all of your php files within a certain directory using foreach(glob($log_directory.'/*.*') as $file) { ... }
@NedumEze
@NedumEze 5 жыл бұрын
@@phpBasics Ah! Shawn, am sorry, I didn't understand the guidance. But am so glad to know it will work. But, do you mean that when I have fetched the data from the executed query, I should wrap the foreach loop in a function? Not sure how!! I should discard the 'while loop' ? Please assist me a bit further. My email: elleadsme@gmail.com. Thanks a lot
@MrNotSelc
@MrNotSelc 4 жыл бұрын
What if I have more than one input?
@yogamplanets
@yogamplanets 2 ай бұрын
Hey hi, you got this problem?
@uccofficialtv5755
@uccofficialtv5755 3 жыл бұрын
problem with page scroll when to many outputs
@jasonking1284
@jasonking1284 4 жыл бұрын
Need to rename video to, "PHP results using Javascript"
@moussasamake8621
@moussasamake8621 3 жыл бұрын
Can I get the source code? Please
@hasibullahwardak4514
@hasibullahwardak4514 2 жыл бұрын
not working for me
@exogendesign4582
@exogendesign4582 3 жыл бұрын
damn using api for a button click instead of pure ajax or javascript welp im out, not ideal.
Inline editing with Jquery/PHP/MySQL
32:03
PHPBasics
Рет қаралды 13 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 74 МЛН
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 80 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 135 МЛН
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 2,8 МЛН
Auto Refresh Page Div After Few Seconds | Learn PHP The Right Way
8:40
Haritha Computers & Technology
Рет қаралды 28 М.
How to Fetch Data From Database in PHP And Display HTML Tables
20:17
OnlineITtuts Tutorials
Рет қаралды 207 М.
PHP Regular Expressions Form Security & Validation
12:32
PHPBasics
Рет қаралды 20 М.
Creating a PHP Search
14:44
Joseph Smith
Рет қаралды 657 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 212 М.
Ukraine-Russia talks in Belarus / Trump's condition for Putin
12:10
NEXTA Live
Рет қаралды 2,1 МЛН
jQuery AJAX Form Submit Without Page Refresh With PHP
9:55
Invention Tricks
Рет қаралды 6 М.
PHP - TRICKS WITH FOR LOOPS
11:10
PHPBasics
Рет қаралды 51 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 74 МЛН