Hii..this is mysql query

$querry="SELECT CONCAT(`insert_id`, `type`) AS 'order_id' FROM orders WHERE email='$email'";
$order_id=mysql_query($querry);
    echo $order_id;

i need to convert this into ** mysqli**.
Any Help??

Recommended Answers

All 3 Replies

there??

Thank you #Cereal

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.