52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ero100@live.com

HI, DOES ANY ONE KNOW WHAT IS THE RIGHT STEPS TO MAKE THIS FORM MAIL TO WORK? [B]HE IS THE CODE:[/B] 1. <html> 2. <head> 3. <title> send mailf from the form </title> 4. </head> 5. <body> 6. <?php 7. echo "<p> your name is: <b>$_POST[name]</b>,</p>"; 8. echo "<p> your …

Web Development php
Member Avatar for cwarn23
0
149
Member Avatar for it2051229

I woke up then realized "I want to learn ASP.NET" so I googled for ASP .NET tutorial and ended up at w3schools website. It says prerequisites are Windows Operating System, .net frame work, IIS, and a text editor. So I inserted my windows XP cd to install the IIS component, …

Member Avatar for it2051229
0
162
Member Avatar for sonia sardana

I want to insert the image into database & Retrive the data back & display into DataGridView.. Foll is the code the inserts the image data into Databse-- [code] protected void Button1_Click(object sender, EventArgs e) { if (FileUpload1.PostedFile.FileName == null || FileUpload1.PostedFile.FileName == "") { lblErrors.Text = "Please Select the …

Member Avatar for rmostafa
0
333
Member Avatar for gagan22

Hi Everyone, I have made one google checkout payment gateway integration in PHP in a shopping cart. But with which user id or merchant id i am using in that integration . when i am going to login with that google id . I am getting some error message there. …

Web Development api google google-api php
Member Avatar for gagan22
0
313
Member Avatar for rouse

In a code routine I receive strings like “04242009” and I need to convert it to April 24, 2009. I have played with several of the date conversion routines but I am getting no where. Help would be appreciated. Thanks! WBR

Web Development php
Member Avatar for BzzBee
0
154
Member Avatar for servis

i want to populate drop down box values on the basis of other drop down box value dynamically(without refreshing the page) using java script. i tried to search on google, but could not find anything. please can anybody help me in this regards. Thanks

Web Development javascript
Member Avatar for servis
0
202
Member Avatar for dadahetal

I have created Database. table and procedure inside that. I want to generate sql script for this. How can I do that in .Net 2005? also after generating script, how can i run that to create tables in another computer?

Web Development asp.net sql
Member Avatar for greeny_1984
0
93
Member Avatar for thirumca

Hi, I have three dropdownlist. I need help for how to bind the three dropdownlist in single query.I.e. Now i write the code was every time the datas coming from DB. But i need only one time the datas are come from Db, then we bind the dropdownlists at the …

Web Development asp asp.net
Member Avatar for mail2saion
0
83
Member Avatar for Ghost

Hi, I was wondering if there's a tutorial on making a website that offers free hosting. I know how to upload files with PHP, so I posted this topic here. Thanx.

Web Development php
Member Avatar for foryounow
0
500
Member Avatar for dor88keys

hi, im looking for a good PHP script to install a forum in my website. i came across phorum,and chipmonk. i also need it to have a PM (private messeges) option. can anyone recommend a good script ? could anyone tell me where can i find instructions regarding installing chipmonk …

Web Development php
Member Avatar for foryounow
0
1K
Member Avatar for Lib Auth

Hello There, I recently stumbled across this website: <Link snipped; Website doesn’t exist> You input your information and it automatically gives you a folder on his website as well as a phpbb forum. Is there a publically available script for this? Regards, Grant

Web Development phpbb
Member Avatar for Lib Auth
0
195
Member Avatar for mbabaali

am doing a classroom project but am stuck with the registering users script it does send the data to the mysql database ppliz help me out thanks here are both the html and php codes . [code=html] <!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"> <head> <meta http-equiv="Content-Type" …

Web Development php
Member Avatar for somedude3488
0
199
Member Avatar for rajeesh_rsn

Hi i had php form in a page and I make the submit function using a javascript function ( some thing like protypes.js ). It is working fine in IE , Opera ... Nut doesn't in Firefox. Here is the code. Please any one help me to work in Firefox …

Web Development javascript
Member Avatar for essential
0
151
Member Avatar for whitestream6

I'm looking for an offline browser to make a backup copy of my site with. I tried WinHTTrack but it created an index.html file with a directory listing, and didn't always render some pages properly. I had a look on Google for "offline browser" but a lot of them are …

Web Development
Member Avatar for foryounow
0
98
Member Avatar for piusbabbun

Hai everyone ... Can you please mention the ways to generate PDF contents using php...and the components which can be used for it ?

Web Development pdf php
Member Avatar for foryounow
0
108
Member Avatar for mhariharasudan

hi everyone i want to insert and retrieve images from the mysql using php(in wamp server).actually i searched the net and tried with many codes but cudnt find a solution.in the last one tht i tried,i created a table tht includes a blob datatype for one of its attribute and …

Web Development mysql php
Member Avatar for mhariharasudan
0
130
Member Avatar for kinger29

I want a box/frame/applet on my html webpage that will display an image and depending on where the user clicks i want text to popup/disappear somewhere else in the image. Does anyone know how to do this in javascript. Sorry Im new to web development and couldn't figure out how …

Web Development javascript
Member Avatar for almostbob
0
125
Member Avatar for ukbasak

Please anyone provides code with examle to disable the Close (X) button in title bar. If user wants to click automatically a dialog box must appear with message 'This is disbale'... Thanks

Web Development javascript
Member Avatar for almostbob
0
282
Member Avatar for rodmastar

I am not a java guy.. but made this code ( to open new page sized.. on another page of mine but darn i can not get it to do so on this page? Is it a DIV thing... new to these tags too/// [url]http://www.mastar.com/Presentations.html[/url] Where it say Teamviewer button …

Web Development javascript
Member Avatar for rodmastar
0
207
Member Avatar for websurfer

Hello, all: I am trying to get this script to work... What I'm trying to do is to be able to email back customers whose emails I have saved on in my database. So pretty much the emails get sent as it runs the "while" loop. Somehow it doesnt seem …

Web Development email php
Member Avatar for websurfer
0
113
Member Avatar for ero100@live.com

hi, i have spent more than whole day trying to figure out what is wrong in this php sript LINE 3 AND 14, ihave changed the quotes, but it didnt work, it works normal when you enter the date to GUESS THE NUMBER, but in the start page the ERROR …

Web Development php
Member Avatar for cwarn23
0
175
Member Avatar for andrewsCWD

Hello, I have a form that has several checkboxes. It looks similar to this: [CODE]<input name="service_needed[]" type="checkbox" value="service1" class="checkbox" /> <input name="service_needed[]" type="checkbox" value="service2" class="checkbox" /> <input name="service_needed[]" type="checkbox" value="service3" class="checkbox" /> [/CODE] I'm trying to store the values of whichever boxes are checked inside of one variable so that …

Web Development html-css php
Member Avatar for antwan1986
0
790
Member Avatar for ero100@live.com

hello, i have just begining learn php, in this form every things looks ok, however a error message that i can't solve it. please give some help because i cant move on before solve this problem. thanks **HTML FORM CODE** <html> <head> <title>simple HTML FORM</title> </head> <body> <form method="post" action="listing9.2.php"> …

Web Development php
Member Avatar for almostbob
0
167
Member Avatar for HelenLF

I have a drop down box in a form like this... [code]<select name="product[]" id="unitcost"> <option value="92">92mm</option> <option value="130">130mm</option> </select>[/code] The value selected is passed to a shopping cart. However, I also need to pass a unit price which is different depending on the value selected. Can anyone give me any …

Web Development javascript
Member Avatar for HelenLF
0
112
Member Avatar for hardcore

Hi all, I want to install Apache server 2.0.50, PHP 4.4.9, on Personal PC WinXP Pro but was unable to do that and was unable to find right instructional manual.Did a lot of reconfiguration in PHP.ini, httpd.conf files but Apache could not see PHP so test.php does not I need …

Web Development apache php
Member Avatar for hardcore
0
129
Member Avatar for Besherek

Hi folks, I need a little help working out a 2 tier navigation that is database driven as I'll need to use CMS to insert new categories and topics at a later date. The navigation is in unordered list format looking similar to below. Two category listed navigation with two …

Web Development cms php
Member Avatar for Besherek
0
118
Member Avatar for veledrom

Hi, Let's say my root: [url]http://localhost/htaccess/index.php[/url] I have dbconnection.php, css files, js files, inc files, class files, functions.php and image files all stored in [inlinecode]http://localhost/htaccess/secured/[/inlinecode] directory. I don't want anyone access these files. How can i do it? I tried .htaccess but nothing worked apart from directory browsing (IgnoreIndex */*). …

Web Development php
Member Avatar for somedude3488
0
88
Member Avatar for da_tikboy

I have a FormView InsertItemTemplate which has a databound dropdownlist. The dropdownlist displays a list of names retrieved through a SQL Server stored proc. The user has an option to add a new name to the database by clicking a button next to the dropdownlist. Clicking the button fires a …

Web Development asp.net
Member Avatar for greeny_1984
0
206
Member Avatar for nikolas8

Hi, I have a problem with my login control. I changed the code in order to use my own database (SQL Server 2005) and no matter what i do i get the message "Your login attempt was not successful. Please try again. "!!! in the web.config file i chose my …

Member Avatar for greeny_1984
0
650
Member Avatar for lefrancisco1

Hi All, I have two textboxes and Update Button Control, one gridview control.When i give some values inside these two texboxes.The values should display in gridview in button click even.Can u please help me on this.

Web Development asp.net
Member Avatar for greeny_1984
0
95
Member Avatar for sandeep_more97

Hey Hii .... I am solving this problem from last 2 days.... but unable to find solution. What i am doing is ..... On click of submit button i want to send email and i am taking client to paypal page to do the payment..... i. e. i want to …

Web Development javascript pay-per-click
Member Avatar for essential
0
4K
Member Avatar for knrakesh

Hello Good afternoon Guys Iam KNR iam having a problem with javascript validation i want to check validation of all controls at a time means if i have a form with all fields blank then it has to show message and if any of the field is filled then it …

Web Development javascript
Member Avatar for essential
0
144
Member Avatar for marjan_m

Hi, Please view the following link: [URL="http://travel.yahoo.com/p-travelguide-191501619-beijing_vacations-i;_ylt=AiZdwxCyxFHHjdvlVEe4GeQyFWoL"]http://travel.yahoo.com/p-travelguide-191501619-beijing_vacations-i;_ylt=AiZdwxCyxFHHjdvlVEe4GeQyFWoL[/URL] Here can any one please guide me that how the pictures are changing in the vertical are at right side? Thanks

Web Development php
Member Avatar for marjan_m
0
159
Member Avatar for AON07

First off thanks in advance, everyone here has been a great help in the past and know you will be this time.. What i'm trying to achomplish is to submit data from a form into multipule tables in the Mysql DB. However I want the user to select which table …

Web Development php
Member Avatar for AON07
0
1K
Member Avatar for scushkadee

this idea is in the beginning stages. I need a way to pull data from a table on a website, It also needs to be able to log me into to the website automatically to access the website. and.. hopefully.. send my cellphone a sms message.. or email.. when it …

Web Development php
Member Avatar for chrishea
0
168
Member Avatar for subirs77

Hi, I am a beginer of PHP and i want to make link management sys for a link page of a site. i want to add,del,modify links with that system.but i dont know what i must do for that ,please any one tell me the steps. I want to display …

Web Development php
Member Avatar for cwarn23
0
111
Member Avatar for Lleoun

Hi all, I have the following php script: [CODE] <?php $doc = new DOMDocument(); $doc->load( 'events.xml' ); $events = $doc->getElementsByTagName( "event" ); foreach( $events as $event) { $hours = $event->getElementsByTagName( "hour" ); $hour = $hours->item(0)->nodeValue; $minutes = $event->getElementsByTagName( "minute" ); $minute = $minutes->item(0)->nodeValue; . . . ?> [/CODE] events.xml contains …

Web Development javascript xml
Member Avatar for essential
0
857
Member Avatar for mcdt2424

I am having a problem getting a value from my dictionary object. The TryGetValue Method returns true which indicates that it is finding the key in the dictionary but emps variable is not being populated with the value in the dictionary. What am I doing wrong? thanks for your help! …

Web Development asp.net c#
Member Avatar for mcdt2424
0
104
Member Avatar for bas_brain

ok, hi all, i have a problem, i want to check all values and keys from $_POST or $_GET files. My checkings criteria are: 1-) the key must be set; 2-) values must not be empty. Because $_POST and $_GET values is a array i have the following code: [CODE=php] …

Web Development php
Member Avatar for bas_brain
0
193
Member Avatar for csharplearner

Hello all, I have this strange problem. 1. I have one file in a sub directory which has code for displaying images - images are stored in main directory . 2. Now the reference to that image is retrieved from MySQL database table row[image]. here is the code i am …

Web Development php
Member Avatar for csharplearner
0
129
Member Avatar for dwatycha

relative php noob needs help, have tried 3 or 4 differnet ways to get an image along with other post data from an html form to save into a mysql db. other data saves fine, no luck at all with image. php and form code below. HELP. Thanks in advance. …

Web Development html-css mysql php
Member Avatar for Airshow
0
151
Member Avatar for djkfunk

The page in question is located at [URL="http://www.uforecordingsusa.com/contact.asp"]www.uforecordingsusa.com/contact.asp[/URL]. I'm integrating reCaptcha ASP code I obtained and having trouble w/ catpcha validation. I've fixed some minor syntax issues (I think) from the original code as well as expanding the cdoConfig.Fields. I've got Javascript code checking the required contact form fields: Name, …

Member Avatar for djkfunk
0
207
Member Avatar for mike4

Hey, How can I cause a block of php code be executed once using a command like the [B]include_once();[/B]If i use this directly it includes the contents of the include file like HTML content! What can I do?:$

Web Development php
Member Avatar for vdeych
0
183
Member Avatar for genieuk

Hi, If you see my other post about writing data to a file i am not doing that now i am using a database instead. Anyway .... Before i start i would like to say i am very very new to PHP and no very very little about MySQL writing. …

Web Development mysql php
Member Avatar for genieuk
0
159
Member Avatar for genieuk

Hi, I been having allot of help on here certainly from 'Josh Connerty', who has done a fantastic job of helping me. I am learning php and am enjoying it. So before i start a big thanks to Josh Connerty and this forum existing as it is a pleasure to …

Web Development mysql php
Member Avatar for genieuk
0
97
Member Avatar for jyotiu

Hi all I need to develop a property based website in which i have a drop down menu for selecting a category for eg:renting ,selling, lease etc. what i want to do is when a user will select any of the option he will be directed to a website of …

Web Development php wordpress
Member Avatar for jyotiu
0
118
Member Avatar for tkal

Opening a image file gives an empty file. A .txt file can be opened. Opening the image file gives no view available.

Web Development file-system image php
Member Avatar for tkal
0
136
Member Avatar for gijoe2cool

I am having a problem with my RSS feed for my podcast. I am sure I am not doing it right though, but it looks right to me. Can someone please help me. If you go to a Feed Validator and type in the address [url]http://www.fallenangelunlimited.com/podcasts.xml[/url]

Web Development xml
Member Avatar for bobchrist
0
102
Member Avatar for vanessia_1999

Hi, I am having diffculty in my administration page. Half of the code is correct but the other half I think is wrong. I am working with two tables to update the information. One is "products" and the other is "color". The product information work but the color information is …

Web Development php
Member Avatar for cwarn23
0
87
Member Avatar for szita1

I made a small application with the help of PhpMaker(php,mysql). It is a kind of catalogue for a paper issued monthly. It stores data for the authors and the articles and the paper itself in pdf. It works fine except for uploading the pdf. Interestingly enough uploading works fine when …

Web Development pdf php
Member Avatar for danishbacker
0
99

The End.