52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for rejisha

I am doing an event calendar in php.In that calendar the events for a particular day will be displayed.If the event is a single day event it is possible to display the event curresponding to that date.But in the case of multiple day event(from 3rd july to 10th july) i …

Web Development php
Member Avatar for vicky_rawat
0
112
Member Avatar for Alexandre Lark

I've designed a PHP based chat using mysql tables for database storage, but the obvious problem is that PHP has no obvious way to control the browser like JS does. I'm wondering, are there functions hidden in the depths of PHP which can do generally what JS can do? The …

Web Development php storage web-browser
Member Avatar for somedude3488
0
300
Member Avatar for clhari

Hi, I want to know if it is possible for Internet Explorer to detect any action on the "Print Screen" key. The website needs its content to be secured as much as possible. The clipboard is being cleared for every fraction of a second, until this web-application is closed. There …

Web Development javascript
Member Avatar for Troy III
0
1K
Member Avatar for willfindavid

I have a function like this .. [CODE] function1() { if ( valuecboOrganization =="2" ) { alert(valuecboOrganization); fnGetDepartmentRequest(valuecboOrganization); return; } } function fnGetDepartmentRequest(organizationid) { debugger; Http.get({url: "../ajax/Process.aspx?organizationid=" + organizationid , asynchronous:false, callback: fnGetDepartmentRequest_callback}); } [COLOR="Red"]function fnGetDepartmentRequest_callback(Result)[/COLOR] { debugger; if (Result.readyState==4) { if (Result.status==200)// if "OK" { fnGetDepartmentRequestProcess(Result); } } } …

Web Development javascript xml
Member Avatar for willfindavid
0
125
Member Avatar for edek

Hi, I need to get event handler's argument in Firefox3 - but it does not have any global 'event' variable like IE nor it passes an argument to the handler. How do I get this argument then??? [CODE=JAVASCRIPT] function doSomething(e) { if(!e) var e = event; //for IE alert(e); //It …

Web Development javascript
Member Avatar for Troy III
0
106
Member Avatar for james1700

Hi, I am hoping some is going to be able to help me here because i am going crazy trying to figure this out. I am trying to code some php to interact with a web service that another company has provided. Below is the php code i have created. …

Web Development api php
Member Avatar for james1700
0
128
Member Avatar for goldstar929

I want to begin a new project for company the project about Document Management System over internet In ASP.NET and SQL server they want to uploade the file and download ,edite file delete the company has main office it connect to 9 company how can i know the table first

Web Development asp.net
Member Avatar for greeny_1984
0
74
Member Avatar for theobakker

I use FP2000 as a html-editor. My navigation bars show hover buttons, but no way the cursor changes to a hand over these buttons. I tried several changes to the code but lack of knowledge keep me from results. A typical button in code looks like: [code=html] <applet code="fphover.class" codebase="./" …

Web Development javascript
Member Avatar for Troy III
0
153
Member Avatar for MrMonirul

Dear all, I'm new learner PHP. I beg help to everybody. Please check out the following code. <?php $abc1="ABC1"; $abc2="ABC2"; $abc3="ABC3"; for($i=1; $i<=3; $i++) { $abc.=$i; echo "$".$abc; } ?> Here, printed [ $abc1 $abc2 $abc3 ] but i want to print [ ABC1 ABC2 ABC3 ]. please advice me …

Web Development php
Member Avatar for vicky_rawat
0
160
Member Avatar for nickyspace

HI i'm in very much need of it ,plz can one help me regarding my issue i have a page where i have insert the data . NOw if that data is already there in the database then it should display the record in textboxes. I had successfully done with …

Web Development asp
Member Avatar for vicky_rawat
0
118
Member Avatar for kuldeep04

Hi all, I used the Virtualmart modules in joomla for shopping cart.and when user purchase some Items from there then one email generate for user but no any mail for admin to know how many items are purchased and by whom it's purchased. so, plz help me how can i …

Web Development php
Member Avatar for kuldeep04
0
106
Member Avatar for hijessie

im trying to send the checkbox data to both the email and to the database but for some reason it doesnt send all the of the checked items to the email or database what am i doing wrong? here is the form: [code] <table width="95%" border="0" cellspacing="1" class="tablestyle" cellpadding="1" align="center"> …

Web Development email php
Member Avatar for nav33n
0
100
Member Avatar for fifufifu

This is the scrip, is working perfectly on IE but not on Firefox, can anybody help please, THX [code=JavaScript]<script type="text/javascript"> <!-- var sw_interval; var sw_x = 10; var sw_dx = 0; var sw_t = 10; var sw_cursor = 1; var sw_v; var sw_w; var sw_numItems; var sw_first; var sw_last; var …

Web Development javascript
Member Avatar for Troy III
0
180
Member Avatar for MDGM

Hey, Simple javascript problem: user enters desired domain name into "domain" field and submits, php scripts check if domain is available. If it is, a paypal add to basket button is written onto the page, however i cannot use php to get the content of the "domain" field and put …

Web Development javascript
Member Avatar for R0bb0b
0
100
Member Avatar for assgar

Hi I am new to javascript. I have two drop downs used to reload the page displaying selected information. How do I get the OnChange function to pass year and user form the drop down. I also need to pass data in the array $month. [code] <html> <head> <body> <script …

Web Development javascript
Member Avatar for assgar
0
313
Member Avatar for veledrom

Hi, Information is being listed from middle of the page, not the begining of the page. Why? Thanks [code] <html> <head></head> <body> <Table border="2px" > <tr> <td>ID</td><td>Name</td><td>Surname</td> </tr> <?php $mysqli = new mysqli("localhost","root","","dbf"); if (mysqli_connect_errno()) { printf ("Connection failed : %s\n", mysqli_connect_error()); exit(); } else { $sql = "SELECT id, …

Web Development php
Member Avatar for veledrom
0
93
Member Avatar for OmniX

[code] Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in config.php on line 60 [/code] I have checked a previous thread and they said it was due to the '' in the select statement. But I dont think this is the case here. All I did was …

Web Development mysql php
Member Avatar for nav33n
0
418
Member Avatar for Shanti C

hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Thanks in Advance...

Web Development image php
Member Avatar for tanha
0
527
Member Avatar for Fatale

I am planning on making a text-based game. The genre is mafia/space/urban crime. I am hoping to find someone who has some php knowledge to help me write this. I am getting a book on sql and php so that i can program the game myself but i do need …

Web Development php
Member Avatar for ithelp
0
255
Member Avatar for preethi_ga

Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings??

Web Development asp
Member Avatar for tomer1
0
147
Member Avatar for Orbit2007

If you read anything from my last question you know I am working on a dice roller and I am on to the next step. Stage one was just trying to figure out how to get a random, and I finally got the to work. I can now roll and …

Web Development php
Member Avatar for johnsquibb
0
145
Member Avatar for steveg1965

Hi Guys, As my ISP does support .asp but not CODOSYS, I was hoping someone might be able to help me convert this into simple .asp email script or something? [code]<% 'sets form variables dim sendtoemail, sendtoname, sentfromname, sentfromemail, messagesubject, messagebody, url, Email_SMTPAddress, Email_ServerComponent sendtoemail = request.form("sendtoemail") sendtoname = request.form("sendtoname") …

Web Development javascript
Member Avatar for steveg1965
0
148
Member Avatar for Rakesh Nagekar

Hello Friends, How to create Blogs in PHP can u please tell the websites and helping code for blogs Thanks in Advance Rakesh Nagekar

Web Development php
Member Avatar for adrenaline_elz
0
82
Member Avatar for adaykin

Hello, I have done this successfully in firefox, but I need to do this in IE now, I want to dynamically generate an id for my input elements for an element being created. So far I can't get the id to come out correctly, here is what I have: [CODE] …

Web Development javascript
Member Avatar for adaykin
0
157
Member Avatar for Orbit2007

I am trying to build a random number generator based on dice. Yes, I know there are ones out there but I am trying to do this whole programming thing for myself... I thought I had done it right but it keeps telling me "Warning: Division by zero" when I …

Web Development php
Member Avatar for Orbit2007
0
132
Member Avatar for ctuga

Hi!!! I like to have a exchange Url in my site so that a user can add url to my site using a simple text box and then showing the url in main page. How can i do this ? thank's for help.

Web Development javascript
Member Avatar for jakesee
0
75
Member Avatar for eXceed69

Which framework do you prefer or recomend? CI, cakePHP, Symphony or anything else

Web Development php
Member Avatar for kazaan
0
75
Member Avatar for Suneetha Reddy

I have stored date of birth of my users into my database.. I want to calculate their age according to the database dob field... Please help me.. Thanks..

Web Development php
Member Avatar for nav33n
0
165
Member Avatar for WhYuLoOkIn

I am using asp.net 3.5 and a sql server database. My host is godaddy. I was able to login before I deployed my website but now I am just getting the failure text of the login control. Can someone please help me?

Web Development asp.net
Member Avatar for senol01
0
155
Member Avatar for ditty

Can anybody help me to send attatchment with mail...Pls help me...Very urgent...

Web Development php
Member Avatar for tanha
0
140
Member Avatar for Rakesh Nagekar

hi friends , Can u please help me, I require change status code to my manage categories please help me Rakesh Nagekar

Web Development php
Member Avatar for Shanti C
0
115
Member Avatar for sbv

hi i wish to start a gaming site. but i have no ideas. how to start. what should be there. can ay one help me?

Web Development asp.net gaming
Member Avatar for sbv
0
99
Member Avatar for blackbird29

I have one application in two version: the online version and the offline version(USB). How can I update the online version after some change in the offline database?

Web Development mysql php
Member Avatar for R0bb0b
0
504
Member Avatar for bhappy

Hai All, I want to create crystal reports dynamically, I don't know the columns i will take it from database at runtime, im getting all data into one dataset and im convrting dataset into xml schama, then im using that xml schama in crystal reports,there i drag n drop all …

Web Development asp.net dataset xml
Member Avatar for boltonss
0
346
Member Avatar for vaish.rajan

Hello, I have 1 file notex.php with both form and php scripting . FORM IS THIS : ---------------------- [code language=html] <form action="notesx.php" method="post"> <fieldset> <legend> Capítulo 01: </legend> <textarea id='userInput' name="textspace" value="'.$textspace.'" cols="40" rows="3" ></textarea> <br> <input type="submit" name="save" value='save'/> <input type="submit" name="edit" value='edit'/> <input type="submit" name="show" value='show'/> <br> <p><b …

Web Development php
Member Avatar for vaish.rajan
0
8K
Member Avatar for steveg1965

Hi all, I'm emailing from the land of Oz ..... it appears that the developers of this site also have connections with the land of Oz. I'm writing because I have created a fool proof Excel timesheet calculator which I'd like my customers to subscribe to (through PayPal) before having …

Web Development php
Member Avatar for steveg1965
0
99
Member Avatar for neshinator

Hi all, Wondered if you can help with this problem. I have created a report in Crystal reports that is accessed by an application created in VS.net 2005. The report relies on the user inserting parameters to filter the report but when the report is accessed via the application the …

Web Development asp.net
Member Avatar for lukabrol
0
164
Member Avatar for rori

I have a flash website that is reading from php database with a control panel to change the content of the website by the owner. My problem is that when i enter some characters like (,) (&)(") the text gets truncated and won't see the rest of the text after …

Web Development flash php
Member Avatar for buddylee17
0
304
Member Avatar for marcux

Hi all! I have a script with a form with: action="loadPhoto.php" enctype = "multipart/form-data" method="POST" an input type=file and a submit button. So when you click submit the php-script checks that the choosen file is a image-file and that the size isn't to big and saves it to server. When …

Web Development javascript
Member Avatar for buddylee17
0
140
Member Avatar for Snipes

Hi! I'm developing this website and i don't want links like [CODE=php]index.php?id=features&sub=editor[/CODE] but i want this .com/features/editor How is that possible?

Web Development php
Member Avatar for ShawnCplus
0
50
Member Avatar for johnathanamber

Morning eveyrone, Alrightly then, I've already got an HTML form that uses PHP to send information to an MySQL database. I also already have a search form that allows me to search for current information that is already in the database. This is what I want to do, but I …

Web Development html-css mysql php
Member Avatar for johnathanamber
0
426
Member Avatar for priddysharp

Hi, I have written a php/javascript code to check a database for a variable, which is 15 seconds to display something, or 30 seconds. Then it sends the variable to javascript to run the countdown. It works in firefox, but when I try it in IE7, the countdown starts at …

Web Development javascript php
Member Avatar for shedokan
0
92
Member Avatar for ishlux

Hi this is code to display the list of values with an checboxes now i want to store the values selected into database. i want the php tag how to store the array of values which have been selected pls help me out.............. $result = mysql_query("SELECT * FROM service_type "); …

Web Development php
Member Avatar for nav33n
0
75
Member Avatar for ishlux

Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to …

Web Development php session
Member Avatar for Sanjay Sahu
0
83
Member Avatar for Suneetha Reddy
Member Avatar for Thirusha
0
94
Member Avatar for sTyleSHA

Dear Viewers, Let me say you a scenario where we do regular updates for our clients site or our site. After updation we clear the browser cookies or refresh the page atleast to view the updated changes, knowing already that the content has been updated. But how will the clients …

Web Development javascript
Member Avatar for sTyleSHA
0
262
Member Avatar for newMeg

Hi im developing an asp.net report using vb language. I created the report previously using datagrid,which works well when i click the export button. It downloads the datagrid to excel format. But now i need to add anew header to the report,so i changed to using table which seems as …

Web Development asp asp.net
Member Avatar for giri.hanchate
0
892
Member Avatar for pranav_jog

I put a tabIndex=0 on my textbox and tabIndex=1 for a button. The focus is on my textbox. After the first Tab, it also jumps to the URL address and get to my button only on the second tab. I believed the problem comes from the fact that each control …

Web Development asp.net
Member Avatar for pranav_jog
0
120
Member Avatar for ishlux

Hi all... i have 3 pages ..... in the first page i have started the session......i want the values from the first page, second page and finally it has to be stored in the last page...... i want the tag for session start and how should i store the values …

Web Development php session
Member Avatar for Shanti C
0
271
Member Avatar for AnilChowdary

while running the program in fire fox this error is occuring " [U] [B]* This problem can sometimes be caused by disabling or refusing to accept cookies.[/B][/U]" wat is the reason.

Web Development php
Member Avatar for Shanti C
0
129

The End.