39,320 Topics
| |
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]:) | |
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 … | |
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 … | |
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 … | |
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" … | |
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 … | |
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. … | |
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 … | |
[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 … | |
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 … | |
| 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 … |
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 … | |
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 … | |
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 … | |
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 … | |
me new in php i need some guide about the installation & implmentation of the php | |
hai frnds, can anyone send the code for inviting a friend in orkut | |
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. | |
oops!! used the code tag wrongly!! sorry. | |
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 … | |
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 … | |
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 … | |
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 | |
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. … | |
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 | |
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 … | |
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"; } … | |
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 … | |
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 … | |
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 … |
The End.