Hello Dear<br/>I am working in javascript. I want to read the parsing attribute of the node. How to read parsing attribute of the node.Please some one help me.<br/>Thanks
Hello DearI am parsing my xml using below mention code.but i donot know should use alert("ffff")because if i donot use alert("ffff") it's throws an error "object required" You can also try this code with own xmlfile in two ways 1. By putting comment before "alert("ffff")2. By removing the comme...
539 byte By
Ipsens at 2007-11-20 7:46:40
Ok I am trying to go from PHP 5.2.1 to 5.2.2.I am getting this error when I run make: ext/imap/.libs/php_imap.o(.text+0x4c1): In function `zm_startup_imap':/usr/local/lib/php-5.2.2/ext/imap/php_imap.c:481: undefined reference to `ssl_onceonlyinit'*** Error code 1 I am using freebsd 6 and i...
1655 byte By
SRD at 2007-11-20 7:46:58
Hello everyone.I've been getting the following error message when attempting to log in on a site I am working on:Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/np/index.php:8) in /home/mysite/public_html/np/login.php on line 19I h...
I have a php page in /theme/default/sidebar.php and the do_calendar function is in /function/calendar/calendar.phpI have written code function_exists('do_calendar')in the side.php but it return false.I would like to know how to include the functions in calendar.php in sidebar.php?Thank you...
Hello everyone:I am learing XML. I tried to use embeded html tags in one xml to display Hyper link and an image. The code works in IE7, but in Firefox, the link showed as pure text and image won't display at all.I did some online search Firefox does support XML. I couldn't figure out what...
Hello everyone: I downloaded a free ware from this site ( http://www.wmhelp.com/xmlpad3.htm), but the software doesn't have any documentation came with it. I am wondering if anyone had experience with this freeware, please give me some suggestions, where I can find information on documentation...
1480 byte By
viper12 at 2007-11-20 7:48:27
It's just a work in progress at the moment, but I'd appreciate some help, again.I'm writing a program for a delivery service where there are following conditions.For orders worth less than 25 the delivery charge is 3.00.Orders worth at least 25 but less than 100 are delivered free.Ord...
I have written the following code.if (($exist_num_blog+1) > $blog_num){echo "<script language=\"javascript\">";echo "alert(\"You cannot register more than $num_blog blogs. \")";echo "</script>";header( 'Location: http://www.mydomain.com' ) ;After it showed the pop up windows...
Can any body help me to findWhat are DBD::Oracle's dependencies (on Windows)?I have successfully installed DBD::Oracle on my windows XP based PCWhen I tried to connect to remote Oracle Sever using following code # -- Connecting to hostmy $dbh = DBI->connect('dbi:Oracle:host=myserverIP;s...
Hey everyone,I've been working on a hardware detection script, and I seem to have run into a problem. I am having a hard time using WMI to detect the type of RAM (e.g. DDR, DDR2, etc). Is this possible at all? If so, how? I've been browsing the libraries for hours and haven't foun...
952 byte By
wxuf at 2007-11-20 7:50:31
First, I may state my problem.I am using SQL Server 2005, and participating the 07 kdd cup project.I have a table named VoteScore(UserId int, MovieId int, Score int, Date datetime) which involves over 100 million records in this table. Now I want to add a new column RateIndex, which numbers from 1...
1060 byte By
furjaw at 2007-11-20 7:50:45
I ran the code below that adds a column to an SQL table.I refreshed Data Sources, but, the new column does not appear.I refreshed Server Explorer and the new column does not appear.I tried running the code again and I got:"Column names in each table must be unique. Column name 'CaseNbr' in...
514 byte By
rogernem at 2007-11-20 7:51:24
Hi. I have a system where I add emails and birthday dates.Today, when it is someones birthday I log in the system andmanually send all greeting emails.I was wondering If somehow my system at the server couldrun by itself and identify that today is day X and that Y users arecelebrating their birthday...
1296 byte By
jasonli at 2007-11-20 7:51:50
I set up a simple website using ajax framework. The code of html page is as below:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" http://www.w3.org/1999/xhtml" ><head> <title>Getting XML...
Hi All...I have come accross a little problem in the web page I am producing.I am using frames and have a page with links on that change the contents of another frame.like this<tr><td width="100%"><a href="openingPage.php" target="Pages">Home</a></td></tr>All I wa...
I'm sure this is really simple, but I can't get it right. I want to populate a DataGrid on my Window with a DataSet from SQL2005. Everything works, I've done it many times before. What I am stuck on, in this issue I want to hide the identity column. I let the programmer decide the nam...
Hi I need a special help with SQL query - accumulative summary on table which is already grouped:id date count1 1/1/2007 452 1/1/2007 123 1/2/2007 134 1/2/2007 255 1/3/2007 24I need accumulative summary per days. Now I use this:SELECT date, sum(count), ( SELECT...
109 byte By
jfisher at 2007-11-20 7:53:23
Hi:<br/>In Sql2005, is it possible to perform a wildcard search on an encrypted column?<br/>Many thanks!
4056 byte By
leepr at 2007-11-20 7:53:24
Hi there,I'm new to OO-PHP and have encountered a problem that I just can't figure out. I have a class called DBAccess that extends mysqli. In a nutshell, it looks like this:class DBAccess extends mysqli { private static $instance; private static $preferences; /** Create an instan...
905 byte By
shoham78 at 2007-11-20 7:53:28
I am trying to register server class so that I will be able to call a function in the server from the client using ajax.In the page load function in the server I wrote:Public class ClsProtected Sub Page_Load1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadAjax.Utility.Register...
1042 byte By
rogernem at 2007-11-20 7:53:30
I have an online shop and I need to implement a stock controlI have only one unit of product A availableHere are the problems:Situation 1========User1 adds this product to his cart.At this moment I delete it from my stockUser2 enters the store and wishes to buy that same product.He wont because the...
1551 byte By
lhayes00 at 2007-11-20 7:53:37
Hi all,Is there a more efficient way of achieving an equivalent to the following which will work across browsers?I am using ASP.NET to generate a series of icons based upon database content. I want each icon to be shown with the icon image and a caption beneath it. I have been able to achieve this b...
199 byte By
Andrex at 2007-11-20 7:54:06
I have a table in which items are constantly added with a date and time indicator, but I need to retrieve from it only the last 100 items added.<br/>Any help will be greatly appreciated, thanks!
Hello to allI have email validation problem when I try enter this: jacky88@yahoo.com. *edited:Can someone help me with this in php programming? Is it validated in # Email-Response Check if($eb_mailcheck == 1 AND $eb_showmail) { $maildomain = strstr($gbmail, "@"); $maildomain = substr($maildomain...
Hi,I am using CoolMenus (www.dhtmlcentral.com - coolMenus3.js) for displaying the menu in webportal. It is working fine with IE6. But subMenus are not shown when the webportal is opened in IE7. Does anyone have coolMenus script compatible with IE7 ? Thanks,Susmitha....
193 byte By
kku at 2007-11-20 7:55:03
hay gurus<br/>can any body help me that i want to use progress bar during uploading a files, have u any scripts in php or java script which show the progress of uploading files.<br/>i m waiting
741 byte By
danrevah at 2007-11-20 7:55:28
I was searching google for hours trying to find materials about graphics and winapi in assembly and i wasnt able to find anythingso i wondered if there is something like that in assembly (im almost sure there is)if so where can i learn about it?// sorry for the bad englishedit:someone told me to sea...
639 byte By
wxuf at 2007-11-20 7:56:19
Hi, I am using SQL Sever 2005 & C#.I met a big problem when accessing the database.My data table has over 100 Million records, and I have created indexes for several columns which are frequently used. But I constantlyget a SQLTimeOutException, even if I set the connection time out as high as 200 sec...
This is a contact form it works perfectly in IE, but not at all in fire fox, it goes into the process_contact function but doesn't come out. Thanks in advance, for the support. <head>/////////////////////////////////////////////////////////////////////////////////////////////<script...
1403 byte By
MaelC3 at 2007-11-20 7:56:49
just started working on my own site (through verizon) and i just ran across a problem that i can't make heads or tales of.i have been trying to add the new york times headline tracker to my site. they have a utility that generates the code for you and supposedly all you have to do is copy and p...
803 byte By
SRD at 2007-11-20 7:57:24
Hello!I would like to ask a general question about MYSQL, and its efficiency when it comes to retrieving a result.My concern is whether to store certain nonessential data within a cookie when the user logs in. Is pulling one result from a table too taxing if it were to occur every time the page loa...
Hi all,<br/>Do you all know web reference that teach javascript thoroughly from basic? I don't know if I'm still new in this script. It's really hard to understand. Thanks in advance.<br/>Regards,<br/>Sho
Hi everyone!I'm trying to make a file upload page. I have found the right code (which uploads the file to the folder that I've chosen) but I'd also like it too insert some values to the database, but I can't seem to put it work together!can you help me?this is the code<?phpglo...
Hello. I haven't gotten around to learning js yet, so I found the script that I needed online. I actually combined it with another to make what I need, which is that when you click on a button or a link or something like that, if you have specified a certain href (for the link) or onSubmit (for...
251 byte By
Mike2003 at 2007-11-20 7:59:35
Hello,<br/>i have a datetime like this: "10/5/2007 11:50:37"<br/>I want only to get with sql the date part "10/05/2007" from the datetime string.<br/>How must the sql query look like?<br/>I am using MS Access <br/>Thx for help
1093 byte By
subbukns at 2007-11-20 7:59:47
I have a xslt code snippet as below:<td valign="top" width="14%" class="bodytextbold" > <select name="selectMedium" class="bodytext" onChange="changeOption(selectedIndex)"> <option value="">-- Select --</option> <option value="T">Phone</option> <opt...
While using below SQL statment in 'SQL Query Analyser' i dont get the compelete XML in the result... (there is no columns of type 'Memo' or any long fields more than 1K characters)Problem i'm facing is:1. there are 6 rows in the table, but i'll get only first row in XML...
3324 byte By
subbukns at 2007-11-20 8:00:03
Given below is the xml and xsl code snippet for my web page.I have used two templates one for filling Medium drop down and another for Priority drop down.My question is ... the template match="Priority/PriorityList" --does this execute for both request call and response call?? If it executes...for b...
Hello,user upload image. I make thumbnail of image. Now according to client requirement nobody should access images through URL. So i have to put uploaded image folder outside the server. After that i make a php script which read image and out put it on browser. The img tag looks like this<img sr...
I get the IP address from the guest and then I want to put an IF clause depending on his IP. i.e. if the guest's IP is 124.456.789.** how do I put this on the code? it can't work with asterics or x's! $domain = GetHostByName($REMOTE_ADDR); if ($domain=="123.456.178.xx"){ $content.=...
This simple contact form works fine in IE but does not in FF. I cannot figure it out.The form does return false, and the variables make it into the url, but in firefox nothing else happens. It is as if the file is not being called, but the javascript is in firefox??? Please help if you can.Here is...
1736 byte By
heroine at 2007-11-20 8:02:01
Dear All, I have been trying to connect to mysql through the command prompt this code below but i can't...I got this error instead that pops up :an error occured:java.sql.SQLException: column index out of range, 2>1Is there something wrong somewhere with the code...? please help...I am using...
Hi everyone!I have 2 problems!First-I'm making a page where I select some values to appear $dbquery = "SELECT value1, value2 FROM classes WHERE classId=2"; $res = mysql_query($dbquery, $dbid) or die(mysql_error()); while ($row = mysql_fetch_assoc($res)) { $content .="<t...
Hello everyone: I am doing an exercise in which checkboxes in a group will be enabled / disabled based on radio button selection.I did some online research found this example ( http://www.dynamicdrive.com/forums/showthread.php?t=3655). The example showed that using a for loop to loop thought check bo...
I have been reading MSDN trying to figure out what size I need to make my data type in SQL 2005 to hold my SHA512 hash. It's a password hash but I don't think that matters because as far as I understand reguardless of the amount of data put into a SHA512 hash the output is guranteed to alw...
Does anyone know of the procedure, steps that need to be followed to allow installing SQL 2005 Express from a network? Since SQL 2005 express requires .NET 2 and the MSI engine 3.1 and MDAC 2.8 it is a real problem pushing it from a network such as active directory using an AIP (Administrator Instal...
1335 byte By
SRD at 2007-11-20 8:02:33
Hello again.I am looking for advice on how to set up my database in a way that best caters to my situation. I currently have a database of members, and I want to create a set of data for each member that stores references to other members in a type of friends system. The references will most likel...
Hi,this my first time in this forum, and sorry for my English.I write to speak about my problem:I write a client/server C program to do the key exchange from serve (PC) to client (PDA). When I compile on PDA the client program I receive any errors about the socket library. Shuld I use a specific lib...
243 byte By
sugat at 2007-11-20 8:03:36
Hello,<br/>I need a good captcha generating php script. I searched on Google but din't found anything useful so far, I am interested in your personal suggestions, some php script that is easy to install and generates strong captchas.