No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: [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"); … | |
Re: Hi Wishes For Your CMS Please Consider: MVC --------> Modules --------> View --------> Controller So Please refer this | |
Re: Send File Code and Details AJAX is usefull for this concept | |
Re: [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" … | |
Re: [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] | |
Re: Hi I am Alagirivima, PHP Web Developer. If you have any issues about PHP, AJAX, JAVASCRIPT i will help for you | |
Re: [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 … | |
Re: [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. … |
The End.