Jump to content

shadowfiend20

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

shadowfiend20's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i think its happening bcoz of "round"...
  2. oh well thanks a lot ..i was in little hurry so cudn't find the relevent section anyways dat problem is solved.. i hav downloaded the wrong jquery library so.. ..
  3. and where is dat file plz explain litle bit more as required
  4. i dont know weather it will work wid your script or not!! anyways i am assuming you are tryin to search for the files in database... $query = "select * from the_table where 1st_field like \"%$input%\" order by 1st_field"; // EDIT HERE and specify your table and input for the SQL query $numresults=mysql_query($query); $numrows=mysql_num_rows($numresults); //and check on the basis of $numrows..like match found or not..and so on ..hope i got ur question right
  5. hi all wat i m trying here is to hide a div using two radio buttons with help of jqueryjquery..but this does'nt seem to b working..here is the fill code if this works probably i can use it in my php scrip..i m new to jquery so,,,,,,,,, <html> <body> <head> <script language="javascript"> $(document).ready(function() { $('#yes').click(function(){ $('#tab').show(); }); $('#no').click(function(){ $('#tab').hide(); }); }); </script> </head> <form> <input type="radio" value="no" name="rad1" id="no" >hide <input type="radio" value="yes" name="rad2" id="yes">show <div id="tab" style="display: block;">hello </div> </form> </body> </html>
  6. The website looks neat man..keep it up..4/5gold stars:D
  7. oh well it is working now thanx a lot
  8. hi everyone i am trying to make a forum and as usual got stuck..wat i m doing here is printing the topics(title) posted by users from data base .. <?php while($forum = mysql_fetch_array($query1)) { $title = $forum['title']; $newDate = $forum['PostedOn']; $PostedBy=$forum['$PostedBy']; $replies=$forum['replies']; ?> <table class="tborder" width="80%" cellspacing="1" cellpadding="6" border="0" align="center"> <thead> <tr align="center"> <td class="thead"></td> ***** <td class="thead" width="50%" align="left"><?php print $title; ?></td> <td width="100" class="thead"><?php print $newDate; ?></td> <td class="thead"><?php print $replies; ?></td> <td class="thead"><?php echo"Views"; ?></td> </tr> <?php } ?> now how can i make these forum titles as a link(c the line with* marks), so that anyone can click on it and see the replies..i have no idea how to make these titles as a link...please help this noob..any help regarding this would be highly appreciable..ty
  9. well i use FTP method to put files on my server.is there ny way i can scan fr viruses.can u give me link or any forum topic where i can see the whole process to remove this crap
  10. Hi all. i m facing this problem problem for the very first time and its so irritating..When i open my website on the browser my kaspersky antivirus gives the threat msg "Huer trojan script iframer was found." And i can not access the webpage.i hav checked the code again for any kind of malicious script.it is a live site.how do i remove this virus from the server or wherever!!please specify the place frm where i should remove the virus..
  11. check table frm phpmyadmin after selecting all the tables says error ,corrupt...when i go for repair table same messages it gives ..and there is no structure for corrupt tables
  12. hi all i m facing this problm wid my database when i try to browse any of the tables.. i think its corrupted and it has got 20 tables and i m not able to browse any of those tables ..guys wat to do..its a huge website..wat can be done..i have tried repairing the db bt doesn't seem to b working
  13. check the spelling of DIAL in foreach loop..i cud figure it out this only nthing much apart frm this
  14. i hv made a shopping cart totally in php widout using any other language..i have tried my best to validate and protect ny user inputs..but i m still not sure about mysql injection or nything related to it..the website will go live in few days..plz advice sm important validations or protections needed to take care of before my new company kicks me out..thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.