4 Topics

Member Avatar for
Member Avatar for faisal7777

Dear All I have created a website in HTML / Front page Now i have pasted the code into ASP.Net I have successfully build the page but my hyperlinks are not functioning now? Kindly help with this problem Moreover,I am in need of a code to function the RecoverPassword Control …

Member Avatar for suhaildawood
-1
172
Member Avatar for andarivaadu1

[CODE]<?php $author_id = $_GET['author']; $subject = $_GET['subject']; $pubtype = $_GET['type']; $year = $_GET['year']; $college = $_GET['college']; $department = $_GET['department']; $keyword = $_GET['keyword']; $keyword = mysql_real_escape_string($keyword); $subject = mysql_real_escape_string($subject); $year = mysql_real_escape_string($year); //If any of the fields were left blank, we will assign % to the variable to use as wildcards …

Member Avatar for joehms22
-1
155
Member Avatar for aaloo

2day i hve another problem ..this is my code [CODE]<?php $data = mysql_query("SELECT * FROM entries ORDER BY id DESC LIMIT $x , 3") or die(mysql_error()); while($info = mysql_fetch_array( $data )) { echo" <div id=\"containing\">s <h1>".$info['contents']."</h1> <div id=\"parent\" > <p >".$info['author'] ."</p> </div> </div> <?php echo "<a href=\"$info['contents'].php\" >READ MORE</a>"; …

Member Avatar for aaloo
-1
320
Member Avatar for dietdew12z

Hi, I'm normally over on the PHP board but this one is definitely a javascript issue. The thread title doesn't quite cover my issue, so I'll try to explain a little further. I built a website for a client who tells me that when he hovers over a word on …

Member Avatar for twiss
0
208

The End.