Search found 3 matches

by Leverkusener
Thu Jan 30, 2014 10:35 pm
Forum: PHP
Topic: Limit to 1 post per day
Replies: 19
Views: 13258

Re: Limit to 1 post per day

so with this timestamp i can disallow them to post 2 times in a day
so what i need to do? do create a new column in table which inserts timestamp numbers?
put this on my code
date('ymj',1390867200); and change this numbers with $datum and $vrijeme (date and time)?
by Leverkusener
Thu Jan 30, 2014 12:32 am
Forum: PHP
Topic: Limit to 1 post per day
Replies: 19
Views: 13258

Re: Limit to 1 post per day

i have columns datum(date)its curdate and vrijeme(time)its curtime http://prntscr.com/2nsr4o and my post does not contain 1 thing, there are 5 things http://prntscr.com/2nsrfz $tim1 $tim2 tip $kvota and $link and of course every new post has new id, but that post doesnt look like forum post, its not...
by Leverkusener
Wed Jan 29, 2014 11:05 pm
Forum: PHP
Topic: Limit to 1 post per day
Replies: 19
Views: 13258

Limit to 1 post per day

Hey there all im back, there was some problems with forum i am Leverkusen and i cant login anymore but now thats not the problem <?php // upis para if($_POST['tim1']!="" and $_POST['tim2']!="" and $_POST['tip']!="" and $_POST['kvota']!="" and $_POST['link']!=&...