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
~333 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for erikadiaz000

Guys i really need help! I need to retrieve data from the database with checkbox. I need to get sum of the items that were clicked and direct the user in another page to show the result. This is my code <?php $con = mysql_connect('localhost','root','root')or die(mysql_error()); $db = mysql_select_db('rizal',$con)or die(mysql_error()); …

Member Avatar for LastMitch
0
176
Member Avatar for erikadiaz000

I am using this code and when i try to insert the a value in the 4th field after tdno, it doesn't insert all the values in the database. please help! <?php error_reporting (E_ALL ^ E_NOTICE); //connect to the database $connect = mysql_connect("localhost","root","root"); mysql_select_db("rizal",$connect); //select the table // if ($_FILES[csv][size] …

Member Avatar for LastMitch
0
157