39,320 Topics

Member Avatar for
Member Avatar for prashanth18

hai iam working hard on this concept,iam not knowing how to delete message from message box.please send the code for deleting message from messagebox.

Member Avatar for prashanth18
0
79
Member Avatar for heni_pro

i'm just having a prblem with displaying records from db in the same page. i'm just trying to write a php code but it didn't show up. Th records are documnted in db by thier first name, middlename & party. html: <[B]select name="zone" size="1" id="zone"[/B]> <option selected="selected" value="Addis Zone1">Addis Zone1</option> …

Member Avatar for nagas
0
109
Member Avatar for danno74

I'm trying to get this PHP mail form to work correctly and I keep getting an error: [code]PHP Parse error: syntax error, unexpected T_STRING[/code] from this line [code]mail($formproc["email"],$emsubj,$message,"From: $emfrm");[/code] from this mail form PHP file [code]<?php if (isset($_POST["formdata"])) { $formdata = $_POST["formdata"]; foreach ($formdata as $key => $value) { $formresults …

Member Avatar for R0bb0b
0
223
Member Avatar for mmmsabeel

hi everyone...iam sabeel... i have a drop down which is dynamically populated from a field(phoneNumber) in the mysql table... and i have a dynamic table which lists all the values from the mysql table..... now here is my problem.... when i select an option in the dropdown(phoneNumber)..then the values in …

Member Avatar for mmmsabeel
0
80
Member Avatar for ryy705

Hello, I need to give different people different email addresses of my site. For example, advice(at)mysite.com, support(at)mysite.com, author(at)mysite.com, etc. But I would like for all the emails to go to one real email account. mailinator dot com does a very good job of it. No matter what you put in …

0
47
Member Avatar for Designer_101

hey im not going to give loads of details its just a simple question i need help with. Basicly i'v got a site which lets people cast votes for individual people once logged in, however the can only view the votes already cast when logged in aswell.. This is the …

Member Avatar for Designer_101
0
64
Member Avatar for mekdes

i am working on a project and i have faced trouble in connecting php with mysql. anyone out there who can give me a clue can contact me. thanks mekdes

Member Avatar for heni_pro
0
144
Member Avatar for srinivas1236

hi ,goodmorning to everybody,,, i have two dropdowns and one row for entering data., one dropdown having days and anotherone having 1 to 15 no's. when i click on 1st dropdows, i select the presenet date.after that i click on 2nd dropdown and selected 5rows. now i need 5 rows …

Member Avatar for digital-ether
0
94
Member Avatar for innovativeatul

Can anyone tell me how to design own theme for oscommerce. I just want my own designed skin implemented on oscommerce. Any tutorials online ? thanks,

0
104
Member Avatar for welbyobeng

Hi i am trouble adding NO CAPS and no spaces in the username on the code below I want the username to be character from 3 to 30 I want to restrict members from adding spaces or caps //----------------------------------------- // Check valid user name //----------------------------------------- if ( !$username OR strlen($username) …

Member Avatar for skinbug
0
117
Member Avatar for jackparsons

Hey Guys Can anyone help me. On my website i receive this message Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/mangofitness.net/httpdocs/developments/includes/mysql.inc.php on line 26 The coding for this file is below, can anyone help me get no errors. <? require_once("config.php"); function db_connect() { mysql_connect(DATABASE_SERVER,DATABASE_USER,DATABASE_PASSWORD) or …

Member Avatar for jackparsons
0
143
Member Avatar for srinivas1236

hi hello, i want the php function ,for display defaultly the present day in dropdown and i want all the 31 days in same dropdown.. bye

Member Avatar for sDJh
0
62
Member Avatar for siddharthkumarr

hello everybody...i m a newbie and struggling with a small assignment which involves 1- creating a dynamic array for floating point numbers 2- comparing adjacent numbers and finding the CORRELATION COEFFICIENT.... can u tell me what functions to use so dat i can start of with?? i wud b rlyyyy …

Member Avatar for digital-ether
0
50
Member Avatar for psarika
Member Avatar for rati

Hi All, I am trying to create the instance of a class without using new. [code] class StaticVar { public $i; function __construct() { $i=8; } public function StaticVar() {} public function display() { echo $i; echo $count; } } $instance = new StaticVar(); StaticVar $instance2; $instance->display(); $instance2.display(); [/code] It …

Member Avatar for digital-ether
0
76
Member Avatar for ashish100

hi, i am a php developer.we have our social- networking site. i want to implement mod_rewrite functionality in my site.for this i am working very hard.all the time a serious problem encounters when i try to use mod_rewrite. actually i don't want to show query string in the url. you …

Member Avatar for langsor
0
136
Member Avatar for neelu7779

Hi All, I have a problem. Scripts in [B].php[/B] pages don't run but the same code runs in the[B] .html [/B]files I have tested apache and php using the command prompt. Both are fine. I am running apache 2.0.x with PHP 5.x on Windows XP. When I write the code …

Member Avatar for praveen_dusari
0
85
Member Avatar for praveen_dusari

hi all, i have two dropdown boxes in which i have to insert dates in first boxes from 1-31 and in second box i have numbers from 1-15. when i click on date1 and select 3 in second box i should get 3 rows from date 1-3 and i have …

Member Avatar for langsor
0
88
Member Avatar for hno

hi what is session and how can use it ? please learn me how to use it? thanks

Member Avatar for Shanti C
0
59
Member Avatar for Mylena

Hello everyone, The ajax+php part worked well independently. When I created a switch (because I want different information from database to be displayed in different tabs), it does not go into the xmlHttp.onreadystatechange=function(). I tried all possible variations, and looked online for hours. Can anyone help please? Thank you [code] …

Member Avatar for R0bb0b
0
192
Member Avatar for Shreyasi

Plase any one help me?? I have two questions: 1. Is there anything called chank in php..If yes..then what is that? 2. What are the different state in PHP.

Member Avatar for Shreyasi
0
67
Member Avatar for anuj_sharma

hey guys i want to make a web application but i am confused on whether i should study ASP or PHP. i want to make open source project. PLEASE HELP

Member Avatar for samarudge
0
78
Member Avatar for krishnareddi

Hi, i need to create a windows web hosting management control panel in php, i need the design steps or the tutorials so that i can help myself with.

Member Avatar for samarudge
0
56
Member Avatar for derekcpt

Hey there. I really did not want to post this request, since I think it might be too complicated, well, even to explain. So, if some could crack this for me, PLEASE. I have searched the web for ages now, and tried several scripts and even tried to figure out …

Member Avatar for derekcpt
0
193
Member Avatar for osman85

i need to be able to aquire the info from my form and send it to my email but i think i have some thing wrong here, if anyone could help it would be appreciated. thanks. [code] <?php /* Subject and Email Variables */ $emailSubject = 'Crazy PHP Scripting!'; $webMaster …

Member Avatar for osman85
0
123
Member Avatar for nagas

hai frnds plz send the code for testimonials as similar to orkut or any url's for the code

Member Avatar for nagas
0
43
Member Avatar for sweet cLassy

i'm using WINDOWS, and currently i'm facing difficulties when i fail to load PHP module using apache_2.0.59-win32-x86-no_ssl. The problem is, in my httpd.conf file, i fail to LoadModule php5_module “c:Web/PHP5/php5apache2.dll”. I changed the module to c:Web/PHP5/php5apache2_2.dll but it doesnt seem to work at all. Help me, pls .. :(

Member Avatar for PoA
0
79
Member Avatar for derekcpt

Hi all you guru's. Who could crack this once for me. I want to add the totals of my records posted to a mysql database table. I can achieve this by using the += method, but I have to have it in a repeated region (dreamweaver). I know there is …

Member Avatar for derekcpt
0
237
Member Avatar for derekcpt

I'm having a for where I can create invoices. Now I'm having the form fields where I have to fill it out with the customer's data. Well I don't want to fill out existing customer's data everytime. So I am having a link which opens up a page with a …

Member Avatar for derekcpt
0
97
Member Avatar for knrakesh

Hello friends, can any one tell me how to make [B]Tabs[/B] ina website just like in this forum like home,forums tutorial etc and how to make [B]Logos[/B] for a website freely please tell thank u Rakesh Nagekar

Member Avatar for digital-ether
0
170

The End.