52,566 Archived Topics
Remove Filter ![]() | |
I like to know if CSS can be used to highlight the CSS nav menu if the current page is the page that the menu links to. For example, the folowing code is my side bar navigation menu. [code]#lftSideMenu { float: left; width: 165px; margin: 0 0px 0 0; background-color: … Web Development display javascript | |
Hi , Good Morning! Doubt : How to add a hyperlink in xml file. System: Need to plot points on a map.This points x,y coridinates a link is the information contained in the <node> tag.I use php to write this xml file by taking information from the database at each … Web Development javascript perl xml | |
Hai! Im Thiyagu, Im being assinged with Project that Comprises the Technology with XML & SOAP. But unlucky I dont Know anything about XML & SOAP. so plz..... send me easy understandable eBooks or Tutorial with Examples to Learn. I will be so usefull for my Project. Plz..... I requesting … | |
Hi there, I am a newbie to asp.net and i am using asp 2005. Now i am trying to create a webservice site. My plan to to create a webservice function that will reaturn a oledatareader and beleow is my code: <%@ WebService Language="VB" Debug="true" Class="WebService" %> Imports System.Web Imports … Web Development asp asp.net client-server microsoft-access open-source web-server xml | |
Hi, I have a web page which is developed using ASP.net code behind is VB.net. I want to print the page by clicking HTML button control but I dont want to print the print button control which is there in web page. I tried with window.print() but it is printing … | |
Hello, I am looking for a good php programmer that really wants to work and get jobs done and go onto the next job. I have many jobs open websites range from models site to free counters site.. I DO NOT need any getafreelancer.com wannabee programmers I have had enough … Web Development client-server first-post mysql open-source php | |
How to upload Images to SQL Server database using ASP.NET tools. Also how to retrieve those saved images from SQL Server and display them onto DataGrid. Visit: [URL="http://www.programmingknowledge.com/ImageUpload.aspx"]http://www.programmingknowledge.com/ImageUpload.aspx[/URL] | |
ola I need to copy a file from one directory on my server to another. The thing is, if the file already exists in the destination folder, I need to copy it with a different name (i'd just like to add a 2 or something to the end of the … Web Development asp file-system | |
Hi We are running an ASP Website and we want to prevent the client opening our site in more than one instance of the Web Browser.Any help will be taken with deep gratitude. pckumaran:confused: Web Development asp web-browser | |
[COLOR=#191970]sorry..i have to expalin again about my code. at my frist page, i populate a drop down menu list from a database. when the user drop down the menu and choose the category (daftarstok.asp), it will display all the record that related on the 2nd pages (daftarstok3.asp). and then..on the … Web Development asp first-post | |
[COLOR=black]I cannot login in the system. it gives this error. i m using sql server 2000. do i need to make changes in sql? plz help me. :sad: [/COLOR] [COLOR=black][/COLOR] [COLOR=black] [/COLOR] [COLOR=black]Error Type: Microsoft OLE DB Provider for SQL Server (0x80004005) Login failed for user 'Administrator'. Reason: Not associated … Web Development asp open-source | |
Hi, I don't have a lot of experience with the .net framework, but I know basics. I'm trying to get a set of sample pages up and running on my machine, however none of the .net pages work. I have no problem serving non .net pages with iis, but can't … Web Development asp.net | |
Using a php generator "appgini" having a problem I believe with the script. 1 table with 4 fields, fields 2 & 3 are text and field 4 is an image field. Everything works but field 4, when you upload a image along with text in fields 2 & 3 it … | |
Hi, Im new to PHP but seem to be picking it up quite quickly, i have how ever come up against an issue which i cant seem to solve and i was wondering if someone out there could give me some pointers ;) what i have done is setup a … | |
Hi All, Why am getting this error " DOMDocument::loadXML() [function.DOMDocument-loadXML]: Extra content at the end of the document in Entity " :!: Please advise me . It is killing me a lot so plz reply :( | |
Hi everyone. My name is Edd from Malaysia. I am a CF newbie. Cut to the chase. I have 2 weeks to complete my project which is a web application that students can log on and view/edit their personal details and check their grades. Teachers (who are also administrators) can … Web Development coldfusion | |
I'm not sure if this is the correct forum but I need your help please. I have visited some websites and instead of them having normal pop-ups they have overlays. Are they created using CSS, Javascript, Flash or what? Could someone please point me in the right direction as to … Web Development flash google javascript | |
Hey guys I have a slight problem... You see I've got a menu that I attained from the internet. The code that I believe is relevant is located here: [url]http://paste.uni.cc/9962[/url] An example is here: [url]http://216.203.126.252/IHS/[/url] What is happening is that the menu will not drop down. I believe is it … Web Development html-css javascript | |
When inserting/updating records do you prefer to use an SQL query, or just the cfinsert/cfupdate tags? I was just wondering Stewie Web Development coldfusion sql | |
I took the plunge and decided to learn PHP. I bought the book 'Beginning PHP 4' by Chris Lea, Wankyu Choi, Allan Kent, Ganesh Prasad, Chris Ullman So far its pretty good and I've learned a lot. It'd getting tricky now wioth arrays and implodes and explodes but I'm coping … Web Development php | |
Hi Im looking for a php programmer to code this: [url]http://www.illworm.redmonkeh.com/site/fullspec.txt[/url] Design for site is here: [url]http://www.illworm.redmonkeh.com/site/illsave.php[/url] Since im skint i wont be able to pay you but what i am able to do is give you a percentage each month from advertisement takings + free sub domain hosting with … Web Development php | |
[LEFT]I have 2 DropDownList in a single page.The 1st contain department name and the 2nd contain employee name.When I click the 1st DropDownList , the 2nd will display the employee name which are under that department.The problem is the 2nd DropDownList will display redundant data and when I choose another … Web Development asp.net open-source | |
Hello. I have a php webpage which extracts RSS feeds and displays them. The problem is it takes a while for the page to load - I expect that its looking up the latest feed data. However I was wondering if any of you knew a way I could get … Web Development php | |
Hey everyone, just need a little help here. First time really getting into PHP, and I'm trying to make a simple form. One part of the form is a set of checkboxes. The name of the field is called "services" and options are thus: Monitored Network License Management Backup Server … Web Development email first-post php | |
I have an e-commerce website and I am trying to have a webpage create a .doc or .rtf document to print labels based on the customers' addresses in a mysql database. For this reason, I need to create a document based on a labels template. I have saved the labels … Web Development php | |
Is it possible to use HTML tags in PHP code? I have a php script that emails some form inputs to my email address, and I would like to bold certain words in it. The code preforms the message first, and then just posts the message in the body of … | |
may i ask if it is ok to create a $password variable with my real password as the string? it seems like mysql_real_escape_string() won't work because this function only works after the connection is made, but i've also read that php code is not actually viewable by a user... Web Development php | |
Hai friends I hope any one can done this task already. I need your help for this task Contienent: Let the user choose the continent from a drop-down. Country: Based on what they have chosen in Continent, the corresponding countries will appear in the next drop-down City: Based on what … Web Development php | |
having an issue--*cough*newbie*cough*--the html and php code here supposedly creates a new record into my database. problem is, the successfully connects to sql and creates the record, but the contents of the $_POST variables do not make it into their respective fields. I have an id field (AUTO_INCREMENT) that is … Web Development email first-post mysql php | |
Hi, I had planed to start a shopping cart. Can any body help me what are the basic needs that u should keep in mind. What are the things that are in admin panel and the mail thing you think that i should keep in mind while making it. thankx Web Development php | |
I found this PHP downloader... I'm using it like this: a person purchases an image going to paypal, then the image is opened to download but I want them to be able to only download it once and only if its been paid. Thanks for any help Web Development php | |
Hi, I have created a asp.net application.when i try to execute the application, I am getting this error. Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\webApplication1\5163874c\83859bc7" is denied. While searching the net,i found this solution. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and … Web Development asp asp.net microsoft-access | |
Hai friends I need the details for all the continent->country->city data. Please help me Thanks Vssp Web Development php | |
This isn't an SSI or a CGI board, but I hear ColdFusion is quite SSI related, and it's the best place for this question I hope. I'm wondering if it's possible to do something like this: "html" page (actually XSL transformed XML page) has an SSI #include or #exec, then … Web Development coldfusion html-css xml | |
Here is a problem faced by me while handling the GET request method : suppose the login form has user-id and password fields as text boxes. now after clicking on "sign-in" button the address bar of the following page(i.e the homepage of a particular member) shows: <serverURL>.php?id=<someID>&pass=<somePass> - where "id" … Web Development first-post php | |
Hi everyone, Im a bit new in PHP and i heard it is similar already to java in the sense that its already object oriented. I was wondering if there are some free codes that does persistence on the database ( something that returns DTOs instead of the usual resultset). … Web Development php | |
Hi , i had data in my server folder.can i have any way to check whether that data is image data or not in jsp?.I can do it by checking whether its extension is jpg ,gifor bmp like wise.but we can have somany formats of image data.so apart from that … | |
I have php code that retrieve data from mysql DB, and print it in html table. [PHP]<? print "<table>"; $result=mysql_query("select fd1,fd2,fd3 from tbl"); for ($i = 0; $i < mysql_num_rows($result); ++$i) { $line = mysql_fetch_row($result); print "<tr><td>$line[0]</td><td>$line[1]</td><td>$line[2]</td></tr>"; } print "</table>"; ?>[/PHP] I have no problem to implement above code, this … Web Development display php web-browser | |
Hello all. I decided to use some PHP scripts on my website recently. :p I know all you need to do is write a .php file with PHP code embedded within (<?php ?>) tags, then upload it to your host. What I was wondering is, does the code stay in … Web Development client-server php | |
I use CustomValidate to check för "<" in the beginning of text entered into few text boxes. It goes just fine, as long as the user deletes the potentially dangerous sign and updates the page. But if the user choses to break the update and instead press Exit button, the … Web Development asp.net | |
Hi guys.... I am having trouble changing the color of the LEFT border in a table. i'm using the following javascript: [code] document.getElementById("cell1").style.border-left="3px red solid"; [/code] cell1 is the correct id of the table cell. If i take away the "-left" part in "border-left", it will change the border of … Web Development javascript | |
I have a class and defined as follows: [PHP] class theclass { var a; var b; function seta(x) {this->a=x; } function setb(x) {this->b=x; } } global $myclass; $myclass=new theclass; [/PHP] This is saved in a [B]fileone.php[/B] Then I use it in the fisrt script file as [PHP] include_once("fileone.php"); global $myclass; … Web Development php | |
For some strange reason I am having problems with sessions, ainly in safari I believe which is wierd considering php is a server-side programming language. anyways, when a person goes to /cp (control panel) for example, it redirects them to login.php?url=/cp. then they login, the sessions are created, and then … Web Development first-post html-css php session | |
[B]Parse error[/B]: syntax error, unexpected T_STRING in [B]/home/intel1/public_html/ccahs/myspace/mainfile.php[/B] on line [B]16 Any help?... code: [/B][php]<?php if ( !defined('XOOPS_MAINFILE_INCLUDED') ) { define('XOOPS_MAINFILE_INCLUDED', 1); // Physical Path // Physical path to your main directory WITHOUT trailing slash define('XOOPS_ROOT_PATH', '/home/thedemo/public_html/ccahs/myspace'); // Virtual Path (URL) // Virtual path to your main directory WITHOUT trailing … Web Development php | |
Is there anyway I can implement user authentication, such as Sender-ID in php mail function? I like to have email send out from my mail server (from me to clients) as well as email send by users through my online form (to me) to be authenticated. ![]() | |
Dear all I want to populate a few drop down boxes using PHP. However i have tried many examples i found from the web but the select box does not get any values. Below i have one example i have tried. ********************************************** <?php $link = mysql_connect("localhost", "root", "password") or die("Could … Web Development first-post php | |
I am attempting to track and record information in a specific php file used where I work. The file is not my own work originally; I inherited it from my predecessor in the position. I am somewhat familiar with PHP, but not an expert. Additionally, I am still a newcomer … | |
[B]Good Day, PHP Members HELP W/DB Images[/B] I am desperately trying to allow the user to put selected images into the database and than view them in the photo gallery. If you know the method please tell me. I have tried for 3 days. I have in my database table … Web Development file-stream first-post php storage | |
Hello friends.... I have configure my apache soap..... It is saying that after configuration if i go on "[B]http://localhost:8080/soap/servlet/rpcrouter" [/B]it will give following message...... [B]"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me." [/B] But in my case it is [B]throwing exception[/B] … Web Development apache first-post xml |
The End.