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
Ranked #55.0K
3 Posted Topics
Re: reverse an array
for(int i=0; i<SIZE_ARRAY; i++) array2[i] = array1[SIZE_ARRAY-i];
Re: About LinkedList
well for that you have to make a new linklist and get all values of nodes from old linklist into an array and sort it then put it back in the new linklist using insertAfter(node); method.
Well I think if you do these steps then it will be easy. 1: input field <input type="date" name="date"> 2: Retrieve date in php $date = $_POST["date"]; or $date = filter_input(INPUT_POST,"date"); or $date = $_GET["date"]; or $date = filter_input(INPUT_GET,"date"); 3: Send it in query $query = "INSERT INTO TABLENAME (DATE) …
The End.
Aswad_1