Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~189 People Reached
Favorite Tags
php x 3
c++ x 2
Member Avatar for crisis123

[CODE] memset( sDate, 0, sizeof(sDate)); tempSize = strlen( argv[1] ); for ( j = tempSize - 1; j >= 0; j--) { if ( *(argv[1] + j) == '/' ) { j = j + 7; strncpy( sDate, argv[1] + j, 8 ); break; } }[/CODE]

Member Avatar for crisis123
0
65
Member Avatar for crisis123

i have created an ol form and all its details are stored in a text file i want to display these records in the form of the table on another webpage any suggestions??

Member Avatar for cwarn23
0
124