0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
3 Posted Topics
Re: <?php $lines = explode("\n", $instruction_textarea); if ( !empty($lines) ) echo '<ul>'; foreach ( $lines as $line ) echo '<li>'. trim( $line ) .'</li>'; echo '</ul>'; ?> | |
![]() | Re: Use **mysqli_fetch_assoc** instead of **mysqli_fetch_array** and might have problem in password in table spec which having varchar(20) just make it length as 32 **varchar(32)**. and dont use double quotes instead of that use single quotes. And the password is MD5. |
Re: when uploading word document how to save some fields from word document in database while uploading a file....and then when we upload a word or pdf document in database and how to download these doc and pdf files into excel formate while downloading only |
The End.