Hope to add a better home page with links to all the sites one could earn from and a forum. :cool:
here is the link: http://www.earnmoney.netau.net/
Suggestions would be nice.
I am creating a PTC script.
Please help me find some bugs, or in form me of areas where there might be security issues. :cool:
www.janbux.x10hosting.com
Should I add and INDEX onto a date "Y-m-d" field, even though many records can have the same date.
I run a query that check all those records with last login which is today.
Please reply. :cool:
Points for helpful help.
not only that but you may be missen a } some where too.
example:
<?php
if($x=1)
{
print 'stuff';
$x++;
if($y=3)
{
echo 'more stuff';
echo date("Y-m-d");
}
?>
this would cause the same error, note the second } is missen.