52,566 Archived Topics
Remove Filter ![]() | |
Hi, please I need an code to do on my website a little upload of files(simple). Thank you! Web Development php ![]() | |
I'm hoping the Daniweb community can help where other forums have been unable to! I am attempting to have my code count how many top level menu items there are and then determine what position each menu item is in. So, if it is the first, it will append the … | |
hi, I am working on an asp application using c# and i can import excel file to sql table i have two columns in excel and as well as in sql of same name "id" and "status" when i import data both columns are imported to sql table in the … Web Development asp.net microsoft-office seo sql | |
hello friends, What is the difference between Mysql_fetch_object and mysql_fetch_array ? | |
I am a newbie at jQuery. I have a page with both a jQuery datepicker and jQuery tabs. I have changed the default settings of jQuery tabs CSS by overriding certain properties in a separate CSS file. The tabs are placed in a div (with an id = "ClassTabs") and … Web Development html-css javascript javascript-jquery ![]() | |
I have a form that I am trying to create a link to insert a new record within a dynamic table I am able to accuratly do this with a form as below using a submit button <tr> <form method="POST" action="<?php echo $editFormAction; ?>" name="submitOption" id="submitOption"> <td class="tdInvisible"><?php echo $row_allQuestionOptionUser['optionKey']; … Web Development first-post php | |
Hi I am creating an hotel reservation site for a friend.I found a nice tutorial on html.it and the code runs fine from the command line, no problem. Now I need to build an interface say to insert clients's data. So I have a form.My problem is that for the … Web Development php | |
I am working on a massive application that deals with ecommerce, i am an intermediate when it comes to developing applications in php. If you are interested please reply and we can talk more on what is involved. | |
Hi People, I've got a small query regarding checkboxes. I have a form, where there are input box, textarea, radio buttons and checkboxes. After form submit, Insert query gets fired and data gets inserted properly. I'm storing checkbox value as a string, I mean, the checkbox array... I'm converting it … Web Development php | |
hello all. here is my code which searches all my record. <?php /** * Main.php */ include("include/session.php"); //include("viewproj.php"); ?> <html> <head> <title>Export to Excel</title> </head> <body> <form action="searchemp.php" method="post" > <?php define ('DB_NAME', 'vincegac_vince'); define ('DB_USER', 'root'); define ('DB_PASSWORD', ''); define ('DB_HOST', 'localhost'); $link = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD); if (!$link) … | |
Hello, I have the following RSS feed: [RSS Feed](http://rss.nuvini.com/list/feed2js/feed2js.php?src=http%3A%2F%2Frss.nuvini.com%2Fpublic.php%3Fop%3Drss%26id%3D-1027%26key%3D19a8dbb063bf0c30d5e74c5fb619f33255a027db&num=15&tz=+2&targ=y&utf=y) I load this feed like this: file: rss2.php <head> <link rel="stylesheet" type="text/css" href="rss.css" media="screen" /> </head> <body style="margin: 0px;"> <div id="RSS_Feed"> <script language="JavaScript" src="http://rss.nuvini.com/list/feed2js/feed2js.php?src=http%3A%2F%2Frss.nuvini.com%2Fpublic.php%3Fop%3Drss%26id%3D-1027%26key%3D19a8dbb063bf0c30d5e74c5fb619f33255a027db&num=15&tz=+2&targ=y&utf=y" charset="UTF-8" type="text/javascript"></script> </div> </body> Now what I want to do, is automatically refresh this page. I tried … Web Development html-css javascript javascript-jquery | |
hi everyone, i run a website and the email script for some reason is sending emails to users trash/spam folder, or npt sending at all. it seems to be on most yahoo email addresses, and possibly gmail. the email script is written with php in codeigniter, and it runs on … Web Development email php php-codeigniter | |
Hello, Not really sure if this is the right place to post this to but I am pretty sure I need js to accomplish this. I need to make a dropdown selection menu for my wordpress theme options, but I can't use the conventional `<select>` tag because I want my … Web Development javascript wordpress | |
I build a code to eventually get a random item per category. Functions are working. I am just curious if the WHILE and IF are accurate. I am not sure if the first two unset() is good or do I need to drop those? And more important WHY the random … Web Development php ![]() | |
Hi, I want to upload a file from one machine to another server ie application is in server A and path of the uploaded file is in server B. How can I implement this without using curl, ftp and ssh. The code which I have used is shown below. But … Web Development php | |
Hello guys, I would like to know how client browser send data to server whithout refreshing the page (just like chat in facebook)? I have searched in google but I found alot of tutorials but non of them told me what is the basic idea about web server client synchronization? … Web Development client-server javascript web-browser web-server | |
$accname =$_POST['uaccountname']; $aid =$_POST['aid']; if($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['submit'] =='update account') { $qry = "UPDATE accounts SET acc_name = $accname WHERE acc_id =$aid"; mysql_query($qry) or die(mysql_error()); } it gives folling error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for … ![]() | |
Hi all - am trying to add a background image to the imput area for file upload for the input fields I have used the below css any solutions will be great. Thanks in adavance D #content .input-wide { width: 288px; height: 22px; margin: 0; padding: 6px 5px 6px 27px; … | |
Hi all I am trying to resolve an issue when I select an expanding div, the first div selection pushes the second div element to the right. is there css fix or other to get this not to push div element to the right Thanks in advance D <!DOCTYPE html … Web Development html-css javascript javascript-jquery | |
for class countryclassinfolink: `$(".classcard").fadeOut("slow");` is working `$(".classdetails").fadein("slow");`is not working <html> <head> <style> .section { background: none repeat scroll 0 0 #FFFFFF; border-radius: 10px 10px 0 0; margin: 0 0 30px; width: 725px; padding: 0 0 20px; position: relative; z-index: 100; } .section.seminars .theta_wrap { border-bottom: 1px solid #A6CBD9; float: left; … Web Development javascript javascript-jquery | |
Hello All bellow is the code for time in which is not showing up when i login as admin. Php Code: <?php $query = "select * from presence where uid=".$uid." and date='".$date."'"; $recordset = mysql_query($query); while($record = mysql_fetch_array($recordset)) {$count = 1; //echo "<td>Your Time In :==: ",$record["timein"],"</td></tr><br></table>"; echo "<center><table><tr><td>Your Time … Web Development php ![]() | |
Is it possible to make a while loop for a function but in stead of just echo it's result, store it in an array??? values in database for example: one, two, three, four. In a normal way I do: While (havenumbers()) { echo havenumber(); // displays "one" etc. } In … Web Development php | |
Hallo All, How to add google maps on certain address with php / html script ? How to find the script ? This is what I have so far that I would like to change the address: <div class="row"> <iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Skybee+One+Building,+JL.+Kebon+Sirih+Raya,+Kavling+63,+Central+Jakarta,+DKI+Jakarta,+10340,+Indonesia&aq=&sll=-6.180705,106.831355&sspn=0.028245,0.045447&ie=UTF8&hq=Skybee+One+Building,+JL.+Kebon+Sirih+Raya,+Kavling+63,+Central&hnear=Jakarta+Pusat,+Jakarta+Capital+Region+10340,+Indonesia&ll=-6.183313,106.82726&spn=0.014122,0.022724&t=m&z=14&iwloc=A&cid=16520793013655425908&output=embed"></iframe> </div> Thanks. | |
Hello, anyone can pls help me with a css issue, where I want to make the height of a div flexible based on the content? I have 2 divs, the first one being a large div which contains menus, and the second div for text content. The first div is … Web Development html-css | |
I have a question about using variables inside a function. The first part of code is not working. It appears that the variable '$myvalue' is not being served to the function although when I echo the $myvalue it has the right text. If I however use normal text, it WORKS! … Web Development php | |
Hey everyone, Sorry for the lack of knowlege. I've tried google-ing how to imput and display images on a web page without the image showing up in weird symbols, but I've had no luck. Can anyone help me? My purpose is to simply store an image manually into a mysql … | |
Hi; how can i show the delete and edit link to the user who has posted the comment just like in facebook only the person who has posted the comment is allowed to edit or delete the comment below is my code <?php //including the database connection file include_once("includes/settings.php"); connect(); … Web Development php | |
For example, after I press the button to submit this thread, a new page is created for it. How does this work/what would be the right way to describe it? I'm not sure where this should belong to so apologies if it's in the wrong forum. Web Development javascript | |
Hai , In my database's table(table name is 'datas_disp') there are 8 coulmns , they are id, brand_name, time_period, image_path, Shop_name, shop_address, more_info, category. i want to auto-mail all these contents when they reach 30 day.and delete the product from my database, anybody know the scrpt , if yes please … Web Development php | |
Hi all, I have to create a function, that lets users write a newsletter from an intranet, instantly share that on the companys Facebook page wall. The intranet stuff is made, and all fine - just need to post it on the wall too.. Anyone knows what api or plugin … Web Development api php social-media | |
Hi guys, I'm working on a shopping cart and I'm having some difficulties with a concept. Basicly, I remove two articles in a certain condition and it works perfectly. My problem is that I want to redirect the user instantly if these two articles are removed from the cart. When … Web Development javascript javascript-jquery | |
Can any one help me to know about the api which will give the full list of amazon categories. | |
![]() | So I'm using mediabox which creates lightbox Iframes. I've modded it quite a bit, and there's just ONE last thing I want to accomplish. When the "popup" occurs, my site is still loading in the iframe; the process looks unproffesional. I have 2 key pieces of code, and I was … Web Development html-css javascript ![]() |
I've spent a good few hours trying to find the answer to this, even though it seems simple. I know that this error is usually a result of a quote being wrong, but this is the first time I've used PDO and I've tried various combinations of quotes, using BindParam … Web Development php | |
Hello I made a site and i would like to update it at a server. I am from greece. Do you know which is the cost per year and a good and not very expensive server? Thank you | |
hi i am using visual studio 2008. and sql server 2005. now my doubt is how to connect the mdf in asp.net application with C#.??? am using design in web form in asp.net applicaton with C# can any body ask ??/ how to connect the database and how to connect … Web Development asp asp.net database-design sql visual-studio web-design web-server | |
-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 29, 2013 at 04:31 PM -- Server version: 5.5.16 -- PHP Version: 5.3.8 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET … ![]() | |
I have developed a theme in wordpress. When I go to home page tab it shows "page not found" at the title. But it shows all contents of home page (index.php). If I create a page named "Home" then it shows the page content instead of my index.php contents. I … Web Development wordpress | |
Hi Folks, I have a web application developed in Classic ASP. After the user successfully logs in, the "main page" of the application stays on the screen (all other functions are done in DHTML/CSS pop up windows). The main page contents are updated with jQuery, so the page never physically … | |
Hello The meaning of **this.id** is self explanatory: element with currently focused on ID, but due to the abundance of the word "this", it is very difficult to find it in online js references, like w3schools. could someone post a link to the explanation of this id somewhere on the … Web Development javascript | |
Hi, I am using the following method for removing HttpRuntime Cache: HttpRuntime.Cache.Remove("Key"); But some times this code is not working. Any kind of help will be appreciated. Web Development asp.net | |
" {company.entryDate} In Date(" + string.Format("yyyy,mm,dd", txtStart.Text) + ") To Date(" + string.Format("yyyy,mm,dd", txtEnd.Text) + ")"; this is ASP.NET C# coding for generating report between two dates. this is giving me this error : "The ) is missing" pls help.. Web Development asp.net | |
HI all, anybody know ho to put globalization inside a menu that is created from a DB. Can anybody tell me how i tranform a string to code? best regards | |
Hi all, most likely a basic question but i know nothing when it comes to php. Basically i have all my php files and database set up for my login and registration but i am at a loss on how to incluse it into my html website. I have tried … Web Development php ![]() | |
I am trying to add the Facebook Comment plugin to my site. http://www.ourhometown.ca/hockey/nhl/NHL0017.php When you visit the link in Firefox you get the above URL. If you hit refresh, you get something like: http://www.ourhometown.ca/hockey/nhl/NHL0017.php#.UbAQAth230c This lack of a static url will cause issues for the site. Does anyone know how … Web Development php | |
Is it possible to create directory with permission(domain users the IIS user account)while deploying the asp.net mvc application.I need to be able to create directory for image upload with appropriate permissions(only domain users should be able to modify it) while deploying the web applications. Is this possible? Thanks, S. Web Development asp asp.net software-architecture ![]() | |
Hi guys, i am working on a project the need me to convert a compressed obj file using webgl utf-8 compresor [webgl-loader](https://code.google.com/p/webgl-loader/) back to it acsii version. I will like someone to point me in the rigth direction. i am comfused as to how to do the decompression Web Development c++ image javascript python ![]() | |
I'm not sure if this is just a style-sheet issue, because there's a javascript component. But, what I have is a div set to cover the page, and a background image inside, set to cover. This works fine on a computer, but I noticed that it wasn't portraying correctly on … Web Development image ipad javascript ![]() | |
Hello!Somebody can help me please how can i autolink any word i have in my webpage autolink in php ? example array $word_list = array ( 'dogs' => 'http://dogs.com', 'dog' => 'http://dogs.com', 'cat' => 'http://cats.com', 'kitten' => 'http://cats.com', 'horse' => 'http://horses.com' ) any text dogs in my website corispond to … Web Development php |
The End.