Click here to Skip to main content
15,901,284 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please provide php code to search for a video file which was stored in mysql databse.
Posted
Comments
Yuri Vital 23-Sep-11 3:30am    
Please give me your salary for doing this...
priyankabetkiker 23-Sep-11 13:44pm    
6000/-

1 solution

The usual way to search for 'something' inside a database is writing a SQL query, and PHP makes no exception.
Hence write a sensible query (you may have a look at MySQL tutorial[^]) and use PHP to fetch results (see, for instance, mysql_query[^] documentation).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900