38,021 Topics

Member Avatar for
Member Avatar for njagi

Hi I have made a HTML Form with check boxes and text boxes for submitting data to the database table Problem is it does not capture the values in the text boxes array but captures the one on the check boxes but the values in the text boxes is blank …

Member Avatar for somedude3488
0
195
Member Avatar for ryan_vietnow

good day,does anyone know how to play .flv files using php?It can play using javascript and I was wondering if I can code that too using php and with database involved?thanks..

Member Avatar for stymiee
0
63
Member Avatar for nil_gh_80

when we click on BOLD tab up of this texarea then [ b][ /b] tags are appeared inside the textbox..........How can I use this process in my text area...........help me giving the idea or any type of code

Member Avatar for somedude3488
0
79
Member Avatar for Book38

I know that most of you are not frame fans. Let me explain why I need them. I have a few affiliate programs that make me money. However, I have found that there are some people who have hijacked my affiliate id and some who get to the destination page …

Member Avatar for mag00
0
309
Member Avatar for nil_gh_80

[B]How can I insert text in special form in a textarea and as well as in the database......[/B] e.g. [code=html] [B]H<sub>2</sub>O[/B] [/code]

Member Avatar for somedude3488
0
275
Member Avatar for carvey

with regard to this code I need your help on how to make a code in online examination 1.first how to random the examination 2.How to make a condition whether the examinees will pass or not 3. and how to make a time limit with the examination heres program in …

Member Avatar for somedude3488
0
121
Member Avatar for shaza2008

Ok my problem is I already success make a form with multiple check box. When I submit form it successfully goes to my mysql database. But the funny thing is on my run screen it's shows error like this. Notice: Undefined index: kursusa3 in c:\program files\easyphp1-8\www\ctlcourseapply\insert_application.php on line 15 Notice: …

Member Avatar for somedude3488
0
93
Member Avatar for mag00

Anybody know of a good one? One that tells where they came from and when they exit. I have been trying a few out that I got off of hotscripts and haven't found one I like. If possible I would like to put in root directory without having a script …

Member Avatar for longtime
0
110
Member Avatar for shaza2008

Good Morning, I have problem with check box using PHP. I want to make course registration form. In that form contain 2 type of course that user must select. Course 1 - Course Related to Teaching and Learning. Under this option contain 4 different course. Course 2 - Course Related …

Member Avatar for Eiolon
0
61
Member Avatar for culp

Hi I am webmaster of a small website called [url]www.real-songs.com[/url] The site is a way for unsigned bands in the Northeast of England to get their music heard and promoted and as such stores around 100 MP3 files of different band's songs. On Friday lunch time the site traffic suddenly …

Member Avatar for shovels
0
76
Member Avatar for guyco

I have to send monthly promotions for my commercial real estate business. I wish to send them to around 300 brokers and would like to use something beside the bcc function. I am using outlook 2003 and trying to create a new distribution list for this. Any advice? Thanks

Member Avatar for shovels
0
67
Member Avatar for danarashad

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 …

Member Avatar for shovels
0
81
Member Avatar for kyandebishop

I have writen a script to display a daily devotion every day and stored the message in the Mysql database. i am in the Central time zone but our server seems to be in Pacific time zone. I hosted the site with some guys godaddy.cm. The problem is the message …

Member Avatar for MitkOK
0
83
Member Avatar for bdude

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?

Member Avatar for bdude
0
111
Member Avatar for jonathan.jbkt

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; } …

Member Avatar for jonathan.jbkt
0
120
Member Avatar for Pro2000

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];

Member Avatar for Pro2000
0
119
Member Avatar for Rika

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 …

Member Avatar for Eko
0
115
Member Avatar for Pro2000

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?

Member Avatar for hacker9801
0
83
Member Avatar for tirivamwe

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 …

Member Avatar for JeniF
0
157
Member Avatar for phobia1

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. …

Member Avatar for phobia1
0
133
Member Avatar for rime

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

Member Avatar for world_weapon
0
249
Member Avatar for dmotah

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

Member Avatar for world_weapon
0
107
Member Avatar for dmotah

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 …

Member Avatar for world_weapon
0
130
Member Avatar for vickymesh

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 …

Member Avatar for MKIII
0
175
Member Avatar for tirivamwe

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

Member Avatar for Ezzaral
0
137
Member Avatar for mrsspambo

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: …

Member Avatar for kaykays
0
707
Member Avatar for MCMdizajn

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 …

Member Avatar for MCMdizajn
0
175
Member Avatar for Eiolon

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 …

Member Avatar for kaykays
0
78
Member Avatar for Pro2000

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?

Member Avatar for Ezzaral
0
108
Member Avatar for tankedup

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 …

Member Avatar for tankedup
0
140

The End.