39,326 Topics
| |
Hi. My page has a men that holds categories of products, some of these categoriees have subcategories, some dont. I have mysql tables category, subcategory and products. My code right now only adds products to the subcategories, it takes the id value of subcategory and puts it in the product_id … | |
I need to extract the value of studentId just 1413 how could this be done? All this code below is stored in a single variable I think with regex it is possible but had no luck with it $(document).ready(function () { var getSchedule = function () { $.ajax({ type: 'GET', … | |
Hello and thanks in advance to anyone who can help me with my array problem. I've always struggled with arrays, and now I Need to understand how I can use them to solve my latest problem. I've created a test scenario to recreate what I'm trying to do in real-life. … | |
hello i want to creat script "most viewed" so i want to select most topic that have been wached between two dates for instance from date 10,10,2012 to current date i mean from 10 days ago untill current time | |
I am currently working on a hotel booking system. There are 4 rooms types, 3 have 5 rooms and 1 has 10 rooms. I have everything working apart from the ability to check which are booked or not. The SQL I used to create the tables is listed below; CREATE … | |
<?php include 'includes/config.php'; include 'header.php'; $check = ''; $TOTAL_FILE = 0; $rowsPerPage=12; $PATH = ''; if($parentid != 0) { $folddetail = $db->query("select * from category where id = ".$parentid, database::GET_ROW); $seq = $folddetail['pathc'];//$db->query("select pathc from category where id = ". $parentid, database::GET_FIELD); $PATH = 'ยป <a href="'.BASE_PATH.'">Home</a> '; $PATH .= $seq; } … | |
hi all, I 've developed my own website using mysql, apache and PHP . Its soon going for production server. I need to track my website traffic(visitors, location, language, unique visitors) in live site for analytic's. I dont want use any third party Analytic trackers like google analytics etc. kindly … | |
at first the validation is working but when i added some design the validation is not working anymore help pls can you check my code <?php include('conn.php'); session_start(); if (!isset($_SESSION['Username'])){ header('location:index.php'); } // ?> <html> <head> <title>Delivery</title> <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="shortcut icon" href="favicon.gif"> <script type="text/javascript" src="js/jquery.js"></script> <script … | |
at the same time after adding i would like to update the inventory quantity quantity - deliver + return help pls <?php include('conn.php'); session_start(); if (!isset($_SESSION['Username'])){ header('location:index.php'); } // ?> <html> <head> <title>Delivery</title> <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="shortcut icon" href="favicon.gif"> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.validate.js"></script> <script language="javascript" … | |
Hello, I am creating one android application using eclipse & emulator. I want to open php web pages from localhost when i click on button on one of my activity. We have our website but it is not hosted yet. When i click on button it goes to browser -> … | |
I have a little problem ... my menu.php does not work and i dunno why heres my index: <html> <?php function writeOut($pageName) { $buffer = fopen($pageName, r); $data = fread($buffer, filesize($pageName)); fclose($buffer); echo($data); } writeOut('head.html'); echo('<body><div id="top">'); writeOut('top.html'); echo('</div>'); /* in case of anomalies ob_start(); include 'menu.php'; $result = ob_get_clean(); … | |
Warning: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\freeelec2\deliveryupdate.php:179) in E:\xampp\htdocs\freeelec2\deliveryupdate.php on line 222 <?php include('conn.php'); session_start(); if (!isset($_SESSION['Username'])){ header('location:index.php'); } // $tror=$_GET['tror']; ?> <html> <head> <title>Delivery Update</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.validate.js"></script> <script language="javascript" src="js/cal2.js"></script> <script language="javascript" src="js/cal_conf2.js"></script> <script type="text/javascript"> function Price(data) { … | |
hi i want to retrieve whole column from DB but store it in associative array. i write the code but its returning me only the last record. i want to return me the whole column. anyone can help? public function GetMarks(){ $query=mysql_query("SELECT name, marks FROM marks,users WHERE marks.id=users.id "); while($rows=mysql_fetch_assoc($query)){ … | |
# I need help understanding how to pull data from a database # *(The database i have) & insert data into fields on my webpages. So I can edit the site from a mysql database.* *As far as I think understand, I have commented the code below...* Q-0= Please help … | |
So this is my code: <?php // Example in menu_skuska.html $buffer = ''; function addMenuHeader($header_name,$id,$distance_from_top,$distance_from_left) { global $buffer; $buffer = $buffer + '<div style="position:absolute; top:' + $distance_from_top + '; left:' + $distance_from_left + ';">'; $buffer = $buffer + '<p onClick="toggleMenu(' + $id + ')" id="menu_header">' + $header_name + '</p>'; $buffer … | |
Hi... I want to calculate marks.. I have create calculation and form... but, when i click the button it cannot calculate the marks... what the error in this code? | |
Hello Every One. i have a database name products id Pr_name price etc I want auto complete script that they retrive product name from (Pr_name). i want that my search enging display auto name from my database. | |
Hello, I am trying to populate a listbox.here are my codes which works fine. <?php echo "<select name=name value=''>Exten Name</option>"; while($nt1=mysql_fetch_array($result_users)){//Array or records stored in $nt echo "<option value=$nt1[name]>$nt1[name]</option>"; /* Option values are added by looping through the array */ } echo "</select>";// Closing of list box ?> These data … | |
I'M trying to output a message if the PHP query on the MySQL database come back empty. But when I uncomment this line `//echo "No result found for entry";` not only does it fail to output this message when there is no match but it also fails to load the … | |
Hi guys I'm in way over my head here and have absolutely no idea how to fix this or why it's even there. I have a wordpress website and after comments were turned off in the posts page, I now receive an error where the comments box used to be. … | |
I have done some searching arround and found out that it is possible to do, Here is what I'm trying do, I want the user to be able to login to my site using ourschools websites' login and pass then fetch their grades, schedules, announcements etc. Any ideas on this? | |
I'm trying to make website where user can upload a photo in a form. However somethings gone wrong in which keep telling me that I have a 'invalid file'. The information which the user typed in was actually uploaded to the database, but not the image. I've tried to saparate … | |
on dropdown change i would like to put the price on the textbox "price" base on the selected value in dropdown function Price(data) { document.getElementById ("productprice").value = data.value; } <select name="product" onchange="Price(this)"> <option value="" disabled="disabled" selected="selected">Please select a product</option> <?php foreach ($product as $product) { ?> <option value="<?php echo $product['Product']?>" … | |
i'm creating my personal forum website, in create new topic page i have a HTML drop down, i populate this drop down from my categories table from my databse. the problem is that when i select any value from drop down it didn't it's id from database and due to … | |
This is my registration form page(Member_reg.php). <html><head> <script type="text/javascript"> function validateForm() var a=document.forms["form1"]["username"].value; var b=document.forms["form1"]["password"].value; var c=document.forms["form1"]["mailid"].value; var d=document.forms["form1"]["address"].value; var e=document.forms["form1"]["contact"].value; if (a==null || a=="") { alert("Username must be filled out"); return false; } else if (b==null || b=="") { alert("Password must be filled out"); return false; } else if … | |
Hello, I have urls like this: http://site/search/region,state and http://site/type/mytype I need to extract the last part and echo this. I used code below and for the first url it returns "region,state" (but I only need the last part). And what if behind the url is another character like a slash … | |
I am trying to get a site back up from an previous backup. I have started with a clean installation of Joomla 1.5.2 so that I can upgrade to 1.7 & do the automated upgrade to current from there. I have not touched the custom lp3 template code that will … | |
Hello guy, I have a website it's basicly a rss feed website. When a user click on a link they leave the page (with _blank). But i want to make a leave page something like www.domain.com/go/ they stay on this page for let's say 5 sec and they the script … | |
Hello guys, I have a school assignment and I need to develop a site with Microsoft Access database, but I have no clue how to set up and use that database, I searched eveywhere on the internet and I haven't found anything concludent, all explications are foggy and I can't … |
The End.