39,316 Topics

Member Avatar for
Member Avatar for ishlux

Hi here is my code......i want page navigation for this code......i have the page navigation code but i dont know how to incorporate it please help me........ [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail" ); while($row = mysql_fetch_array($result)) { ?> <tr> <td width="5%"></td> <td><? echo $row['From_user'];?> <td><a …

Member Avatar for ishlux
0
151
Member Avatar for saikishore

Hi frnds.. This is Kishore,i need the code of posting the values of selected checkbox to the mail. So,plz send the code asap. here i am attaching the two files plz verify it and send the correct code without bugs. File Names: 1.request.php 2.requestsubmit.php Thanking You... Kishore

Member Avatar for saikishore
0
102
Member Avatar for mahaguru

Is there any way to initialize a class public variable at the time of object creation. But the case is that I have a child class and I dont want to over ride the parent constrctor. So is there any way out or any function that will be called at …

Member Avatar for digital-ether
0
83
Member Avatar for forwardlookguy

I'm trying to decode a variable the user inputs into two different things, depending on the input. Here it is in context: User inputs 591P1001; 59 is the year, 1 is the series, P is the assembly plant and 1001 is the CUN. Now on the same page, if the …

Member Avatar for digital-ether
0
102
Member Avatar for ihateusernames

Hello there everyone. For a summer project I'm doing, I have to use a phone to pass an image I've taken (on the phone) to a dedicated server I've made on a local ubuntu machine. For the upload code, I decided on python (seeing on how its easy to learn, …

Member Avatar for digital-ether
0
138
Member Avatar for nil_gh_80

Hello all, I'm stuck in a serious problem, I need a code of Email validator in php. It will check whether there is a real email address or not, i.e it should not be "abcd@xyz.com" that means it will check the domain(yahoo.com, gmail.com, aol.com etc..) as well as the user …

Member Avatar for nil_gh_80
0
234
Member Avatar for ishlux

Hi all, i have written delete operation.......but its not deleting...........here is the code.......can u explain me whats wrong [code=php] <? session_start(); include('database.php'); $mailid1 = $_GET['mail_id']; session_register("mailid1"); $query1="SELECT * FROM autoalto_mail where mail_id='".$mailid1."'"; $result = mysql_query( $query1 ); while($row = mysql_fetch_array($result)) { echo $row['subject']; } mysql_close(); ?> </b></td> <td align="right" colspan="3" …

Member Avatar for Shanti C
0
102
Member Avatar for ChintuChowdary

hi to all, can u please send me the code for rating of photos(hot or not); it's urgent plz;

Member Avatar for Shanti C
0
34
Member Avatar for abuamr

Hello [B]i would ask how can i write code for updating data which is in MySQL database, i mean i [COLOR="Green"]want to retrive a table[/COLOR] from the data on the web-page then [COLOR="Red"]update it [/COLOR]and [COLOR="red"][COLOR="Green"]save what it is changed [/COLOR][/COLOR]in the data.[/B]

Member Avatar for Shanti C
0
62
Member Avatar for god_1896

hi all, well sory for my bad question, its my bad. by the way thanks for your replied but it seems still have a problem. my only main goal is creat a function read a file. and I have this function to read the file. but I got an error …

Member Avatar for nav33n
0
116
Member Avatar for kheikhei
0
51
Member Avatar for kheikhei

im doing a stat here is the code,how can I make it day by day output?the only output of this code is for only on the day I selected the date on the select tool bar ...thanks

0
50
Member Avatar for madjax

Hi Not sure if I am in the right place to ask this question,but here goes If a customer goes on my site to buy something via my paypal button and it comes up.....You do not have permissions to make this API call.... where is my problem,what have I not …

Member Avatar for R0bb0b
0
54
Member Avatar for phouse512

I can't seem to get the fopen thing to work, or otherwise, I'm just stupid if it is but I don't know it. Here is the code: [code=php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <HEAD> <title>Open the file</title> </HEAD> <body> <?php $fp = fopen("http://www.mydomain.org/order.txt", "a+"); fclose($fp); ?> </body> </html>[/code] …

Member Avatar for phouse512
0
108
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
74
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
96
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
85
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
98
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
99
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
92
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
83
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
179
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
75
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
40
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
100
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
55
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
60
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
360
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
129
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
51

The End.