Posts
 
Reputation
Joined
Last Seen
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
1 Endorsement
Ranked #858
Ranked #44.2K
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for matei_

<?php $lines = explode("\n", $instruction_textarea); if ( !empty($lines) ) echo '<ul>'; foreach ( $lines as $line ) echo '<li>'. trim( $line ) .'</li>'; echo '</ul>'; ?>

Member Avatar for Josh Connerty
1
381
Member Avatar for Vaske_1

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.

Member Avatar for ishu_1
0
202
Member Avatar for Sahilsahni

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

Member Avatar for ishu_1
0
4K

The End.