39,393 Topics

Member Avatar for
Member Avatar for mansangeet

need help in php coding !!!!!!!!!!!!!!! not able to send values to database................. hav checked the code many times............ when i apply conditions in my code ...it simply stops sending values to database... plz help.........

Member Avatar for nav33n
0
77
Member Avatar for veledrom

Hi, [code] function openingBalance($accountNum) { $sql_OpenBal = " SELECT closing_balance FROM bank_balance WHERE bank_account.account_no = $accountNum "; [COLOR="Red"]$runSql = mysqli_query($mysqli, $sql_OpenBal);[/COLOR]... [/code] Red line generates an error. "Warning: mysqli_query() expects parameter 1 to be mysqli, null given". I call function [inlinecode]echo openingBalance (1500);[/inlinecode] How can i search $accountNum in SQL …

Member Avatar for veledrom
0
97
Member Avatar for airwinx

Hi All, I have 3 horizontal tabs menus with different form to let user key in some infor to the text fields. When user 1st time access this page, all fields are blank. But if user want to go to the second tab, user must key in some infor at …

Member Avatar for buddylee17
0
88
Member Avatar for e_velkova

Hi! I have a form, where you can choose between 5 titles of books. Under it you have a submit button. My question is: how to make so, that when the customer has chosen a book and clicks on the submit button, the title of the book to be inserted(recorded) …

Member Avatar for jsrpatna
0
100
Member Avatar for lifeworks

Hi The case scenario is this; a website allows people to book rooms on certain dates. I would like the website to email clients 7 days before their booking date to remind them that they have made this booking... how do i get my website to do this automatically? Thanks …

Member Avatar for Shanti C
0
101
Member Avatar for ishlux

Hi all, i have this program for limiting the list of records in a single page,,,,,,,but how to incorporate this in my program.......i am unable to understand it..........what is test.php.......can any one explain me pls........in my program i am just displaying n number of items......i got this program, from some …

Member Avatar for ishlux
0
95
Member Avatar for airwinx

Hi All, I am newbie to php and mysql, so need some help from you guys. I have a page under tabs menu where it will display alphabet from A-Z and it is clickable. When user click any of the alphabet, it will display customer name started from whatever alphabet …

Member Avatar for vicky_rawat
0
85
Member Avatar for saikishore

Hi . This is kishore i want to know how to create Alpha numeric Verification code in php..in same page... plz help me asap.. Thanks Kishore

Member Avatar for saikishore
0
183
Member Avatar for kheikhei

HI EVERYONE, im currently doing a stat for our wapsite. Im a newbie in PHP there is a current script i'll just improvise it. how can I output the data from our site using this codes,giving a day to day output until the present day. Thanks For any help.. access …

0
76
Member Avatar for almon

I used the [URL="http://www.daniweb.com/forums/thread83178.html"]http://www.daniweb.com/forums/thread83178.html[/URL] link to configure my pdflib but with no results:( I am geeting the following arror PDF Lib not supported can anybody help??

0
41
Member Avatar for ishlux

Hi all,, I have created an front end which will display the list of items.....if the list of items exceeds , it elongates the page, but i want to limit it for the first page, if more number of items then it should be possible to display in the next …

Member Avatar for Shanti C
0
102
Member Avatar for ishlux

Hi all, I have created the inbox......so now i am deleting the particular row......i want it to be removed from the inbox and moved to trash......can you guide me how to do. i know simple deleting operation.....help me

Member Avatar for Shanti C
0
56
Member Avatar for kheikhei

Hi everyone im currently working on our stat but I can't output my boss want it to be. Below is my code,im using an spanish created database thats why some of the var. are in spanish. Heres my problem: I wanted to output a table like this: DATA(fecha) HITS(numAcceos) TYPE …

0
61
Member Avatar for Venom Rush

Hi all I'm trying to find any urls inside a paragraph of text pulled from a db and wrap an a tag around it. At the moment I have the following which isn't working. [CODE=PHP]$content = $row[2]; $urlStart = strstr($content, "http://"); $url_http = substr($urlStart, 0, strpos(array($urlStart), array(" ", "/r/n", "/r", …

Member Avatar for Venom Rush
0
378
Member Avatar for asyieen

hi guys.....can anyone help me.....having some problem with my coding.....here's i attached together my file.......my problem is the error come out saying that undefined index ['action'] when i submit the point of contact form....help me guyz!!!he error come from saveproject.php....sequence of the file...... 1- Createproject.php - create form and when …

Member Avatar for johnsquibb
0
130
Member Avatar for odysseous

Hi everybody, I have read that we can use php codes on coldfusion. But i want to know that we can use coldfusion codes on php?

Member Avatar for odysseous
0
53
Member Avatar for ldaves

i got a string with [code] string(254) "5L2b5a6255yf6KiAOuimgeWWhOW+heWIq+S6uizopoHlloTlvoXlj5HnroDorq/nu5nkvaDnmoTo v5nkuKrkuros6KaB57uP5bi46K+35aW55ZCD6aWtLOW4uOivt+S7luWHuuWOu+eOqSzluLjkubDn pLzniannu5nlpbks5bCG5L2g6Lqr5LiK572q5oG255qE6YeR6ZKx5YWo6YOo57uZ5aW5LOS9m+el luS8muS/neS9keS9oCE=" [/code] how can i put it in 1 line and interpret it?

Member Avatar for ldaves
0
94
Member Avatar for blufab

I am trying to understand why i am getting the following error: PHP Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in C:\Registration.class.php on line 43 [code] var $team1; var $team2; var $team3; var $team4; var $team5; var $team6; var $team7; var $team8; var $team9; var $team10; var $team11; var …

Member Avatar for R0bb0b
0
111
Member Avatar for vaish.rajan

Hello, I have a page say 03.htm where I have a hyperlink to notes.php .In notes.php I have a dropdown menu which has a collection of all pages from 01-20 ,where I have to choose between 01-20.What I want is that since I clicked hyperlink from 03.htm the dropdown menu …

Member Avatar for R0bb0b
0
78
Member Avatar for Temax

Is anyone who kan show me how I can send more than 2 parameters to another page? I having trouble with this. I have a search in a page.( navigation.php). Here is a dropdown. I want to send the dropdow parameter with the search word to a page called (search.php) …

Member Avatar for buddylee17
0
145
Member Avatar for jay29982

I want to learn PHP. is there any tutorial whch i can refer to start learning. please help me

Member Avatar for jay29982
0
76
Member Avatar for lifeworks

Ive been asked to do some work for a client and he wants to use a touch screen. I'd like to know if anyone knows if there are limitations to functionality that a touch screen may impose...? Thanks lworks

Member Avatar for lifeworks
0
68
Member Avatar for mahaguru

HI, I am using phpcake. I have to check if a user is logged in with some user/pass no other one can use same user/pass till one is logged in. I have idea it cam be done through the database maintaining the table for logged in users. But I dont …

Member Avatar for martin5211
0
78
Member Avatar for psathish2

in the mysql table more then ten date column records there. i want select only last insert date record ,next i want selected date add 7 days in the date to store db again person want insert again select the last record then add 7 days selected last date ........ …

Member Avatar for Shanti C
0
271
Member Avatar for aas1212

Hey people, I am doing BE IT from Pune University. I have got a final year project in which i have to create a website in PHP. I dont have any knowledge about PHP, neither my group members. So we have to start from scratch to do this project. This …

Member Avatar for peter_budo
0
79
Member Avatar for ishlux

Hi all, Whats wrong here in the first part it showing value of rows but in the second part it is displaying zero number of rows, ........its displaying 0 for this statement... echo $sentid1; [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_contractor_sentitems" ); while($row = mysql_fetch_array($result)) { ?> …

Member Avatar for praveen_dusari
0
109
Member Avatar for Suneetha Reddy
Member Avatar for Shanti C

Hello all... please help me to solve this thread very urgently??? How to rotate an image by 360 degrees in javascript or any other technology??? What requirements need to complete this task??? see this link for reference: [url]http://www.i-spy360.com/en/ispyspin/[/url] Thanks...

Member Avatar for Shanti C
0
105
Member Avatar for gargg321

Hi, I am developing a PHP module where I need to pass a particular data through different pages without notifying the user about it. The site I am building have forms on every page except 1. So what I was doing before was sending that data through forms in a …

Member Avatar for Shanti C
0
109
Member Avatar for komrad

Hi all, Straight to the point, i've a problem with removing noise for jpeg picture in php. I need to extract an object from a jpeg using php, and I think the only way to do it is to group all pixel with the same colors. But those extra pixels …

0
98

The End.