39,316 Topics

Member Avatar for
Member Avatar for asyieen

hi guys....actually i want to ask something.....how to make a step by step of form??? let say, there are about 5 form.....at the top of each form, there is just like a menu, a name of a form......let say, now, i'm at step 3 (upload file), then at the top …

Member Avatar for buddylee17
0
62
Member Avatar for charbel007

Hello Everybody In Php iam using the checkbox and it has been one month i can not solve it; when i select one checkbox from several ones , and i click send e-mail= it is sending to all e-mails; it is not sending to the selected checkbox ; I need …

Member Avatar for charbel007
0
797
Member Avatar for nzaman

Create a script that usesa while statement that increments through and prints every even number between 1 and 49. Can any one do that for me?!?

Member Avatar for veledrom
-1
68
Member Avatar for nzaman

Can any one please create a php script for me. A script that uses the if....else statement to categorise the marks of a student as First Class,Second Class Upper, Second Class Lower, Pass Or Fail.

Member Avatar for nzaman
0
107
Member Avatar for rezvi

hello everyone, i m new in php. i got a problem with my php and ajax code. i used div id to show data within html page (data retrieve from database).it's working well.but now i need to put showing value inside a input box. how to do that. can any …

Member Avatar for Shanti C
0
46
Member Avatar for nzaman

can some one please help me! Can any one please answer the following question for me. Describe the circumstances when technologies such as Active Server Pages, PHP, JavaScript, JavaApplets and XML are required?!? I dnt have a clue and i gta hand in my assignment by 5 oclock sum 1 …

Member Avatar for Shanti C
0
72
Member Avatar for saikishore

hey, can some body help me with the CP web hosting services for windows in php...??? Control panel containing [B]site management[/B] consisting of hosted domains, domain manager, FTP manager, file manager, and [B]E-mail options[/B] consisting of E-mail manager, webmail, e-mail fwding.

Member Avatar for saikishore
0
100
Member Avatar for rmk93

Dear web developer, I am trying to understand why php developers adopt a particular approach when designing their web systems. I have devised a questionnaire located at [url]http://websurvey.here.ws[/url] that takes 10-15 mins of your time. I would really appreciate you completing the questionnaire and sending the URL to any web …

0
44
Member Avatar for veledrom

Hi, I'll create a Login.php page to check uid and password and let user login to the system. Now, do i check uid and password in same Login.php or i post uid and password to next page to be checked there? What is the best way? Thanks

Member Avatar for veledrom
0
115
Member Avatar for abs0lut01

[code]<?php session_start(); include 'config.php'; $post = $_GET['post']; $slected = array(); if(isset($_POST['checkb'])){ if(count($_POST['sa']) > 0){ $do2 = mysql_query("UPDATE ptable SET status='updated' WHERE id='$post'") or die(mysql_error()); if($do2){ echo 'updated'; } foreach($_POST['sa'] as $awrd) { $result = mysql_query("UPDATE ctable SET awarded='yes' WHERE id='$awrd'") or die(mysql_error()); $slected[] = $awrd; if($result){ echo 'awarded'.$usersid; } } …

Member Avatar for Shanti C
0
153
Member Avatar for god_1896

hi all; I have a problem in diplaying the city name. pleas cheack the line of this code. [QUOTE][CODE]$result=city::getDisplayName('$id'); echo $result;[/CODE][/QUOTE]

Member Avatar for Shanti C
0
59
Member Avatar for kheikhei
Member Avatar for Shanti C
0
74
Member Avatar for justinmyoung

I'm just looking to set up a simple registration form for my website, and was wondering if anyone could recommend a fairly straightforward tutorial... Thanks

Member Avatar for Shanti C
-1
251
Member Avatar for saikishore

Hey, i need a help from u... when ever one of my users registered into my website,,,,then automaticaly conformation mail send to users email... plz send me asap....its urgent...

Member Avatar for Shanti C
0
76
Member Avatar for asyieen

i want coding for upload function...actually, i want to make upload function in my system....who can help me.....plzzz anyone give me the code for upload file into system...thanks

Member Avatar for nav33n
0
73
Member Avatar for 2eXtreme

Hey Guys, I was hoping someone could tell me how to run server side code to process a file? Basically, I want users to upload a file to my site, and once the file is uploaded, I want server side code (I'm thinking PHP) to process the file. Also, I …

Member Avatar for lordspace
0
123
Member Avatar for Scottmandoo

Can anyone tell me why this code isnt working? [CODE=php]<?php $username = $password = $database = $email23 = $_POST['email']; $con = mysql_connect('localhost',$username,$password); @mysql_select_db($database) or die( "Unable to select database"); $sql = "SELECT * FROM `user_user` WHERE `email` = '$email23'"; $query = mysql_query($sql) or die('Error: ' . mysql_error()); $r = mysql_fetch_row($query); …

Member Avatar for Scottmandoo
0
223
Member Avatar for veledrom

Hi, I get this error on red coloured line. "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\.....". I use PHP 5.25, MySQL 5.51. [code] $sql="SELECT * FROM customer"; $run = mysql_query($sql); [COLOR="Red"] if (mysql_num_rows($run) > 0) {[/COLOR] .... } [/code] When there is record it …

Member Avatar for lordspace
0
162
Member Avatar for panamaquono

I am building a website for a recording studio - initially I anticipated having to embed some audio in the page that would stay playing through the whole site, I built an index/home page and used one of these deals: [code] <?php switch ($_GET["id"]) { case home: $id = "home"; …

Member Avatar for panamaquono
0
81
Member Avatar for netnuta

Hi there all! I do not have a great knowledge of php but I do know basic html. I have a javascript popunder script that I would like to try on my site that runs on a php script. I know how to insert this script into an html page …

Member Avatar for netnuta
0
91
Member Avatar for tanha

I had installed php 5... and then I installed the IIS on windows XP and it works well with ASP, BUT not for PHP, see BELOW: Now when I drop a php file in C:\Inetpub\wwwroot and open in browser nothing happens just a blank page, it seems the php is …

0
52
Member Avatar for subratcall

Hi, I am a new bee in PHP , I have a asignment to write a online polling script. Can u please help me get the script to refer and write a fresh code as per my requirement

Member Avatar for subratcall
0
62
Member Avatar for ike185

Me and my team are using yellow duck framework to build a dynamic site with a backend database. Does anyone know of any tool to help speed up the process of validating the html page that the php spits out? Locating these errors is time consuming and we have been …

0
93
Member Avatar for Jean Gwyneth

Hi! Im creating a search engine for products. it can search by category, model_no and so on.. when i searched for multimedia, it would return lists of products under multimedia. every result should be clickable and would display info for each product. problem is, how can i pass the value …

Member Avatar for Jean Gwyneth
0
127
Member Avatar for ishlux

Hi, here is the code for page navigation, its working fine but , if there are 4 pages , each page is displaying 3 records per page, if we go to 3rd page, and click on the subject it will display the contents but it will automatically come to the …

Member Avatar for vicky_rawat
0
123
Member Avatar for MDGM

Hi all, I have a registration form on my website which once filled in, it sends an email to the user with a link to "verify their email address". This link holds all of the information entered by the user in the form and looks something like this: [url]http://www.example.com/confirm.php?firstname=john&lastname=smith[/url] When …

Member Avatar for MDGM
0
166
Member Avatar for prashanth18
Member Avatar for Papa Awortwe

Hi to everyone, Please i would be grateful if you help me with this. This is a tutorial i am practising .When i create a session variable on a page , I find it difficult to show it on another page. Please check also to see whether the scripts are …

Member Avatar for Shanti C
0
90
Member Avatar for missaaliyah

Well my site is a music lyrics site, and included an option to embed youtube videos with each lyric added. It came with one lyrics, which you can see here. On the left of this page, the youtube video fits in a box. [url]http://music-and-lyrics.info/index.php?lyric_id=1[/url] Now I added a new lyric …

Member Avatar for missaaliyah
0
189
Member Avatar for grr

I want to store a function in a MySQL Database. Like this: [code=php] <?php $query = "SELECT * FROM items WHERE item_id='$_GET['item_id']'"; $item = mysql_fetch_assoc(mysql_query($query)); $action = $item['action']; $action; ?> [/code] So in the database, $item['action'] is header('Location:blah.html'); But it could be ANY function, see. I just want to know …

Member Avatar for grr
0
142

The End.