11 Topics

Member Avatar for
Member Avatar for Hazuan Nazri

i want to auto bind data to my textbox after user click the textbox and i already make it!! but my problem is, after i click the textbox again, it still same as the first click!!! HELP ME!!!!

Member Avatar for Hazuan Nazri
0
340
Member Avatar for oneclickroot
Member Avatar for smith121
0
158
Member Avatar for maalaakhantaurux
Member Avatar for iamjin04

<style> p.title { text-align: center; font-family: georgia,palatino; font-size: 18px; font-size: 20px; color:blue; font-style:italic; } p.cont { text-align: center; font-family: georgia,palatino; font-size: 18px; font-style:italic; } p.sun { text-align: center; font-family: georgia,palatino; font-size: 18px; font-size: 20px; color: #99cc00; font-style:italic; } p.rew { text-align: center; font-family: georgia,palatino; font-size: 14px; font-style:italic; } </style> <p …

Member Avatar for gon1387
0
230
Member Avatar for iamjin04

> <style type="css"> p.jin { text-align:center; font:georgia; font-size:20px; color:blue; } </style> <html> <p class="jin">Summer Special</p> </html>Quoted Text Here

Member Avatar for gon1387
0
265
Member Avatar for andyy121

<?php if (isset($_POST['generate'])) { $charset = 'absdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYZ0123456789%$#-()*&.,'; $generated_password = substr (str_shufle($charset),0, 12); } ?> <form action ="password generator" method="post"> <input type="submit" name="generator" value="Generate"><input type="text" value="<?php if (isset($generated_password)) {echo $generated_password; } ?>"/> </form> when i click in generate button it show me this: Object not found! The requested URL was not …

Member Avatar for yoyo12345
-1
163
Member Avatar for andyy121

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <?php include 'func.inc.php'; ?> <title>SEARCH</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h2>SEARCH</h2> <form action="" method="post"> <p> <input type="text" name="keywords"/> <input type="submit" value="Search"/> </p> </form> <?php if (isset ($_POST['keywords'])){ $suffix =""; $keywords =mysql_real_escape_string(htmlspecialchars(trim($_POST['keywords']))); $keywords =$_POST['keywords']; $errors = array (); if (empty …

Member Avatar for LastMitch
-1
375
Member Avatar for WolfShield

Hello DaniWebies! It seems like everytime I read a story or see something in a movie that involves a programmer and/or hacker/cracker they smoke at some point (usually at the computer). I'm curious: why is this? Is it just the fact that a lot of people smoke and so many …

Member Avatar for BitBlt
0
249
Member Avatar for HTMLperson5

I just don't understand! It is starting to become an annoyance, it makes daniweb more of a forum entirely devoted to Linux. I'm tired of seeing `#!/xxx/xxx/xxx` at the start of every program. On windows, you just type out a program. Run it. Done. The operating system does not intefere …

Member Avatar for HTMLperson5
-3
457
Member Avatar for jkon

Of course this is a hypothetical scenario. Let’s suppose that you can’t choose last three or four decades, and that you can’t choose to be a historical (real or imaginary) figure so when in history would you choose to live, where and why?

Member Avatar for Dani
0
280
Member Avatar for prem2

Dear all, I am new to mvc architecture Programming concepts.I have doubt that why peoples are using MVC Architecture?.What are the core benefits of using this architecture. Thank you, Regards, prem2

Member Avatar for baig772
0
143

The End.