52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for shah0101

Hi there, I have a problem that I have called a PHP script in IFRAME and I want to release that IFRAME once the tasks are completed. Parts of the scripts are as follows: Process_form.php: [code=php]if($send_back_to_form == "yes") { $redirect_to = $form_page_name."?done=1"; } else { $redirect_to = $success_page; }[/code] ===> …

Web Development php
Member Avatar for shah0101
0
113
Member Avatar for Kusno

Dear all, How do I access folder+files is located outside webfolder ? My Intranet application website address is [url]http://160.115.30.20/BMI[/url] and physical folder in server is C:\Inetpub\wwwroot\BMI. Folder I want to acess is located in C:\Inetpub\wwwroot\Documents. Now, The folder is in webfolder. I want to move it to outside webfolder to …

Web Development asp.net
Member Avatar for serkan sendur
0
2K
Member Avatar for VIeditorlover

Hi, I am looking for a free tool which let me write pure html + user defined special tags, which would be transformed on demand into php file. For example I can define source like this: [code=php]<html><body> <config/> <mysql> <form name="frm" action="nextstep.php"> <select name="xxx"> <query sql="select value, name from table …

Web Development php
Member Avatar for Fest3er
0
121
Member Avatar for darylesha

I have researched and have not come up with any examples and no answer as to how to do this. Please help... The molecular2.java does all the computation. I will only include a snippet of it. This file is like this because I needed to return multiple items and could …

Web Development java-jsp
Member Avatar for peter_budo
0
192
Member Avatar for kaden712

I am using ASP with MS Access Database to create a photo album there are two tables in the database tblGallery and tblPics each table has the following columns tblGallery = [galleryID] [galleryName] [galleryDate] tblPics = [picID] [picCat] [picName] tblGallery.galleryID = tblPics.picCat in order to create a relational Database and …

Web Development asp
Member Avatar for nrvinayak
0
152
Member Avatar for rajeesh_rsn

Hi I am working in a shopping database with php. For this I need to create a Id ( automatically) for each product when I add a new item in to the database and I am using php. I want to create that id automatically and without repetition. It can …

Web Development php
Member Avatar for rajeesh_rsn
0
101
Member Avatar for Loki421

Hi all, I was wondering if anyone knows how to send a conformation SMS to a visitors mobile? What i'm trying to create is a call back feature, so far i can send an email with the visitors details to my address and send them a conformation email too, but …

Web Development coldfusion
Member Avatar for freshfitz
0
143
Member Avatar for mirainc

Hey all.. Im in desperate need to solve my shopping cart problem. Im doing it for a school project. The situation is my products are listed in a table. Users will select which product they want by selecting the add to cart link. Once they select it, the product information …

Web Development php
Member Avatar for mirainc
0
448
Member Avatar for CasTex

I am getting error at the second line of the code, what is the problem :-/ [ICODE]$content = '<' . '?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?' . '>'; $content .= "<entry xmlns='http://purl.org/atom/ns#'>"; $content .= "<title mode='escaped' type='text/plain'>".$title."</title>"; $content .= "<issued>".$issued."</issued>" $content .= "<generator url='http://www.yoursitesurlhere.com'>client's name</generator>"; $content .= "<content type='application/xhtml+xml'>"; $content .= "<div …

Web Development php xml
Member Avatar for almostbob
0
2K
Member Avatar for sacarias40

i get this error:[quote]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index, user_id, username, message) VALUES(' ', '4', 'zack', 'jh')' at line 1[/quote] [code]<?php session_start(); $_SESSION['user_id'] = 4; $user_id = $_SESSION['user_id']; $_SESSION['username'] = …

Web Development php
Member Avatar for sacarias40
0
95
Member Avatar for trinidad_techie

[COLOR=DarkRed][SIZE=2]Hey..i'm new to this forum so plz bare with me lol..um, i have an assignment that i'm presently doing on the .NET framework. The assignment asks for a report on the description of .net framework and some of its components-- common language runtime, .net framework class library, server-side managed code …

Web Development asp.net
Member Avatar for trinidad_techie
0
159
Member Avatar for samarudge

Hi, Is there any way to retrieve the contents of a DIV from another website, E.G. there is a div on Youtube with the ID description, how would i get the contents of that DIV? Thanx Sam Rudge

Web Development php
Member Avatar for samarudge
0
297
Member Avatar for cakka
Member Avatar for samarudge
0
94
Member Avatar for pcmicro

Good evening to all of you! I was wondering if anyone would be willing to assist me in building an HTML feed back form powered by PHP. Quite frankly I don't care what its powered by as long as it work. Any suggestions??? Thanks for your support. C-

Web Development php
Member Avatar for almostbob
0
428
Member Avatar for queenc

hi i am trying to develop a site.i am using php and wml.this is my first program.can any one say why my below code is not woking [CODE] <?php header("Content-type: text/vnd.wap.wml"); echo " xml version=\"1.0\" "; echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"" . " \"http://www.wapforum.org/DTD/wml_1.1.xml\">"; ?> <wml> <card> <? …

Web Development php xml
Member Avatar for digital-ether
0
331
Member Avatar for Reliable

I have the code to detect and alert the user of my pop up being blocked. Is it also possible to have the user click ok to open the pop up? If so, can someone post that code for me, please? Thanks.

Web Development javascript
Member Avatar for Reliable
0
152
Member Avatar for theimben

Hello, I need some help. Ive got this script which scrapes the [URL="http://www.imdb.com/chart/top"]IMDB top 250 movies[/URL] list. What Im trying to do is add a search link next to the year bit. Ive got it partially working with str_replace but it only adds the link to the first movie. [URL="http://www.theflickzone.com/misc.php?do=page&template=top250"]See …

Web Development php regex
Member Avatar for digital-ether
0
97
Member Avatar for alipourhadi

hi to all i wana get the Traffic left from rapidshare account i used this work but it doesnt work anyone cans help me? [CODE]ereg("<td>Traffic left:</td><td align=right><b><script>document\.write\(setzeTT\(\"\"\+Math\.ceil\((\d+)/1000\)\)\);</script> MB</b></td>", $pagedata, $traffic); [/CODE] html code of this part is : [CODE]<td>Traffic left:</td><td align=right><b><script>document.write(setzeTT(""+Math.ceil(-123313/1000)));</script> MB</b></td>[/CODE] i need this number : -123313 in html

Web Development php
Member Avatar for digital-ether
0
99
Member Avatar for sleign

I'm finding some information here and there about $PHP_SELF but never specific to the question I have. I'm not sure if I'm going about this right, but I'm using a form for user input, specifically a registration page - and I'd rather only have one page the user has to …

Web Development html-css php
Member Avatar for digital-ether
0
193
Member Avatar for shaneog

I have been racking my brain and can't figure this out??? I'm trying to <b> or <highlight> characters/words in my string and for some reason the <b> tag is getting replaced when the $q includes the character "b". It also does the same for <span class=".... just reacts to different …

Web Development php
Member Avatar for digital-ether
0
2K
Member Avatar for clem_c_rock

I have a strange situation. I want to have a create_user form w/ all the fields blank When I call the create_user method, the corresponding create_user.html.erb form is displaying the first record's data from the user table in the form fields Here's a quick view of my form: [code] <% …

Web Development ruby
Member Avatar for clem_c_rock
0
100
Member Avatar for Liszt

I use Visual Web Developer 2008 and have just started out a project. When pressing F5 that compiles the project the program opens a blanc Explorer window. What I now wonder is how it is possible to make this whole window to be completely Black instead. I am searching the …

Web Development asp.net
Member Avatar for Liszt
0
86
Member Avatar for Aamit

I am using this code to display calender This runs on IE but [COLOR="Red"]not on Firefox [/COLOR] [code] <table border="0" cellpadding="0" cellspacing="0" style="height: 150px; border-collapse: collapse" width="100%" class="searchBox"> <form action="index.php?view=search2" method="post" name="SearchForm" onSubmit="Javascript: return checkSearchForm();"> <tr> <td colspan="2" valign="top"> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="normalHeading3"> <tr> <td valign="top" width="13"> …

Web Development php
Member Avatar for almostbob
0
174
Member Avatar for Cellu

Hi, This must be a rather dumb question, but I'll ask it anyway. Me and my friend are making a simple news script for our website, and thus we are not going to use mysql. The idea was to use mod_rewrite for SEO friendly URLs e.g /news/2008/12/25/this-is-the-subject/ (== news.php?y=2008&m=12&d=25&s=this-is-the-subject ) …

Web Development file-system php seo
Member Avatar for almostbob
0
266
Member Avatar for vimalfor5

Hi all, i want to create one crystalreport from following storeprocedure [CODE=SQL] CREATE PROCEDURE dbo.usp_proc1 ( @ID as int ) as declare @Var1 as varchar(1000); set @Var1 = ' select ID,Name,Email from Demo where ID='+Convert(varchar,@ID) print @Var1; exec(@Var1); [/CODE] This is not the actual code but its a demo of …

Web Development asp asp.net dataset
0
86
Member Avatar for atlantis_guy

Hello guys!!! who can help me to solve my problem in javascript program??? I am a 2nd Computer Programming student.. But it is hard for me to do this problem....please!!!help me to do this......thanks guys i need it tomorrow......

Web Development javascript
Member Avatar for kanaku
0
142
Member Avatar for webcherry

the web page is: thehivecomplex.zxq.net I am trying to make the web page look like mozilla does. In explorer it looks crazy. Please help or offer some advice. thanks web virgin

Web Development javascript
Member Avatar for webcherry
0
196
Member Avatar for enim213

hi All, I want to ask if is there any possibility to separate column data in different columns using php code.. really dont know if i have solution in php or here in mysql.. any idea would be really appreciate Thanx enim

Web Development php
Member Avatar for enim213
0
146
Member Avatar for Liszt

I am an absolute beginner when it comes to create WebSites and are perheps out to catch some basic knowledge of the steps of creating a page etc... I am not a beginner in C# and C++ and know these languages Well. I have downloaded[COLOR="Green"] Visual Web Developer 2008 Express …

Web Development asp.net visual-basic
Member Avatar for Fungus1487
0
114
Member Avatar for guitarscn

I have a .php web page with these lines: [code]//gather all the comments $commentquery = mysql_query("SELECT * FROM comments WHERE tutorialid='$tutid' ORDER BY date DESC") or die(mysql_error()); //count all the comments for the total $commentNum = mysql_num_rows($commentquery);[/code] I want the value of $commentNum which is going to be a number, …

Web Development html-css php
Member Avatar for diafol
0
169
Member Avatar for Liszt

I am using "Microsoft Visual Web Developer 2008 Express Edition". I have created a First page with a button and 2 textBoxes( see attached file) In my project I have added a new item/Page 2 to this project. What I now is trying to do or wonder how it is …

Web Development asp.net
Member Avatar for Liszt
0
110
Member Avatar for JackieW

I have a simple form that collects names in time slots. The form lists all the time slots with the names and blank spots available. The problem I'm running into is people are overwriting other names so they can get a time slot they want. I've done some research and …

Web Development asp dataset
Member Avatar for JackieW
0
88
Member Avatar for Harneet

[url]www.lbnutrition.com[/url] Nothing is showing up. I have revised the index.php code plenty of times. I need help of an expert. Much thanks! ------------------------------------------------------------------------------------ [code=php] <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public …

Web Development open-source php
Member Avatar for almostbob
0
106
Member Avatar for akraus

I am using Coldfusion8 and I am trying to implement a spellchecker in the FCKEditor. I cannot use ASpell and the SpellerPages option as it uses CFExecute and I cannot use that tag on my server. Does anyone know of any other spell checker that can be used by FCKEditor …

Web Development coldfusion
Member Avatar for jedimatt
0
112
Member Avatar for gazpoole

Hi! First post :-) Relatively new to ASP.NET I'm building a lottery syndicate in ASP.NET 3.5 C# and I'm trying to filter an XML file to obtain this weeks lotto numbers and assign them to labels. Here is the XML: [url]http://www.schok.co.uk/lottery/lottery.xml[/url] how should I go about doing this? At the …

Web Development asp.net c# xml
Member Avatar for gazpoole
0
86
Member Avatar for ajhais

Hi... I have the following code... [code=php] case 10: if($uid=$_GET['u'] && $pid=$_GET['p'] && $t=$_GET['ti'] && $type=$_GET['typ']) { print "$uid $pid $t $type "; } $query1="select * from album"; $result1=mysql_query($query1); if(mysql_num_rows($result1)>0) { $i=1; print "<table width='1000px' cellspacing='10px' cellpadding='10px' align='center'><tr><td colspan='4' class='h1'>Click on an image to delete it..</td></tr><tr>"; while($row1=mysql_fetch_array($result1)) { $query3="select * …

Web Development php
Member Avatar for hielo
0
103
Member Avatar for VernonDozier

I have a tic tac toe program. The game board has a table with 9 cells. The cells need to be clickable, but when I click them, nothing happens. Cells are created in line 25. The [ICODE]cellClicked [/ICODE]function on line 10 is supposed to execute, but line 12 appears to …

Web Development javascript
Member Avatar for hielo
0
99
Member Avatar for jamello

Let me first of all wish everybody a very happy new year!:) I have a present challenge and would like suggestions from you great guys. I have an aspx web form where I have manually added a wizard control. I then attempted to add the wizard steps dynamically i.e add …

Web Development asp.net
Member Avatar for jamello
0
488
Member Avatar for densman

Hello i urgently need help or ideas with this question. i have a 4 images to display in a web page, a. when a pay button is clicked it loads 10 tokens enabling the player to play 10 times b. when a play button is clicked, it randomises the images. …

Web Development javascript
Member Avatar for essential
0
115
Member Avatar for mohdabid

Hi everybody, i am newbie working on a small application using c# .net problem: i have two forms, form1 and fom2. i have textbox in both forms. when i click the submit button i want to get the value from a form1 textbox into the form2 textbox automatically. code: // …

Web Development asp.net
Member Avatar for mohdabid
0
88
Member Avatar for rajeesh_rsn

Hi I am new to php, I had a form in my page to upload image and some data. And that image filed is not mandatory. I had done that script well and working well. But the problem is it always need a image ( that is not mandatory in …

Web Development file-system html-css php
Member Avatar for wilch
0
225
Member Avatar for cotzan

hi friend. i have a simple question but not sure answer is simple :). how can i run an aspx event with javascript. thanks

Web Development asp.net javascript
Member Avatar for cotzan
0
104
Member Avatar for cali_dotcom

hi, i'm a newbie to php and i'm building a website right now. i giving the users the option to create and send news letters. i also want to give them the option of sending the newsletters at a later date i.e they can create the newsletters, choose a date …

Web Development email php unix
Member Avatar for mschroeder
0
521
Member Avatar for mr.khurrams

i need a java script that should take pictures from a Folder and automatically play the slide show of these pictures when HTML page load......i need it urgently....plzzzzz help me

Web Development javascript
Member Avatar for bappaditya
0
233
Member Avatar for kodingkarthik

Hi all, I am unable to write the code for EXIT button like displaying a message box for confirmation and if user clicks on OK then the application should be closed and if the user selects CANCEL then he should be in the same page.. I tried using Me.Close() but …

Web Development asp asp.net
Member Avatar for kodingkarthik
0
3K
Member Avatar for Traicey

I am developing a website and am struggling to make sure that even if my web page is minimized a user can still see the entire content of the page without maximising the page, I believe thats achievable bcoz I have seen websites like that even this one, anyone knows …

Web Development asp.net html-css
Member Avatar for Traicey
0
89
Member Avatar for thesaintbug

hi, I am new to Cold fusion... I have defined a session level variable in one page1.cfm as follows <cfset session.testing = "test"> and when I am trying to access it on another page page2.cfm (browser window is not closed meanwhile) it gives an error that "testing" is undefined at …

Web Development coldfusion session
Member Avatar for thesaintbug
0
109
Member Avatar for guitarscn

I have forms already made that takes the user's name and input box for their comment, but I cannot figure out how to make it so that when the user clicks on Submit button, it will display on the same page in a certain style that I want (justified left …

Web Development display php
Member Avatar for guitarscn
0
179
Member Avatar for marciano

Hello. I've tested sending emails to popular webmails like gmail and hotmail successfully. The problem is with yahoo. All mails are delivered to SPAM folder. These are some of my class.phpmailer vars where the mails are sent from [code=php]var $From = "admin@domain.com"; var $FromName = "ME"; var $Mailer = "sendmail"; …

Web Development php
Member Avatar for marciano
0
119
Member Avatar for onetwothree

hello is there a way to stop a page refreshing in a browser? (wish i'd separated my sql from my displayed results and used a redirect, but i didn't and am just wondering if there is a quick way around preventing refreshing of a page, so as the sql doesn't …

Web Development coldfusion
Member Avatar for buddylee17
0
166

The End.