1
Help for ParamQuery Pro / Re: PHP select issue
« on: January 14, 2022, 01:50:51 am »
Thanks, had some error in my PHP for getting data.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
SELECT * FROM [table] where id like CONCAT('%', '123', '%') LIMIT 20, 20;
<?php
// Start the session
session_start();
?>