39,393 Topics

Member Avatar for
Member Avatar for cristi08

I have tbl 1 id_column(1 2 3 ) tbl 2 id_column(1 1 1 2 2 3 3 3) I need result tbl2 join with tbl 1 values (3 3 3) Thank you in advance i'm strugling from two days for this.

Member Avatar for cristi08
0
140
Member Avatar for sammerth

I have two drop down lists in my form- catagory and the second one sub-catagory.When user selects a particular catagory corresponding sub-catagory should be displyed in the second drop down list for further user selection.I am using PHP-Mysql in dreamweaver.When i preview the first list is working properly but the …

Member Avatar for sammerth
0
469
Member Avatar for pathikhobo

hello people, i'm new here in Daniweb and very much interested in web development(Specially php,mysql,ajax based web applications). I know HTML and CSS, but don't have any past experience in any scripting/ programming language like javascript or c(though i know basics of C), java etc. Some of my friends suggested …

Member Avatar for richman_tck
0
262
Member Avatar for muralibobby2015

hello.. i have to do substraction of two php variables which is having datatype varchar. i am trying like this.[CODE] $a=5; $b=3; $c=$a-$b; [/CODE] but for float values [CODE] $a=3000.90; $b=2000; $c=$a-$b; [/CODE] out put is $1000.9. ok even i echo $a i am getting 3000.9 how to get two …

Member Avatar for muralibobby2015
0
87
Member Avatar for ApocDen

for this to work you need to add some text boxes and name them accordingly, make sure when you add a text box add [CODE]$_POST["new_text field"] = $new_text field;[/CODE] etc etc. html coding can be used within the html tags only.

Member Avatar for metalix
0
228
Member Avatar for ijazkhattak

Hi all, i am making one site for social networking with some gr8 features. now i want to add a chat room in it. but i think using a file system or table for chat isnt a good idea as both have lot of cons. i want a chat systme …

Member Avatar for ijazkhattak
0
205
Member Avatar for rcasinillo_s

Good day everyone! Anybody could give me script for uploading or inserting image into database and how to retrieve it and print it to browser Any help would be appreciated. Thank you in advance. roland

Member Avatar for metalix
0
4K
Member Avatar for backendcode

Hello friends, Well i have two table one is used for user information while registeration and another table is only used for users profile image. In member list page i want to show users name , location and profile image. I m able to show a name and location but …

Member Avatar for pritaeas
0
92
Member Avatar for backendcode

how to insert last id value from one table to another plzzz help me... thnx

Member Avatar for pritaeas
0
87
Member Avatar for maunica

hi all, i am working on the project which needs to display the description of a product after retrieving from the database...but the entire description does not gets displayed..also the description must be in a proper paragraph form...please help

Member Avatar for maunica
0
42
Member Avatar for venushin

[B]i want my background image stretch or in tiles.. can somebody pls help me?... how can i do this?[/B]

Member Avatar for kasakit
0
114
Member Avatar for wallance

Hi, I have a file that connects to a database, database.php. I also have a file for defined constants, config.php, and it is stored in the top level directory because I'm going to use those constants on the main site and when I edit them, I don't want to edit …

Member Avatar for digital-ether
0
119
Member Avatar for backendcode

menthods to connect a database mysql [CODE]<?php $host="localhost"; $user="root"; $pass=""; $db_name="oma"; $con=mysql_connect($host,$user,$pass) or die(mysql_error()); $db=mysql_select_db($db_name,$con); ?>[/CODE] What is the way you connect your database..? thnx

Member Avatar for ekseks
0
121
Member Avatar for khanrock

i am installing php-joomla with apache on my system. m continuously getting the problem with mysql connectivity. The prob is: "Unable to connect to the database:The MySQL adapter "mysql" is not available." I have installed all the things & have also included dll extension of mysql. Please suggest a solution..

Member Avatar for ekseks
0
70
Member Avatar for 1Meme

Please help with these errors in this code.... Errors are Notice: Undefined index: user in C:\wamp\www\REGDB\login.php on line 13 Notice: Undefined index: password in C:\wamp\www\REGDB\login.php on line 14 Warning: mysql_result() expects parameter 1 to be resource, boolean given in C:\wamp\www\REGDB\login.php on line 22 [code] <?php session_start(); ?> <html> <head /> …

Member Avatar for cwarn23
0
62
Member Avatar for mybluehair

I'm making a form for admins on my site to submit new videos. the form page has several text boxes (for info like name of video, description, ect.) and a few file upload boxes (for flv video format, mp4 format, ect.) But when it passes to the next page, when …

Member Avatar for mybluehair
0
1K
Member Avatar for Monster Killer

Hello. I have made a PHP script that gets news data from a database and i used pagination to split it into page. I have it fully working with page numbers but i would like to know how i would make it only display 10 page numbers at the bottom …

Member Avatar for Monster Killer
0
209
Member Avatar for fuggles

Say I want an action to be performed on my database every so often such as add a random number of "points" to a random entry in a table every time it iterates. I want this to happen even if nobody visits my site. If this is possible with PHP …

Member Avatar for rch1231
0
94
Member Avatar for LucasAnderson

In my opinion, the "big CMS" solutions like WordPress, Drupal and Joomla have become too bloated and confusing for the end user. My clients love Concrete5, which uses simple in-context editing and point/click/drag all wrapped up in a shiny interface. Using Concrete5, I've cut my training time in half and …

0
54
Member Avatar for bamwamba

Hi, I need help with reading a csv file from a folder. The file is sent to the folder via ftp after every 10minutes. The script I want should then read this file almost at the same interval. The file name is dynamic so there is a possibility that these …

Member Avatar for digital-ether
0
207
Member Avatar for Awah Mohamed

hello guys . I want to creat an email system that sends and recieve emails . So how can i creat that it and where can i get a full lessons that can help me .

Member Avatar for ApocDen
0
52
Member Avatar for nicnac23

Hi please help, I have a simple web form and when the submit button is pressed I would like the form to post to two locations. One location is local and the other is external. Hope you can help. Thanks

Member Avatar for JenniC
0
1K
Member Avatar for eng7asebat

i need help plz i need project idea for information technology under graduates students in mobile application field,biometric field, ... and other fields like this anybody can help me in this ?????

Member Avatar for ZZZubec
0
105
Member Avatar for مصعب علي

hi all, this is first time connect php with mssql 2005 code : [CODE]<?php $myServer = "srv\ins"; $myUser = ""; $myPass = ""; $myDB = "db1"; //connection to the database $dbhandle = mssql_connect($myServer, $myUser, $myPass) or die("Couldn't connect to SQL Server on $myServer"); //select a database to work with $selected …

Member Avatar for pritaeas
0
1K
Member Avatar for phploveisgood

Hi! Please do anyone knows how i can implement something like this in my ecommerce shop? Here is the link:[url]http://www.restorationhardware.com/rh/design-gallery/index.jsp?link=designgallery_home&cm_re=DG-_-Category-_-Home&navAction=jump&navCount=0&categoryId=cat1699014[/url] Best Regards to everyone

Member Avatar for pritaeas
0
147
Member Avatar for whiteyoh

Hi all, Ive just uploaded the zend framework to my server and need help setting the include path. I thought i had it set correctly, but its just not finding the classes. heres what ive done [code] <?php // global variables ini_set("include_path", "/library"); ?> <?php require_once ('Zend/Mail/Mail.php'); ?> <?php $mail …

Member Avatar for sourcebits
0
104
Member Avatar for Bandwidth Media

Hi All, I am building quite a complex CMS (mysql & php) and am wondering what the best approach to inserting data into multiple tables at once is. I have about 10 tables i need up update with user data, some of them linked by keys, others not. I have …

Member Avatar for whiteyoh
0
114
Member Avatar for zia zia

I need some help with my coding:(. I have a php file with a delete link. It flags the user record with "1" when delete is clicked. What I don't know is that "how to remove the user record from my php file". The user record is fetched from mysql …

Member Avatar for manzarr
0
4K
Member Avatar for LloydFarrell

Hello all, I have spent a good few days looking over daniweb trying to get the right answer, But I am yet to find what I am looking for. I have successfully upload my image to a folder store and named my uploaded image. The path and file name is …

Member Avatar for metalix
0
467
Member Avatar for MDanz

when posting a new message on my forum and it contains a url. How do i automatically add the bbcode url tags to a url in the message?

Member Avatar for metalix
0
85

The End.