39,320 Topics
| |
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 | |
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 … | |
[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] | |
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 … | |
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: … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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? | |
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; } … | |
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]; | |
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 … | |
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? | |
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 … | |
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. … | |
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 | |
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 | |
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 … | |
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 … | |
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 | |
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: … | |
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 … | |
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 … | |
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? | |
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 … | |
I've written a katrillion forms before. I cannot for the life of me figure out why this one isn't sending a confirmation e-mail. Can someone please! Please help me before I lose my mind? [code] <?php // In PHP versions earlier than 4.1.0, $HTTP_POST_FILES should be used instead // of … | |
I'm an experienced programmer (20 years+) but am new to web programmer. Any suggestions on where someone like me might start learning about PHP? Just start reading PHP For Dummies or are there better options? Thanks. |
The End.