How to get the search results in real time? [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm a building a website like udemy.com. On the front page there is search bar for the users to search for the courses they want to enroll in.
How to get it done to show the results if the users inputs something?
I know that ajax will be used in this scenario. But anyone got the working solution or the better implementation?
I hope i'm clear with my question.

#arosh, are you looking for something like this: jquery autocomplete

Related

how to prevent video download by user in php [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I hope you are fine
I want to write a simple php code that the user cant download the movie like youtube site and can only see, I came across a series of results such as hls, ffmpeg, rtmp in my search, but I do not know which one is useful or has a library for php at all or not.
Thank you for your time.
It’s not possible. The server can not differentiate between “downloading” and “playing”.

Get Apost From Page on Facebook using php? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Hi I have Joined a facebook Group and I want to get the recent posts on my website using PHP.
I don't know where to begin. I used google to look this up but all I could find was how to get post from an app.
To achieve this you'd want to use Facebook's API: https://developers.facebook.com/. More specifically this is the documentation regarding accessing data from a group.

How can I Print a result on webpage using php getting from MySql database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have a school website, I have uploaded the students examination result to the database but now I want to make a search bar by which can the student search their result by typing their roll number.
please someone give me the code. please
#wajahat-aftab - you can always find a great tutorial to do this. Here are few of the links
https://www.youtube.com/watch?v=N_S7_wg87GU
http://html.net/tutorials/php/
http://www.htmlgoodies.com/beyond/php/article.php/3472391
Basically you need to get the data, manipulate it and send it to the HTML page. Once you get the data in HTML you can present it any kind of look-n-feel as per your needs.
You can not expect exact answers for such questions - so I suggest you to be more specific with QUESTION and make sure that you also share the source code that you tried so far.

How do I make a comment system for my website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What would the code be to have a comments section on my website where logged in people can place a comment. I got a database and want to use html and php only. No 3th party involved.
Something simple and not to advanced.
You should check out some tutorials:
http://www.youtube.com/watch?v=KGmEZY6DBhw
http://www.2my4edge.com/2013/05/comment-system-using-php-and-mysql.html
We are not going to place an entire code here, you should show us that you've tried instead of just asking us to write all of your code.

How can I make a "light cms" with PHP? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I really don't want to use any software, I want to learn by myself. Nothing like WordPress though. All it is, user goes to example.com/login. and they enter a password. After that all they see is Mark down text-editor. They put in content then click enter. then it generates to the page. Creating a short summery for the front of the page then having a link to the whole page.
How would I accomplish this? Any tutorials?
Sounds like you need a basic PHP/MySQL tutorial. Here's an good one:
http://www.w3schools.com/PHP/php_mysql_intro.asp
Once you get through that, building a simple CMS will be a snap.

Categories