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
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for DennisP

The following snippet is a simple PHP Pagination Script which I wrote. As far as I know it works fine. It is meant to be used within a class, and I have wrapped in in a class in order to demonstrate it's usage. The example given below will return something …

Member Avatar for Wolf_2
2
3K
Member Avatar for NutanGadakh

How to protect web page printscreen and Save As option in file menu? Can anyone help me?

Member Avatar for diafol
0
56
Member Avatar for NutanGadakh

Can any one tell me javascript for pop up text on mouse rollover on image like this site SNIP

Member Avatar for pritaeas
0
144
Member Avatar for NutanGadakh
Member Avatar for almostbob
0
80
Member Avatar for NutanGadakh

I'm creating a website in which one menu contains forms.Every form is dependent on another form.I have many forms like this which should be fill by user one by one for that what should i use to keep tracking of user and forms. Can any one help me?

Member Avatar for chrishea
0
60
Member Avatar for Roriomphe

Hi All I have created a form for a user to register and be able to Logon.I need help with username and password validation code.This is what i have done so far and I'm getting this error:error: Column count doesn't match value count at row 1 Warning: mysql_num_rows() expects parameter …

Member Avatar for Roriomphe
0
114
Member Avatar for NutanGadakh

[CODE] $_SESSION["srch"] = trim($_GET["search"]); $var = $_SESSION["srch"]; $searchinfo = array(); //////Home $viewQuery1=mysql_query("select * from home_content where hc like \"%$var%\" ") or die(mysql_error()); if(mysql_num_rows($viewQuery1) > 0) { while($Res1 = mysql_fetch_array($viewQuery1)) { $searchinfo[0] .= '<a href="home.php?pk='.$Res1['parent_key'].'">'. substr($Res1['hc'],0, 25).'</a>'; }//while $num = mysql_num_rows($viewQuery1); }//if //////END Home //////HIGHLIGHTS $viewQuery2=mysql_query("select * from highlights where hl_c …

Member Avatar for NutanGadakh
0
83
Member Avatar for NutanGadakh

I'm creating search for my website.How should i give links of respective pages to the results that i m getting. Pls Help.

Member Avatar for NutanGadakh
0
137
Member Avatar for PRSop2000

I'm trying to make a website that has a block of about 56 colors off to the right of a main image of a dress. You click a color block and it changes the dress to the picture of the dress in the color clicked. I cannot find any script …

Member Avatar for vickies
0
262