php - Control mysql arrays with button - Stack Overflow

Posted by Unknown on Monday, February 24, 2014

I want a button to show the next array in MySQL. This is what I have so far; ... pos = is_numeric($_GET['pos']) ? $_GET['pos'] : 0; if ($pos < 0) $pos = 0; ...

more

{ 0 comments... » php - Control mysql arrays with button - Stack Overflow read them below or add one }

Post a Comment

Popular Posts