52,566 Archived Topics
Remove Filter ![]() | |
Please help I have been trying to insert a timestamp field into a DB. But to no avail. Here's my code. I am using a hidden field. <input type="hidden" value="<? echo date("m-j-y g:i:s A"); ?>" name="time" /> Then on my action page, I do the following. $stime=$_POST['time']; then my insert … Web Development php | |
![]() | Greetings from Japan. I'd like to display a few RSS feeds from other web sites on my web site in a tabbed box, where each tab signifies a feed from each of those sites. I'm trying to keep the Web site as simple as possible to make our site as … Web Development asp flash javascript |
Hai.. i have Problem with Treeview control...... i am developed one web application... i am have many aspx page in this project..but all page undercontrol with treeview .. i am alreay download the IE Web Controls from microsoft site.. I build the batch file then automatically created "Microsoft.Web.UI.WebControls.dll" ("C:\Program Files\IE … Web Development asp.net assembly web-server | |
I'm used to pythons [inlinecode]'string' in var[/inlinecode] to determine whether a string is found in another string, how can I replicate this in PHP? Web Development php | |
I have a php email form that is giving me greif. It is sending blank messages. Could anyone take a look at the code and help. It would be greatly appreciated. contact.php [code] <script LANGUAGE="JavaScript"> function Validate(form) { if (form.name.value == "") { alert("Please insert your name"); form.name.focus(); return; } … Web Development javascript php | |
Peace, I made a mail form and I want to enable The HTML in the Mail Message, How can I do it?... I wrote in the headers: $headers='From:Management<[EMAIL="info@3malas.com>'"]info@3malas.com>'[/EMAIL]; | |
I saw a chat prog on the Internet The web page shows the messages quickly without reloading the web-page... Can anybody do that or teach me how to do that? Web Development javascript | |
hello all, Im trying to dynamically insert text onto a page by inserting a value from a query string using php. This was simple enough when i wanted to insert the entire value, but im having trouble finding information on how to search the value for a word (from a … Web Development php | |
any suggestions...my "weatherState" value doesnt seem to be passing over: 1st jsp: [code]<% Vector theStates = WeatherDAO.getWeatherStates(); %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> </script> <body> <TR bgColor="#ffffff"><TD COLSPAN="2"> <TABLE CELLPADDING="3" CELLSPACING="2"> <TR><TD> </FONT></CENTER><BR> <BR> <TABLE BORDER="0" CELLSPACING="5" CELLPADDING="5" WIDTH="100%"> <TR BGCOLOR="#C0C0C0" ><TD COLSPAN="2" ALIGN="CENTER"> <FONT SIZE=+3><B> … | |
Hello everybody, I am a final year student and for my final year project I have decided to try and create a price comparison website due to the fact that i feel it would be a good project to work on and develop my technical skills in C# and microsoft … Web Development asp.net visual-basic visual-studio | |
Peace, I saw a chat Program on the Net... The Messages In it automatically shows itselves without reloading the web-page.. I saw that and I wondered.... Does Any one know how to do that? | |
I have obtained the following script which only lets a page load if the visitor has been to the previous page, if they haven’t it sends the visitor to the appropriate page. However, it only works in Mozilla. Can anyone help me adapt this script to work in Internet Explorer? … Web Development javascript | |
i have this code: include('DB_connection.php'); $result = mysql_query('select * from login'); $count = mysql_num_fields($result); for ($i = 0; $i < $count; $i++){ $header .= mysql_field_name($result, $i)."\t"; } while($row = mysql_fetch_row($result)){ $line = ''; foreach($row as $value){ if(!isset($value) || $value == ""){ $value = "\t"; }else{ # important to escape any … Web Development file-stream mysql php | |
Hi Guys What I am trying to do is allow a 3 x 3 grid of images and then have bottom navigation. You can see the existing layout at http://areabulgaria.net/properties.php Here is the code to where I am so far, since I'm no real programmer, its giving me a headache. … Web Development php | |
CREATE TABLE table2 AS SELECT * FROM databasename.table1 Web Development asp.net | |
[B]Hi[/B] I have recently installed 'VS2003'. However I am not able to create a new 'WebApplication'. I get the error [B]'Unable to create location 'C:\inetpub\wwwrooot\WebApplication1'. Access is denied.'[/B] I had locked the IIS before the installation process ( I had already installed VS2005 and my techsupport had advised me to … Web Development asp.net | |
How can I disable the submit button with JAVA Script untill all the mandatory fieleds are filled? if any body can help.. its urgent please Web Development php | |
hi every1. im wrtting a chat system!,the problem i dont no how to insert the value of a variable into the db(mysql) i no connection and insertion, but only data, nat variable, plz help Web Development php | |
hi im creating a chat project in php! ive created a database that is used to authorize loggin! im having problem with the chat page itself. on the page therz a textarea and a form and submit button! im confused! i dont know whether to use a txt file to … Web Development php | |
- Hi, I have an XML file that is a "Now Playing" title file generated by a radio software. I am trying to FTP this file to my web site. However, the file is missing the header tag & the end tag. I know I have to put in an … Web Development file-system xml | |
I'm using classic ASP here, and trying to do some Javascript validation. In my form, I'm dynamically creating checkbox groups - each group has a common Name, and each checkbox has a unique ID. Before the form submits (in the onclick on the submit button) I want to check and … Web Development asp javascript | |
I am making a forum using phpbb3! But there are more that 1000 files to upload, and I am too lazy to do that! How can I upload more files (I am using free 50 webs accounts for web design company which allows only one upload at a time!) Tell … Web Development php web-design | |
code in login page is: [CODE]header("Location: index.php?$page");[/CODE] how do i get the data from the variable in index page after redirect from login page Web Development php | |
Hello, I am new to Daniweb and am I glad I found it, there is so much helpful information here for a newbie programer. This is my error message: Parse error: parse error, unexpected T_STRING, expecting T_CASE or T_DEFAULT or '}' in C:\wamp\www\helen\upload.php on line 17 This is my story: … Web Development php | |
Hello, I noticed that there are many threads on forum regarding this issue/error but I still couldnt find solution for my problem, so I am sorry, I had to make new thread, i just cant find right solution. Here is the problem, whenever I open this page on my site … Web Development php | |
I am trying to design an HTML form that has table rows that are dynamically created in PHP, however i need to hide these rows until the user makes a selection. I am totally new to javascript and have only been coding in PHP for a few months now. Please … Web Development display javascript | |
In ASP.NET using C# or VB.NET 2005, how do you get the information from a router. Like say the routing table, router configuration, interface card infos? | |
I'm having problems trying to query the total number of topics in each of my forums. Basically, I am getting the same number for each forum. I only have 2 forums in the database. For testing purposes, I have 1 topic in one and 0 in the other but I … Web Development php | |
I used the following code for session time out in idle state window. after a minute popup will arise, if user didn't respond alert message within 2 minuts session will timeout . firefox it's working fine. But IE auto timeout in 2 minuts is not working , if user is … Web Development javascript session | |
I'm having problems with just starting out my website | |
Hi, I wanted to know if it is possible to include asp.net server controls within graphic images, is it possible for me to have controls within say a rectangle with curved edges thats drawn using graphics. Thanks in advance Gopan | |
Hi everyone. New to this web forum. Just looking for some help here. I am using Microsoft Visual Web Developer 2005 Express. I am wanting to create a page of names. This page of names will need to point to a template .aspx file, and insert criteria into 3 GridView … Web Development asp.net microsoft-access | |
I want to get a parameter from the URL to another jsp page. for eg: [URL="http://localhost:8080/vote-0.3/view-poll.jsp?poll_id=4"]hxxp://localhost:8080/vote-0.3/view-poll.jsp?poll_id=4[/URL] get this(poll_id=4) in my new jsp & then pass this parameter to its bean & servlet. the link to the new jsp is in this page. what do I need to do in my … | |
Peace, How can I get the visitor Telephone number? Or a special number each visitor has a different one, But I'm not talking about the IP, Isn't there any other way? Web Development php | |
Hi I know it's possible to have random backgrounds with php (day of week), but is it possible to have random images in a photo gallery? I've written the html below: <div class="thumb"> <a href="image01.html"><img src="images/image01_thumb.gif" alt="Image01" /> <span><img src="images/pre_image01.gif" alt="Image01" /><em>Image01</em></span></a> </div> Is there any php that will change … Web Development php | |
I am using some Ajax tools on my existing site and can get the tools to work, but still have the red lines under the tool names. Any ideas on what the deal might be? BTW - Sorry about the title... I sorted that issue out. Web Development javascript | |
I've written a katrillion forms before. I cannot for the life of me figure out why this one isn't sending a confirmation e-mail. Can someone please! Please help me before I lose my mind? [code] <?php // In PHP versions earlier than 4.1.0, $HTTP_POST_FILES should be used instead // of … Web Development php | |
what is coding to allow users to upload a picture in database? Web Development java-jsp | |
here i have implemented using frames. main a1.html <script language=JavaScript> window.history.go(1); </script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Page 1</title> </head> <body> <a target="_self" href="index.html" >Click </a> </body> </html> the next index.html <html> <head> <title>New Page 1</title> </head> <frameset rows="64,*"> <frame name="banner" scrolling="no" noresize target="contents" src="top.html"> <frameset cols="150,*"> <frame name="contents" … Web Development actionscript javascript | |
in javascript Web Development javascript | |
Hey I'm having a bit of trouble. I am currently learning php and mysql to access my servers database and collect data. In which i want to use a username and password form. However in the meen time i would like to create one using plain html and javascript most … Web Development javascript | |
I need to do the slideshow action for the database images. If i get all the images from the Database, i need to provide the slideshow for all those images. Here is the code for i have done earlier. <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ page language="java" %> <%@ page import="java.sql.*"%> … Web Development java-jsp javascript session | |
I'm an experienced programmer (20 years+) but am new to web programmer. Any suggestions on where someone like me might start learning about PHP? Just start reading PHP For Dummies or are there better options? Thanks. Web Development php | |
![]() | Keywords: ASP.NET app with VS2005 running on Win2003 with IIS6, and SQL2000 on a WinXP Box I've betting the following for days... it's driving me insane: [B]Server Error in '/' Application.[/B] [B]Security Exception Description[/B]: The application attempted to perform an operation not allowed by the security policy. To grant this … Web Development asp asp.net dataset web-server |
I have a JSP page which has student roster and letting instructor choose grades for some students with check box. I want only the students info which were checked to my next JSp page, but I cant take the only selected ones. It takes the selected number of students like … Web Development java-jsp | |
I have one doubt about WAR file........ Like i am creating a project with mysql databse and deploying it through WAR file My question is if i want to deploy it on some other machine then i am copying war file there in webapps folder.........but do you think it war … Web Development file-system java-jsp | |
I have a problem as following... # I have stored some value in session to reach a Page "A" # I have other pages "B", "C", "D". # If I am moving from Page "A" to "B", I should not clear my session value but If I am moving from … Web Development javascript session | |
Hi all, I am using AJAX to submit a data from a web page, it is properly working on the local host (when test with the local machine it is ok). When access from another machine the pages are properly lord. But when send data it gives an http request … Web Development first-post javascript xml | |
Pls i need your help concerning a program that on PHP code using Mysql and Apache as the webserver. i need to select some record from the database which will give about 500 records at a time i need to braek it smaller unit like 40 records at a time … | |
Hello all. Which is the best practice to use when creating dynamic links i.e. onclick events. [CODE]<a href="javascript:somefunction()">click me</a>[/CODE] OR [CODE]<a href="javascript:void(0)" onclick="somefunction()">click me</a>[/CODE] i realise the first is not an 'event' but i have a web app which is displaying 6000 of these links all at one time and … Web Development javascript |
The End.