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
Ranked #13.9K
Ranked #2K
~2K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for manish812

[CODE] <?php session_start(); ob_start(); include"db_config.php"; $connect = mysql_connect("$db_host", "$db_user", "$db_password"); mysql_select_db("$db_name", $connect) or die(mysql_error()); $f_name= $_POST['fname']; $l_name= $_POST['lname']; $pass= $_POST['password']; $query = "SELECT * from helpagent WHERE first='$f_name' and last='$l_name' and password='$pass' "; $result = mysql_query($query); for ($i = 0; $i < mysql_num_rows($result); $i++) { $id = mysql_result($result, $i, "agentid"); …

Member Avatar for Putu_1
0
775
Member Avatar for Clawsy

Hi Wishes For Your CMS Please Consider: MVC --------> Modules --------> View --------> Controller So Please refer this

Member Avatar for Clawsy
0
292
Member Avatar for jyotidagia
Member Avatar for network18
0
161
Member Avatar for crebilis

[CODE] <html> <head> <title>Clear Page</title> <script type="text/javascript"> function clearElement(id) { document.getElementById(id).innerHTML = ""; } function clearFormElement(id) { document.getElementById(id).value = ""; } </script> </head> <body onload="javascript:clearElement('welcome'); clearFormElement('inputbox');"> <div id='top'> MAIN TITLE </div> <!-- PAGE CONTENT --> <div id='welcome'> WELOCME MESSAGE CLEAR </div> <!-- FORM ELEMENT --> <form name="test"> <input type="text" name="inputbox" …

Member Avatar for Graphix
0
165
Member Avatar for Zack_G

[CODE]<?php $file_path = "gallery/index.php"; /* First Include Gallery Module */ include ($file_path); /* Replace Gallery Module to Enquiry Module */ $file_path = str_replace("gallery","enquiry",$file_path); /* First Include Gallery Module */ include ($file_path); ?>[/CODE]

Member Avatar for Froger93
0
181
Member Avatar for RobEin

Hi I am Alagirivima, PHP Web Developer. If you have any issues about PHP, AJAX, JAVASCRIPT i will help for you

Member Avatar for alagirinetaxis
0
104
Member Avatar for verbob

[CODE]<?php require_once "../dbconnect.php"; // include the database information // if the 'mode' is set in the url (i.e. is the originating call is from new (mode is not set from this file) or edit ) if (isset($mode)) { // get the id of the row to be editted from the …

Member Avatar for verbob
0
176
Member Avatar for garcon1986

[QUOTE=garcon1986;1028401]Now i extract data from mysql database, and echo them in a table. In the last column of each row, i made a link. It link to the corresponding page according to the value of first column in the row. Now i can't get the solution and have some errors. …

Member Avatar for garcon1986
0
205

The End.