I love the way you explain everything clearly. Thank's
@titanharvey43073 жыл бұрын
I realize I am quite randomly asking but do anyone know a good website to watch new series online ?
@edwardkyrie22923 жыл бұрын
@Titan Harvey I watch on FlixZone. Just google for it =)
@ecmorola65062 жыл бұрын
you saved me from wasting 5 days to figure out how to make this, thnks :D
@OmarZing4 жыл бұрын
Hey man, thanks for this. Valuable information for my project, hope you keep it up!
@alejandralf17493 жыл бұрын
Thaaaaaank you so much!!! I was searching for how to do this for my project. Very well explained :D
@MSKWebServices4 жыл бұрын
Simple informative in a good way of Explation
@patrikcermak76623 жыл бұрын
You are a hero m8.
@Herigrosir832 жыл бұрын
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
@EdMartinModesto4 жыл бұрын
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
@phpBasics4 жыл бұрын
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
@bakhtawermemon9075 жыл бұрын
Thanks a lot @phpBasics
@vandamieespadero66334 жыл бұрын
And if there are no records at database it will show up "no data records". Thanks for this video it helps.
@empty_mirror3 жыл бұрын
Thank you, this was so helpful. Greetings from México :)
@hamdyezzat71802 жыл бұрын
thank you you save my day 🥰
@senju314 жыл бұрын
this is pretty good. God bless you.
@BoxappsEnginfx89355 жыл бұрын
Amazing i love this guy
@Shriio3 жыл бұрын
Very usefull! Thanks!
@mrtuttookey17204 жыл бұрын
Hi! great tutorial, how do i set the max items to showup?
@praveenraj47733 жыл бұрын
Thanks for explaining detail. If Ajax code, html code and PHP code in Same file how to give a URL value in Ajax code?
@林宜賢-k7w4 жыл бұрын
Nice Video !
@jdogcisco13 жыл бұрын
Great tutorial. From watching your other video, inline editing, would it be possible for the search to return an inline-editable results list?
@phpBasics3 жыл бұрын
I don't see why not.
@Christube1612 жыл бұрын
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?
@BoxappsEnginfx89355 жыл бұрын
Can we have a video of creating a multilingual website? Its a big problem for us.
@amirafzaal4 жыл бұрын
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.
@phpBasics4 жыл бұрын
You can do this easily with Jquery's AJAX functions. I have videos on just this topic.
@amirafzaal4 жыл бұрын
@@phpBasics please share the link of that video.
@ventech30514 жыл бұрын
sir how about uploading image without refreshing? can i apply that to my source code?
@NedumEze5 жыл бұрын
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?
@phpBasics5 жыл бұрын
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) { ... }
@NedumEze5 жыл бұрын
@@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
@MrNotSelc4 жыл бұрын
What if I have more than one input?
@yogamplanets2 ай бұрын
Hey hi, you got this problem?
@uccofficialtv57553 жыл бұрын
problem with page scroll when to many outputs
@jasonking12844 жыл бұрын
Need to rename video to, "PHP results using Javascript"
@moussasamake86213 жыл бұрын
Can I get the source code? Please
@hasibullahwardak45142 жыл бұрын
not working for me
@exogendesign45823 жыл бұрын
damn using api for a button click instead of pure ajax or javascript welp im out, not ideal.