Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~367 People Reached
Favorite Tags
php x 4
Member Avatar for d4n1s

Well I get CURRENT_TIMESTAMP and compare it with date() function and they are not the same to get more into details. I do $sql=mysql_query("UPDATE time SET date=CURRENT_TIMESTAMP" WHERE id='1'); than I retreive the data $data=mysql_fetch_array($sql); echo $data['date']; echo date('Y-m-d H:i:s'); there is a difference of 6 hours. I guess its …

Member Avatar for vibhaJ
0
119
Member Avatar for d4n1s

Could anyone share with me an OCR algorithm that isn't limited by shape patterns (Meaning that letters are not in the same font).

0
53
Member Avatar for d4n1s

Well I am using the image functions to draw pixels on an image file using PHP. The problem is that when for instance I draw a black pixel and right next to it a white pixel and than again a black pixel the white pixel will get faded! It will …

Member Avatar for metalix
0
195