No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
How to protect web page printscreen and Save As option in file menu? Can anyone help me? ![]() | |
Can any one tell me javascript for pop up text on mouse rollover on image like this site SNIP | |
Can any one tell me the simple way to add chatroom to my websites in php. | |
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? | |
Re: [CODE]# $query= "INSERT INTO Client(Id,Name,Surname,Email,Phone,Address,Password) VALUES('".$Id."''".$Name."','".$Surname."','".$Email."','".$Phone."','".$Address."','".$Password."')"; # $result= mysql_query($query);[/CODE] you have forgot to write comma between '".$Id."' and '".$Name."' [CODE]# $query= "INSERT INTO Client(Id,Name,Surname,Email,Phone,Address,Password) VALUES('".$Id."','".$Name."','".$Surname."','".$Email."','".$Phone."','".$Address."','".$Password."')"; # $result= mysql_query($query);[/CODE] | |
[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 … | |
I'm creating search for my website.How should i give links of respective pages to the results that i m getting. Pls Help. | |
Re: Can any one tell me javascript for pop up text on mouse rollover like this site ( http://akuaves.pl/ ) |
The End.