Skip to content

Instantly share code, notes, and snippets.

View joshirohit100's full-sized avatar
🏠
Working Remotely

Rohit Joshi joshirohit100

🏠
Working Remotely
View GitHub Profile
<?php
/** ====================================================================== */
// Create table if not available.
db_query("CREATE TABLE IF NOT EXISTS {lock_test} (
id int NOT NULL AUTO_INCREMENT PRIMARY KEY,
random_id int,
request_time varchar(50),
first_request_time varchar(50)