39,320 Topics

Member Avatar for
Member Avatar for srinivas1236

hi ths is srini bonam, i have a query, i want to get the value from dropdown, while selecting the value from dropdown using "onChange" function......and the value is assigned to a php variable.. if anyone know ths ,plz send me... Regards srini bonam [email]bs@bitragroup.com[/email]:)

Member Avatar for somedude3488
0
42
Member Avatar for Tootlol

Hi, I need help with the server location my file path for the text file order.txt. according to my php text book, this is what they say I should use: @ $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", 'rb'); however, this didn't work the server doesn't recognize where the file is located. This line …

Member Avatar for somedude3488
0
137
Member Avatar for jynx_o7

HI guys!.. I have a project.. A CMS Website.. i dont know how to start because i dont have any idea about CMS... and the thrill is on the CMS website that im going to do is there's a mediawiki.. i dont how to implement the mediawiki on the CMS …

Member Avatar for jynx_o7
0
83
Member Avatar for tru's

i'm a beginner in php..i tried to display the record of the db in php. i create the variable to see the next record by $q=row['country']+1 to display the next record of same country.. but it didn't appear. it recurr the first record...i don't know the problem, can help me …

Member Avatar for Shanti C
0
119
Member Avatar for AON07

First off I am new to PHP, I am trying to display categories from a mysql db in a drop down menu. for some reason it is not displaying the category options. Need help with the code. Can anyone help me out. "the db has two fields "id" & "category_name" …

Member Avatar for AON07
0
132
Member Avatar for Tootlol

Hi, recently I just started learning php as a complete beginner, and I wrote some codes that wasn't able to show up on my browser. Please check to see if there is anything wrong with it. This is the exactly what I used. <?php $prices= array( ‘Tires’=>100, ‘Oil’=>10, ‘Spark Plugs’=>4 …

Member Avatar for MVied
0
151
Member Avatar for heni_pro

I'm having a problem in displaying data from the table.I've a candidate table in the db. i 've got the problem when i try to select the place of the candidate in the main html code. the html has the place selector, frist name, middle name and partystatus of it. …

Member Avatar for langsor
0
136
Member Avatar for derekcpt

Hi, Could someone assist me here ;-) (Again) I am recording dates into a mysql database in the following forma: YYYY-MM-DD 2008-08-17 [code]date('Y-m-d')[/code] Now, I have to get data from my mysql database, but the data has to be filtered by the month and year. So, in other words, if …

Member Avatar for R0bb0b
0
206
Member Avatar for Chris101a

[B]Okay,[/B] here's the deal. I am designing a "Craigslist" type deal using php/MySql. I have everything down pat, EXCEPT I cannot figure out how to enter a simple search field (in HTML) where people can browse by city. I have a little, no, very little experience with PhP. So, when …

Member Avatar for langsor
0
100
Member Avatar for adelsin

Hello, I manage Sun servers for a living that are ONLY used for DNS. With that said, I've been hired by another company to manage their dedicated server. P4 1gig with CentOS is what they have. They are running mysql, php, and apache 1(httpd). What concerns me, after this transfer …

Member Avatar for dklima
0
164
Member Avatar for skinbug

I have a form and when someone enters incorrect information, the error is displayed. For the text fields, I have managed to sort it so the user doesn't have to re-type the information as the value is echoed back to them. But the problem I have is with an array …

Member Avatar for R0bb0b
0
125
Member Avatar for max2me99

I have a page that does load images from mysql db - but they don't go to the anchor. The first page is listings that just has text, and the second shows image(s) for those. After refresh the category page will go to the anchored link, but I've been told …

Member Avatar for langsor
0
402
Member Avatar for architact

Hello I have designed a website in which users can create their account and then add or delete their likings, favoorite songs, what i want is that i want them to be able to arrange their likings by moving up and down. for this i need a procedure for swapping …

Member Avatar for R0bb0b
0
209
Member Avatar for gpdrums

Hi All: I have an extensive website in which I would like to echo the name of the company various pages after the user logs in. I think I should be using the $_SESSION global, but I'm having difficulty implementing it, placing it in my code, and knowing what php …

Member Avatar for MVied
0
199
Member Avatar for megalogs

hi, who ever manages to integrate WHMCS for me into my current site template will grab themselves a FREE reseller for life! here is what you will get: 100 GB Disk Space 1000 GB Bandwidth UNLIMITED MySQL Databases UNLIMITED Email Accounts UNLIMITED Addon Domains UNLIMITED Subdomains UNLIMITED Parked Domains UNLIMITED …

0
79
Member Avatar for just asif

me new in php i need some guide about the installation & implmentation of the php

Member Avatar for Shanti C
0
84
Member Avatar for nagas
0
45
Member Avatar for nagas

hai frnds,i need help from anyone of u that, i want code for testimonials that is sending testimonials to friends and also accepting the testimonials and rejecting the testimonials.plz send as fast as possible.

0
71
Member Avatar for andrew13d
Member Avatar for AON07

K i have installed XAMPP, which includes (Apache 2.2, PHP, MySql and Filezilla) for windows XP Media edition. I have put my webpages in the C:\xampp\htdocs folder. The browser will run any HTML files in this folder using ://localhost/ however when ever i call on a .php file the browser …

Member Avatar for AON07
0
177
Member Avatar for PC_Nerd

Hi, Im trying to find out about redirecting my site to another daomain - and I couldnt quite pick the right forum to post in so this seemed the best one since im most familiar with PHP. short and to the point. xyz.com I want that to be viewing abc.def.com …

Member Avatar for Coldice4678
0
130
Member Avatar for architact

Hello, I have designed a website which let the users create account and use our services, my client asked me to design a page which will show all the online members at that time, the solution i have figured out is that i have create a column in my user …

Member Avatar for scru
0
78
Member Avatar for yasmena

i have a login page which contains a text box for a username i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry i know its so simple but im new to JS

Member Avatar for yasmena
0
86
Member Avatar for mustafaneguib

hey guys, i have encountered a small problem. currently my table layout is as is shown in the image. [url]http://www.worldofpakistan.net/graphic1.gif[/url] wat i want is the categories with the same id to merge into one, and all the relevent forums come under one category like phpbb and the other forums do. …

0
71
Member Avatar for yasmena

i need to know how to get the selected value from a drop down box in php for example : while($row=mysql_fetch_array($query)) { echo"<option value='category'>".$row["cat_name"]."</option>"; } i want in another page to get the selected value and perform some operation on it

Member Avatar for ramseswar
0
85
Member Avatar for veledrom

Hi, i use php mailler to send email but i don't know how to add <br> or <p> breaks into message that comes from other page with $_POST. I need it because message appears in email as an one long line. [code] $mail->Body = $_POST['message']; //Not fine $mail->Body = "Hi,<br>How …

Member Avatar for veledrom
0
177
Member Avatar for l00pylou

Hello all - I have created an online form that sends results via email on submit, however, I have 4 checkboxes and their values are coming through as NO no matter what is entered this is the PHP code if ($box1 == "on"){ $box1= "Yes"; }else{ $box1 = "No"; } …

Member Avatar for l00pylou
0
104
Member Avatar for enim213

can anyone give me a hand.. any idea how to do the following requirements.. i can't start please help.. i have two tables to compare.. it has so called rates.. its buying rate and selling rate(diff table), before i update new buyingrate.. it has to check selling rate (must be …

Member Avatar for enim213
0
262
Member Avatar for Michaelmyers

Hi, I am kinda new at PHP, but I have had nearly 1 year of learning. I'm making a Mmorpg text based game, I.E. bloody nation,lost power, I have made the home.PHP(login),login.PHP(Database script),register.PHP,Reg.PHP(Database script),Terms.PHP,Welcome.PHP,Member.PHP and loads more. I am now starting the stats database for the user e.g. Strength,Charm,intelligent and …

Member Avatar for fdh2000
0
116
Member Avatar for nagas

hello please send code for autoreply of email in contact form my contact form is : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Welcome </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <SCRIPT>//global variable for error flag var errfound = false; //function to validate by length function …

Member Avatar for digital-ether
0
115

The End.