52,566 Archived Topics

Remove Filter
Member Avatar for
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 …

Web Development php
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 …

Web Development php
Member Avatar for ishlux
0
154
Member Avatar for friendship.ani

hi i m getting the error "Operation is not allowed when the object is closed".Why am i getting the error??Plz help Code: [code] Set rs_Temp= Server.CreateObject("ADODB.Recordset") Set Cmd = Server.CreateObject("ADODB.Command") Cmd.ActiveConnection = lcn_Temp Cmd.CommandType = adCmdStoredProc Cmd.CommandText = "sp_temp" Cmd.Parameters.Append Cmd.CreateParameter("@strCurrDate", adVarChar, adParamInput,100, CurrEndDate) rs_Temp.CursorLocation = 3 rs_Temp.Open Cmd[/code]

Web Development asp
Member Avatar for vicky_rawat
0
89
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

Web Development email php
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 …

Web Development php
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 …

Web Development assembly php
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, …

Web Development image php python ubuntu
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 …

Web Development php
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" …

Web Development php
Member Avatar for Shanti C
0
105
Member Avatar for mcgarry101

Hi, I am new to web development, and have got myself stuck when trying to show totals in the footer of a gridview. I am building my grid from an oracle DB, and have the used the code below to generate my totals. By using debugs I can see that …

Member Avatar for greeny_1984
0
895
Member Avatar for Savion89

Hey guys, gonna need some help with this sudoku coding. simply doing for quite sometimes but it doesnt seems working in my html. im using the x & y random number. any comment on this ?

Web Development javascript
Member Avatar for Savion89
0
96
Member Avatar for praveen_dusari

hi all, i am new to asp.net, i had done shopping cart in php but iam asked to do shopping cart in asp.net its urgent please help me it would be great help if any one provide me code for shopping cart or provide me free shopping download centers in …

Web Development asp.net
Member Avatar for matale
0
110
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] …

Web Development php
Member Avatar for phouse512
0
112
Member Avatar for MortiS

Hello! I cant figure out, how can i accomplish the following: i need to show a close button over an image when mouse is hovering over it. Clicking this button will delete the image. The problem, ofcourse, is not the image deletion, but how to show a close button in …

Web Development image javascript
Member Avatar for Troy III
0
168
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.........

Web Development php
Member Avatar for nav33n
0
78
Member Avatar for guravharsha

Hi, my adduser.jsp page consist of form with field username,groupid like. I am forwarding this page to insertuser.jsp. my aim is that when I submit adduser.jsp page then the field filled in form should insert into the usertable.The insertuser.jsp is like: [code] String USERID=request.getParameter("id"); String NAME=request.getParameter("name"); String GROUPID=request.getParameter("group"); InitialContext context …

Web Development java-jsp
Member Avatar for senthil_sivanat
0
154
Member Avatar for jhughe28

Is it possible to have an XML sent to JSP without any user involvement? I know about set and get attributes, but does anyone know how to extract an XML message that's at the end of a URL? thanks

Web Development java-jsp xml
Member Avatar for senthil_sivanat
0
106
Member Avatar for affu304

i have one jsp with some hyper links. on click of this links i want to show some other jsps in the same jsp.

Web Development java-jsp
Member Avatar for senthil_sivanat
0
70
Member Avatar for aarya

Is there any webhost which offer less than 5$.if so will you pls direct me

Web Development java-jsp
Member Avatar for senthil_sivanat
0
144
Member Avatar for guravharsha

Hi, I am trying to retrieve data from table in two times. In first query I am displaying all data available in table. Now I want to count the no. Of rows available in the same table by using select count(*)from table-name type query. How can I retrieve records of …

Web Development java-jsp
Member Avatar for senthil_sivanat
0
537
Member Avatar for brr

iam getting problem while using resultset within resultset like... [code=java]while(rs.next()){ ....... ...... s=rs.getString(1); while(rs1.next()){ ------ ------- } //after completion of inner result set iam not getting values of outer resultset (null) like rs.getString(1);//nullpointer exception if i store in variable like in s above show then getting eventhough getting likethat but …

Web Development java-jsp
Member Avatar for senthil_sivanat
0
391
Member Avatar for kavit.bhatt
Member Avatar for senthil_sivanat
0
90
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 …

Web Development php 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 …

Web Development javascript php storage
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) …

Web Development php
Member Avatar for jsrpatna
0
101
Member Avatar for lydia21

can u please tell me how to download fckeditor with skin-office 2003 ie.[url]http://www.fckeditor.net/demo/skins?skin=office2003[/url]

Web Development javascript
Member Avatar for R0bb0b
0
116
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 …

Web Development php
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 …

Web Development php
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 …

Web Development php
Member Avatar for vicky_rawat
0
86
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 …

Web Development javascript storage
Member Avatar for Troy III
0
104
Member Avatar for lydia21

hi, please tell me how to download tinymce editor . i want to download the below tinymce editor [url]http://tinymce.moxiecode.com/example_full.php[/url]

Web Development javascript
Member Avatar for nav33n
0
297
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

Web Development php
Member Avatar for saikishore
0
184
Member Avatar for Swetadri

Hi All, I have a problem.For my project, I need to log-in to yahoo.com by giving just username and password in my jsp form and I have to retreve the url of rssfeeds which I have subscribed by My Yahoo. I am not finding how to do this. I tried …

Web Development apache java-jsp macos os-x regex
0
131
Member Avatar for jeetudaljit
Member Avatar for peter_budo
0
66
Member Avatar for neer111

Hi .....cud ny1 plz let me know the source code to send message from one computer to any of the computers within one workgroup or any other ......plz note that i do not want sending e mail concept ......... like we have net send command to send messages to any …

Web Development asp.net
Member Avatar for neer111
0
122
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 …

Web Development php
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

Web Development php
Member Avatar for Shanti C
0
57
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", …

Web Development php
Member Avatar for Venom Rush
0
407
Member Avatar for jeetudaljit

Pl. help to call a servlet page which is in another directory from a jsp page.

Web Development java-jsp
Member Avatar for peter_budo
0
2K
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?

Web Development coldfusion 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?

Web Development php
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 …

Web Development php
Member Avatar for R0bb0b
0
112
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) …

Web Development 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

Web Development php
Member Avatar for jay29982
0
76
Member Avatar for DrWhoFan

When I started to formally learn web programming, determining what browser was being used was a very complicated process as standards hadn't started being established. Most of the methods of doing this were based upon filtering the navigator.userAgent. (which is probably why even server-side languages gives you access to this …

Member Avatar for DrWhoFan
0
100
Member Avatar for jakesee

Hi, I have a table in a form like this [CODE] <form> <table> <tbody id='target'> <tr id="dolly"><td><input name="hobby[0]" /></td></tr> </tbody> </table> </form> [/CODE] I also have a button to add a new row, by cloning the 'dolly' tr and appending to 'target' [CODE] <input type="button" onclick="AddRow('dolly', 'target') /> [/CODE] May …

Web Development javascript
Member Avatar for jakesee
0
5K
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

Web Development php
Member Avatar for lifeworks
0
69
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 ........ …

Web Development php
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 …

Web Development php
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)) { ?> …

Web Development php
Member Avatar for praveen_dusari
0
109

The End.