how do I fix these warnings?
Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most...
I'm not sure if PDO is built in PHP so are there any includes required top of a page to run a query?
$stmt = $pdo->query("SELECT id,importsNumber FROM table");
This give me error - Undefined variable: pdo
I'm learning php and the question is probably simple to many of you, what is the loading procedure of this url?
http://www.mysite.co.uk/index.php?module=members&controller=reputation&action=browse
there are many folders named like the above, I'm assuming its MODULE first or is the root...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.