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
~5K People Reached
Favorite Forums
Favorite Tags
php x 4
Member Avatar for whiteyoh

Hi All, Can anybody help me here. The code below is picking up the first pages records but it wont move to the next page. [code] <?php // Connects to your Database include "myFunctions.php"; getConnection(); //This checks to see if there is a page number. If not, it will set …

Member Avatar for vivekdizzal
0
178
Member Avatar for tryphy

HI, I have a form that has more than one checkbox. I need to store the checkbox value in mysql. I am using php code.I am not sure of the code of storing the checkbox value to the database. Your help will be much appreciated. Thanks Tryphy

Member Avatar for vivekdizzal
0
5K
Member Avatar for divyakrishnan

Hi.. I have an issue on my project.I want to open a particular page of a PDF by clicking a hyper link.How should I do it?any idea ?

Member Avatar for chrishea
0
74
Member Avatar for vivekdizzal

[code]<?php $host = "localhost"; $user = "root"; $pass = ""; $db = "register1"; $conn=mysql_connect($host, $user, $pass); $db3=mysql_select_db($db,$conn) or die("Unable to connect to local database"); $caption = " Add "; if($_GET['id'] != '') { $sel_qry = "SELECT * FROM details WHERE id = ".$_GET['id']; $rs = mysql_query($sel_qry); $result_data = mysql_fetch_assoc($rs); $caption …

0
49
Member Avatar for jirving

i need help on my homework problem. i have done the operations part (+, -, *, /, sqrt) but i am really having a [B]problem on making my calculator accurate up to 40 digits and to truncate all the non-significant zeroes on the output[/B]. i don't know what data type …

Member Avatar for Adak
0
286