39,402 Topics

Member Avatar for
Member Avatar for ishlux

Hi all, $a1 = $_POST["a"]; $servicec = addslashes(serialize($a1)); i used this code to store the check box values in db with comma seperated it has stored like this....a:5:{i:0;s:18:"vehicle Inspection";i:1;s:14:"batteryservice";i:2;s:10:"oil canhge";} but while retrieving its displaying in the same manner but i want dont want to display like this.....i want it …

Member Avatar for nav33n
0
79
Member Avatar for osman85

hi there, i am new to all this web design stuff and i got a question regarding redirecting the page once an email form is sent to me in my php i have a form set up to send me information that people type down and it emails it to …

Member Avatar for nav33n
0
101
Member Avatar for saikishore

Hi frnds.. This is Kishore.. i want to know something about Controlpanel WebHosting.. whats the procedure to create cp-hosting in php. plz provide some screen shots to get some idea... Thanking You.. Kishore

Member Avatar for Shanti C
0
86
Member Avatar for Suneetha Reddy
Member Avatar for Shanti C
0
79
Member Avatar for god_1896

hi all; I have a recursive function the read the file, but its doesn work properly so It a big problem for me as a newbie in php, i need help to someone, here is my function that read the file and returning the line of file as array of …

Member Avatar for nav33n
0
336
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
154
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
105
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
85
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
104
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
146
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
290
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
105
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
37
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
64
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
119
Member Avatar for kheikhei
0
53
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
52
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
56
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
112
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
78
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
98
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
101
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
86
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
184
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
77
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
44
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
57
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
62
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
407
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
131
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
54
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
96
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
112
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
69
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
273
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
80
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
110
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
99
Member Avatar for ika

hi. can anyone help me. i want to download file from local folder using the paths store in database. please..

Member Avatar for ika
0
83

The End.