php - How to alphabetical book title using query -


i want alphabetical a-z using query , code

$user_query=mysqli_query($dbcon,"select * book book_title regexp '^[^a-za-z]' ")or die(mysqli_error($dbcon)); 

but didn't worked.

database table

you can use order alphabetical order-

select * `book` order book.book_title asc 

Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -