Hello, are any game hackers good at php programming?
I struck on some parts on the php programming
1)How to use strnatcmp to sort the data in natural ordering when you clicked on the column header link and when you clicked it again, you sort it by ascending order, click one more time back to ascending order.
2)How to use explode() to make sure that three textboxes can be inserted and can be updated into database. (I mean this format 000|0000-00-00 00:00:00|0)
| is the delimiter. (for 'dt' fieldname).
3)How to use checkboxes to update the selected records you have checked, when you clicked on 'Edit' button, it will go go another page where the selected records are displayed and can be edited together. (index.php to multipleupdate.php
I provided the source file if you can help me.
I will add reputation points to those who helped me.
I struck on some parts on the php programming
1)How to use strnatcmp to sort the data in natural ordering when you clicked on the column header link and when you clicked it again, you sort it by ascending order, click one more time back to ascending order.
2)How to use explode() to make sure that three textboxes can be inserted and can be updated into database. (I mean this format 000|0000-00-00 00:00:00|0)
| is the delimiter. (for 'dt' fieldname).
3)How to use checkboxes to update the selected records you have checked, when you clicked on 'Edit' button, it will go go another page where the selected records are displayed and can be edited together. (index.php to multipleupdate.php
I provided the source file if you can help me.
I will add reputation points to those who helped me.
Comment