Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags
php x 6
Member Avatar for ramsri05

Hello, I need to convert a string variable to BIGINT and store it into the mysql database. I have used settype() but its removing my leading zero in the string. For example, [CODE] $new_id1="12"; $new_id2="345"; $zero="0"; $id="{$zero}{$zero}{$new_id1}{$new_id2}"; settype($id,"float"); echo $id; output: 12345 // Instead of getting 0012345 [/CODE] The above …

Member Avatar for digital-ether
0
2K
Member Avatar for ramsri05

Hello Friends,:) I want to compare each row in the excel sheet with mysql database table fields in order to eliminate the duplicate entry while inserting data from excel sheet into that particular mysql database table. Can anybody provide me the logic ? I have added my code here. Please …

0
37
Member Avatar for ramsri05

Dear Friends. :) I am new to this forum and php coding as well. 1. I would like to know whether we can able to [B]import .xls excel[/B] file contents into the [B]mysql database[/B] table using [COLOR="Red"]php[/COLOR].? Objective: User has to browse the excel file from their system and import …

Member Avatar for chrishea
0
563