52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Kavitha Butchi

Hi all, Can someone tell me, How to wrap text around an image when the image source is in a php variable?Here is my code. [code=php] <html> <head> <style type="text/css"> #divider { background-color: #ccffff; border: 1px solid #ccc; padding: 0px; margin: 1px 0px 0px 0px; } .fndslist{ position: absolute; border: …

Web Development html-css image php
Member Avatar for Kavitha Butchi
0
232
Member Avatar for manor

Hello everyone, I am new to this community.. I have no clue how to go further with the doubt i am going to post. I am supposed to connect to XYZ(remoteserver) which uses mysql server and fetch data from it through my localhost ABC. I wrote my PHP script and …

Web Development php
Member Avatar for R0bb0b
0
113
Member Avatar for yournamehere

Hello everyone, I'm sure this has a quick answer/fix but I can't seem to figure out how to store a checkbox value to mysql. And I'm not sure what type I should be saving it as in the field on mysql(like bool, int, varchar). I have 14 check boxes and …

Web Development mysql php
Member Avatar for nav33n
0
210
Member Avatar for cyberjorge

Good Day! Please help with my requirement, I'm more on a graphic designer and has little knowledge in programing, mostly on basic html only. I have a web page I created in Flash and exported to an html page. I need this to have a predefined username / password (pass …

Web Development flash php
Member Avatar for sDJh
0
130
Member Avatar for raj2476

Hi all, Please help me in floating menu. I need this floating function should floting in table td. And should work in all browser. plz help me out soon. Below i have pasted javascript. Thanks Raj <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; …

Web Development javascript
Member Avatar for raj2476
0
64
Member Avatar for darkraider

Hi all again I'm very very new to javascript, post a help here on validate radio button got solve with the alert msg but still waiting for the solution on selecting either M or F. My next problem is validate dropdown menu, my default is select, i want the user …

Web Development javascript
Member Avatar for Traicey
0
104
Member Avatar for fangzhou

hello how do i populate or change the values in multiple textfields using javascript? the textfields has the same ID because it is in a repeat region. i manage to change just the top most textfield using javascript. so how to populate the rest? [code] <script type="text/javascript"> function chalb() { …

Web Development javascript
Member Avatar for Luckychap
0
117
Member Avatar for Andrew F.

Can you take a look at this: [code] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php $emai=$_REQUEST['txtemai']; $subj=$_REQUEST['txtsubj']; $mess=$_REQUEST['txtmess']; if (@mail($emai,$subj,$mess)) { echo('<p>Mail sent successfully.</p>'); } else { echo('<p>Mail could not be sent.</p>'); } ?> </body> </html> [/code] I keep on getting the else statements. …

Web Development apache php
Member Avatar for Andrew F.
0
196
Member Avatar for cheapterp

Hey Guys, I have just started working on ColdFusion, so I am relatively new to it than most of you may be. I am trying to create 'Sticky Stay-Filled' forms so that when the form is submitted, the details entered on the form show up on the page following the …

Web Development coldfusion
0
86
Member Avatar for php4ever

I did a search as I had hoped this has been dealt with by someone before me. I'm trying to take a search form on a website and ONLY pass fields or values for fields that are actually selected or used. What I mean is this. The search form has …

Web Development javascript
Member Avatar for R0bb0b
0
142
Member Avatar for mrcniceguy

i have displayed all members in my site including there photos,which they uploaded. this is the view.php which image will appear for everymember who uploaded photo. <? echo"<img src=retrieve.php?id=$userid width=200 height=150>"; ?> retrieve.php <?php //PHP code (for images.php) if(isset($_GET['id'])){ $id = $_GET['id']; // Connecting to a MySql Database include"config.php"; //selecting …

Web Development image php
Member Avatar for mrcniceguy
0
141
Member Avatar for msspitul

Hi guys, It seems that frames were gotten rid of in ASP.NET, so if I want to open a page and have it target a frame like area on my page that is already open, how can I do that? Any suggestions would be great!

Web Development asp.net
Member Avatar for serkan sendur
0
274
Member Avatar for fedalcoder

hi, Any one who knows HSBC payment integration please help me.URGENT! THanks fedalcoder

Web Development php
Member Avatar for KimberlyMon
0
153
Member Avatar for a4tech

Hi all, I am a beginner in using PHP. I have wrote a code that will retrieve the checkbox value after checking from database. Basically, it is a simple search where user has to check the value of checkbox in the form.It then will displaying the result after checking the …

Web Development php
Member Avatar for R0bb0b
0
105
Member Avatar for bmz

as the title suggests.. is it possible? we are planning to make an application that just uses AJAX to make Voice Calls as seen in Meebo.com. They've developed an application that uses flash with voice chat.. Is it possible using Javascript alone?

Web Development flash javascript
Member Avatar for bmz
0
106
Member Avatar for harrence

Hi all, I'm currently working on having 'artist_id' counted once only between two dates although they may have visited several times over that period. The following code works very well for counting the total number of visits. Any suggestions out there? Regards harrence [code] $sql = "SELECT * FROM artists_details …

Web Development php
Member Avatar for harrence
0
92
Member Avatar for padma525

hi i have a simple form with 4 radio buttons in index.php . if the user selects any radio button and click on the submit button then he will downloaded the corresponding .swf file associated with that radio buttons in next page as download.php. what ever the option is selected …

Web Development php
Member Avatar for filippo.toso
0
131
Member Avatar for scottholmes

I need to be able to parse out data fields from Open Office documents on the fly. I'm using tbsooo_class.php and I have a number of files with variable fields embedded. The code I have, derived from TBS (tiny but strong) parses out only the text. I need the entire …

Web Development php xml
Member Avatar for scottholmes
0
150
Member Avatar for chriscapetown

Hi, Im looking for the basic structure of how to make a piece of code (ideally a lightbox window with a flash file being displayed) but for now maybe a popup window, to be displayed at 12:00pm each day automatically. Can anyone help me with this task? Give me a …

Web Development flash javascript
Member Avatar for R0bb0b
0
105
Member Avatar for antwan1986

Hi everyone, and thanks for reading. I've a client who will be wanting an events/news section for their website and I have a question about handling this information from a database. Lets say that the table consisted of: [CODE] story_id - To make each story unique. title - The title …

Web Development mysql php
Member Avatar for ferminselvin
0
115
Member Avatar for servis

how can we sent multiple values in xmlHTTP respnse, [ICODE] var xmlHttp function [B][COLOR="red"]callAjax(id)[/COLOR][/B] { if (id.length==0) { document.getElementById("txtHint").innerHTML="" return } xmlHttp=GetXmlHttpObject() if (xmlHttp==null) { & so on.................... ................................ [/ICODE] i want to add "id2" variable also like [B][COLOR="Red"]callAjax(id,id2)[/COLOR][/B] how can we do it?????? secondly, how can we intiame the …

Web Development javascript xml
Member Avatar for R0bb0b
0
112
Member Avatar for jencinas69

Hello I can not find a tab to csv converter, any one here now about a php file to convert tab to csv

Web Development php
Member Avatar for R0bb0b
0
208
Member Avatar for GLT

Hi guys! I have an order table and an order detail table in a database. I am trying to create insert forms using ASP for these so the user can insert new order details. I created an order details table to solve the many to many relationship between the order …

Web Development asp
Member Avatar for vicky_rawat
0
140
Member Avatar for AsifAshraf

hi I'm creating a UserControl, I want to set a property like TargetDropDownID which is supposed to be a "string" type of data. Not a DropDownList Control so that i can set this property in html view. OK the Find Control doesn't help in this regard because the whoever will …

Web Development asp.net
Member Avatar for a496761
0
122
Member Avatar for mrcniceguy

I want to diplay comments and in each comment there will be a checkbox: Now is there anybody who can tell me how use them in php so that when i select forexample 5checkboxes containing comment each,i will be able to DELETE them All at the same time.?

Web Development php
Member Avatar for R0bb0b
0
91
Member Avatar for thientanchuong

Dear my friends, I really need your help to work out JSP function in my website. In navigation section, I want jsp code which can show all information relevant to a navigation button customer click on: Eg: I have navigation called laptop. After clicking on laptop navigation, customer will see …

Web Development flash html-css java-jsp printer
Member Avatar for jwenting
0
116
Member Avatar for johnny.g

hiiii..i am using asp.net 2005 in VB language and sqlserver 2005..in my form i am using 2 dropdownlist boxes..if i select a name in the dropdown list box1 then the corresponding last name is selected in the dropdwon listbox2...till now everything is working fine,,,now if i want to change the …

Web Development asp asp.net sql
Member Avatar for bala24
0
182
Member Avatar for OmniX

When using this HTML code: You get a rectangle where the location is stored, and a button labelled "Browse..". I would like to redesign the "Browse.." button and I was told this would have to be done using mainly javascript and abit of css (I thought it would be the …

Web Development html-css javascript
Member Avatar for OmniX
0
164
Member Avatar for priyamsc

hi , how to show the pop up window in asp.net web application when ever a new entry is entered. like here wheneven we got private msg it shows u have a new private msg like tat i need the pop up or msg box for particular id. so pls …

Web Development asp asp.net c#
Member Avatar for bala24
0
179
Member Avatar for mortalex

Hey, i've got a problem, i'm trying to make a drop down box but so that the first value chosen automatically updates the fields that you can choose in the second drop down menu. Yes this may seem easy, but the thing is that each values need to be populated …

Web Development javascript mysql
Member Avatar for samarinder
0
141
Member Avatar for darcee

[url]http://ipaddress/mrtg/mrtgdata/web/index.asp[/url] and its says Not Found The requested URL /mrtg/mrtgdata/web/index.asp was not found on this server. but i have an apache server( httpd) thx in advance!

Web Development apache asp web-server
Member Avatar for darcee
0
174
Member Avatar for mustafaneguib

hey guys how are you all? i am recieving the following error in all my pages except my homepage on internet explorer. [code]Line: 49 Char: 1 Error: 'null' is null or not an object Code: 0 URL : http://www.worldofpakistan.net/register.phpLine: 49 Char: 1 Error: 'null' is null or not an object …

Web Development html-css javascript xml
Member Avatar for mustafaneguib
0
161
Member Avatar for psathish2

this is my code here i selected record from db and putted that 2 text box . but i modify the recored to store the db. below the code not working . <?php $jtitle=$_GET['jtitle']; echo $jtitle; $desc=$_GET['jdesc']; echo $desc; $hostname="localhost"; $username="cds"; $password="cds"; $dbid="cdsemplo_job"; $link=mysql_connect($hostname,$username,$password); mysql_select_db($dbid) or die("not connected"); $result=mysql_query("select * …

Web Development php
Member Avatar for nav33n
0
181
Member Avatar for psathish2

this my code user want click the edit it will go edit page and delete page.now i want delete the record the same this not going to delete.php. thank you <?php $jtitle=$_REQUEST['jobname']; $desc=$_REQUEST['jdesc']; $hostname="localhost"; $username="cds"; $password="cds"; $dbid="cdsemplo_job"; $link=mysql_connect($hostname,$username,$password); mysql_select_db($dbid) or die("not connected"); $result=mysql_query("select * from job"); echo "<table border='1'> <th>Jobtitle</th> …

Web Development php
Member Avatar for nav33n
0
2K
Member Avatar for chicago1985

I want to make sure at least 3 characters are entered into a search field. For example I dont want this to go by where it has spaces in beginning and space between 2 characters: [code] a b [/code] Is there a regular expression or someway to trim the spaces …

Web Development javascript
Member Avatar for Luckychap
0
82
Member Avatar for demanian

Greetings. With help from CF geniuses, constructed a CF suggestion form on the web where data went into an Access database. Moved offices, PCs and servers. All went into the abyss :'( Have copies of web page for entry of information by customers, and confirming page showing customers what they …

Web Development coldfusion
Member Avatar for cmhampton
0
107
Member Avatar for t_serva

I'm having a weird issue. I am using ASP classic and some javascript in an XHTML page. My page seems to load fine in FireFox but IE takes forever to load and in the status bar it says it has OVER 4 THOUSAND items to download and ticks them off …

Web Development asp javascript
Member Avatar for t_serva
0
153
Member Avatar for 365resell

Hi i must be stuppid by missing something but im trying to insert a a code into my php script page: [CODE]<!-- Start Code --> <iframe src="http://www.365netmarketing.co.uk/adds/banner.php?action=b&t=true&ref=20&w=468&h=60&grp=13" width="468" height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true" background-color="transparent"></iframe> <!-- End Code -->[/CODE] this is a banner call code and works great …

Web Development php
Member Avatar for 365resell
0
3K
Member Avatar for mgt

If I have the following code: <form> . . . <select id="lstOtherStuff" multiple="multiple" size="6" style="width:200px;"> </select> </form> and I need to pass the variable "1stOtherStuff" (which is an element in an array) to a PHP script, how do I do that? If I use the following code, I can access …

Web Development javascript php
Member Avatar for ~s.o.s~
0
3K
Member Avatar for mustafaneguib

hey guys, the browser gives the following error when i open my webpage. [code]Line: 49 Char: 1 Error: 'null' is null or not an object Code: 0 URL : http://www.worldofpakistan.net/register.php[/code] the code of the page is as follows: [code=php] <!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" xml:lang="en" …

Web Development html-css javascript php xml
Member Avatar for nav33n
0
122
Member Avatar for mgt

An item is selected from a list and then used as a variable in a PHP script to identify and retrieve some data from a specific record in a MySQL database. Here's the code for the select script (first a javascript external file, then an html file) : [code=JavaScript]/* This …

Web Development javascript
Member Avatar for ~s.o.s~
0
949
Member Avatar for wuodpam

I'm having a problem with displaying my profile images from a database .the upload works fine,but no image is displayed:Could you please help! I have the following code which cant work: 1. main profile page has the following script: <?php echo '<img src="XXXXX_XXX.php?id=$Current_Person_Id">'; --------------------------------------------------------------------------------- 2.the image page has the following …

Web Development display image mysql php
Member Avatar for wuodpam
0
146
Member Avatar for GLT

Hi guys! I just worked out how to add new columns to my database tables through dreamweaver i was wondering if anybody knew of a way of now searching for and getting the data from the new column? I have used dynamic tables for displaying my results, I thought this …

Web Development asp
Member Avatar for GLT
0
120
Member Avatar for satorisurfer

I am writing a CF application that queries a Centura SQLBase DB--not my DB of choice, its an interface partner's DB! Some of the fields in the SQLBase DB are of type FLOAT, which for some reason CF is returning in scientific notation (i.e. 1.23653E7) rather than as a whole …

Web Development coldfusion
Member Avatar for cmhampton
0
260
Member Avatar for trouble706

Hello, I am designing my website and I want people visiting my site to be able to submit a form. However, if they submit a form, I would like to require certain information to be submitted. I got a script from Dynamic Drive that is supposed to do that but …

Web Development javascript
Member Avatar for mgt
0
120
Member Avatar for sreein1986

Hi, freinds i got below code from some one put in our daniweb.com my question is that is it working for HTML page also ?? Advance Thanx, [code] <SCRIPT LANGUAGE=VBScript RUNAT=Server> Sub Application_OnStart Application("WhoOn") = 0 End Sub Sub Session_OnStart Application.Lock Application("WhoOn") = Application("WhoOn") + 1 Application.Unlock End Sub Sub …

Web Development asp.net vbscript
Member Avatar for bala24
0
327
Member Avatar for maydhyam

I have a concern about my program....the files that I want uploaded vary n size....would that affect the upload? I did not set anything anywhere to enforce the file size to be uploaded, and only really small files are able to upload...

Web Development php
Member Avatar for maydhyam
0
398
Member Avatar for heels

Hi, Is it possible to use images for a button instead of the normal button? I am not trying to link it to another page over here but, getting it to trigger some event like a normal button. Thanks alot. Regards, heels

Web Development image php
Member Avatar for heels
0
77
Member Avatar for cyberjorge

Good Day! Please help with my requirement, I'm more on a graphic designer and has little knowledge in programing, mostly on basic html only. I have a web page I created in Flash and exported to an html page. I need this to have a predefined username / password (pass …

Web Development flash javascript
Member Avatar for cyberjorge
0
65
Member Avatar for percent20

I have been trying to access a public array inside a class, but it is freaking out on me. Should this be able to work? [code=php] $TestArra = array('Hello', ' ', 'World'); class Test { function Test() { $this->Display(); } function Display() { foreach($TestArray as $value) { echo $value; } …

Web Development php
Member Avatar for R0bb0b
0
562

The End.