52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for jen140

Hello all. I was looking for a way to make some grafical stats of recieved files on my honeypot. After thinking on the way to do so, i understood that the easiest way would be parsing the filename with regullar expression or using dir() command. But for parsing the data …

Web Development php
Member Avatar for jen140
0
103
Member Avatar for hemgoyal_1990

Hi All, I have a PHP Code That is Search Input Value from Database and Print it. but i want to Print Serial Number (1,2,3......) before my Every Query. For Ex: 1. Name F Name Add 2. Name F Name Add 3. Name F Name Add 4. Name F Name …

Web Development php
Member Avatar for hemgoyal_1990
0
73
Member Avatar for phpboy

Hello. I'm quite a newbie to cURL and php. I have been trying hard to login at youtube using cURL but haven't had any success. All i get in return when i run the following code is the youtube login page, with my username(which i used in the code) written …

Web Development php streaming-service
Member Avatar for digital-ether
0
885
Member Avatar for mrcb

Hey all - I did a bit of searching and read up on the "..not a valid MySQL result resource" error.. but I can't seem to fit any of the solutions to my code. Can I please get some help? Here is the error: Warning: mysql_num_rows(): supplied argument is not …

Web Development mysql php
Member Avatar for almostbob
0
147
Member Avatar for ayesha789

Hi, I am developing a database for Lease management system, I have a field expire date of Lease agreement in my database. Now if expiry date is 07-December-2009 I need alert about it 3 months ago means today. So how I can write SQL Query for this purpose. thanks in …

Web Development php
Member Avatar for ayesha789
0
2K
Member Avatar for ayesha789

Hi, I am developing a software. I need to show only those subscriber, their subscription will expire after 90 days and less then 90 days. and when it show these subscriber it saves information in another table automatically. For Example: if Subscriber have expiry date 15-decemeber-2009, it shows alerts that …

Web Development php
Member Avatar for ayesha789
0
361
Member Avatar for MArun25039

I'm new to the web development world. Is there a script , software, tool that I can post my Form Data to and it can then control and manage all the places that data needs to go to. For example: User fills out a Form on my website, I'd like …

Web Development first-post php
Member Avatar for almostbob
0
107
Member Avatar for nigelsponge

Hi a kind member (ardav) helped me with some php scripting to get a drop list to be populated using an exploded function in php. I need to also add a first option to the list that would say "Choose Color" as the client wants the light and dark colors …

Web Development php
Member Avatar for nigelsponge
0
116
Member Avatar for MDanz

just a simple web spider/crawler i'm trying to create to populate my search engine. [CODE]<form action="crawl.php" method="get"> <center> <span class="style1">Crawl Website</span> <input name="search" type="text" value='' size="25" /> <input type="submit" name="submit" value="Go!"> </center> </form>[/CODE] i type the name of a website,[b] i extract the <title>, <header> from the website.[/b] then i …

Web Development php
Member Avatar for cwarn23
0
162
Member Avatar for Arsench

Hello world, I have a DB in mysql, and want to create a code that will select all this DB data ( there are 10 records) and send it via email (created send email in php). Anyone have a such example please ?Could you help me =? Thanks in advance.

Web Development email php
Member Avatar for Arsench
0
82
Member Avatar for cmills83

Hi I have a few javascript calls that hide/show divs over a flash movie and even a css/jquery drop down nav that overlaps over the flash movie. IE6, IE7, IE8, FF2 pc, FF3 pc, and even FF mac are fine, however with Safari the cursor remains an arrow even when …

Member Avatar for Airshow
0
128
Member Avatar for jonturlington

I am receiving a System.IO.FileNotFoundException when attempting to access a path like "C:\Path\~somePath\Path\file.ext" it reports the error: [code]System.IO.FileNotFoundException: Could not find file 'C:\Path\~s'. File name: 'C:\Path\~s' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, …

Web Development asp.net
Member Avatar for serkan sendur
0
360
Member Avatar for j_limboo

New to javascript please help me create a link after we click on submit button What is happening is when we click on submit button, it directly does the action on query to google But instead need this to create a link I mean when we hit search the javascript …

Web Development javascript
Member Avatar for j_limboo
0
125
Member Avatar for dorkwad

please help me to convert php multi dimension array to JavaScript multi dimension array[code]Array ( [nonveg] => Array ( [0] => mutton [1] => Chicken ) [veg] => Array ( [2] => sambar [3] => rasam ) ) [/code]this is my array value i pass it to JavaScript function i …

Web Development javascript php
Member Avatar for wilch
0
377
Member Avatar for srilakshmitr7

I thought of implementing multiple pagination concept in a single page.I applied pagination concept but instead of changing only one set of records it gets reflected to another set of records.Can anyone solve this.

Web Development php
Member Avatar for wilch
0
139
Member Avatar for cwarn23

Hi and I have just noticed with my media wiki installation that all of my pictures in mediawiki are suddenly broken. The files are there but if I enter the path location in the url bar it takes infinit time to load (never loads - no error). Same for in …

Web Development image php seo
Member Avatar for cwarn23
0
216
Member Avatar for f_atencia

Hi all, I have an SQL Datasource: [code=asp.net]<asp:SqlDataSource ID="shownMovie" runat="server" ConnectionString="<%$ ConnectionStrings:MovieTix %>" SelectCommand="SELECT movie.title, movie.category FROM [movie],[session],[theatre],[cinema] WHERE cinema.cinemaLocation=theatre.cinemaLocation AND theatre.theatreNumber=session.theatreNumber AND session.movieID=movie.movieID AND ([movieID] = @movieID)"> <SelectParameters> <asp:ControlParameter ControlID="GridView1" Name="movieID" PropertyName="SelectedValue" Type="String" /> </SelectParameters> </asp:SqlDataSource>[/code] However, i get the following error message: Ambiguous column name 'movieID'. Basically I …

Web Development asp.net session sql
Member Avatar for jbisono
0
140
Member Avatar for darangho

Hi, all I am completely new to webprogramming and I am trying to make a table with expand and collapse feature. When clicking on each row from table, the row should expand and display other information below. I already got partially working, but this only works for the only the …

Web Development javascript
0
244
Member Avatar for aycmike

Im attempting instal xamplite but apache wont run for some reason. Ive tried reinstaling it and the regular xamp but the same error keeps occuring! Ive included the technical details below, any help would be much appreciated! I just want to get learning PHP .... Technical Information C:\DOCUME~1\MICHAE~1\LOCALS~1\Temp\WERcf37.dir00\httpd.exe.mdmp C:\DOCUME~1\MICHAE~1\LOCALS~1\Temp\WERcf37.dir00\appcompat.txt Error …

Web Development apache php
Member Avatar for aycmike
0
65
Member Avatar for BeckyAnne87

Hi, I am having a little access/control issue. I can add a user to the database using a signup page, go back to the login page, and then log in using the new user. but if i click on a link to go to anoher page that requires the user …

Web Development php session
Member Avatar for BeckyAnne87
0
135
Member Avatar for bops

Hey, I am trying to recursively retrieve the directory listing of a given directory that is, print out all files and folders (and sub folders) of a given directory. My function #1 does not work, however the function someone else has written #2 does. Why is this? My Function #1: …

Web Development php
Member Avatar for jean3167
0
142
Member Avatar for mjc225

Greetings, I have just developed a content-managed, database-driven application application that makes heavy use of postbacks and session variables. We own the domain that the site was designed to be hosted on, however, the customer does not want our URL showing. The solution our firm has used in the past …

Web Development asp.net client-server session
Member Avatar for Kusno
0
222
Member Avatar for funlovingashish

hiiii, i have to build a secure web application using jsp, for which i have to implement SSL. I have generated the certificate using java keytool but as soon as i edit my server.xml file to enable connector port for https (8443) and add the other attributes like keystore,storepass and …

Web Development cybersecurity java java-jsp
Member Avatar for funlovingashish
0
226
Member Avatar for marangajared

I want to create or export data from the database (SQL Server 2005) to a text file. the data I need is for THAT DAY ONLY. The text file is required by another system and therefore at the end of the day, I need a report on txt for the …

Web Development asp.net
Member Avatar for Kusno
0
141
Member Avatar for ryno365

I'm trying to learn some struts through this tutorial: [url]http://www.netbeans.org/kb/docs/web/quickstart-webapps-struts.html[/url] Now I've completed everything but I'm getting this weird error in the browser: [QUOTE]type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: An exception occurred processing JSP page …

Member Avatar for kvprajapati
0
176
Member Avatar for krisfr

Please share with me which direction to head on the following PHP work environment i.e. Which IDE browser addon etc. Base application development directory and subs Base files for a typical site any help in rapid app dev Thanks to all that share "THEIR" configuration....

Web Development ide php
Member Avatar for almostbob
0
146
Member Avatar for Traicey

Hi all I have a datagrid filled with data from Oracle database, I have a textbox and a button search and on the textbox a person/user can enter the Title of the book he/she wana search the the results should be displayed in the datagrid here is the code on …

Web Development asp.net oracle
Member Avatar for obicerno
0
193
Member Avatar for Major_Hafez

Hi , i wanna learn more about N-Tier Applications ASP.NET/C#.NET !! any Video Tutorials about how to Develop N-Tier App. ?? i need any simple Tutorial about this , please !! Thanks alot

Web Development asp.net
Member Avatar for serkan sendur
0
79
Member Avatar for Major_Hafez

Hi all, i had Web Page include [B][U]DataList [/U][/B]control , [B][U]TextBox [/U][/B]and [B][U]Button [/U][/B].. [B]DataList1 [/B]: Getting Data from SQLDB [B]TextBox [/B]: for Editing Selected Field in [B]DataList [/B] [B]Button [/B]: Submit Editing when i Click [B]Button [/B]it Editing Data Succefully in [I]SQLDB [/I], but in same Time [B]DataList [/B]Control[COLOR="Red"] …

Web Development asp.net
Member Avatar for Major_Hafez
0
535
Member Avatar for bluehill

Hi All I have a problem with a a page with 2 forms on it. The first form controls the input from a drop down list and the second has a series of text boxes. When I submit the form I cannot get any values from the second form. I'm …

Web Development first-post php
Member Avatar for bluehill
0
69
Member Avatar for aditi_19

Hello, I want to create reports in php, but i have no clue where to start from. Could you list me some good softwares to generate reports in php? It would be of great help ! Thanks !

Web Development php
Member Avatar for redburn
0
116
Member Avatar for j_limboo

Can anyone help in this please Just wanted to keep the table as drop down menu [CODE] </table> <p>&nbsp;</p> <table bgcolor="#CB344F" cellpadding="0" cellspacing="0" align="left"> <tr> <td align="left"> <p>Search Information</p><br/> <form action="pst.php" method="GET"> First Name:<br/> <input type="text" name="f" style="width:150px;"><br/> Last Name:<br/> <input type="text" name="l" style="width:150px;"><br/> Company <br/> <input type="text" name="co" style="width:150px;"><br/> …

Web Development php
Member Avatar for j_limboo
0
95
Member Avatar for dwdata

I've built a function which builds options for a SELECT FIELD. It draws options from a list table and then appends the SELECTED when the value that I am looping through in present in the $selected ARRAY. In my $FieldValue, multiple values are delineated by a "\r". I use and …

Web Development php
Member Avatar for Rkeast
0
74
Member Avatar for tarunkhatri

I have a javascript function for calculating sum of values in row and colom of a table. It is using get element by id table name. So is table specific. I am calling that function every time a value changes in the table by [CODE]<td><input type="text" value="0" size = "2" …

Web Development javascript
Member Avatar for Troy III
0
174
Member Avatar for wickedsunny

hello everyone. im using a cms and i have just changed the strucutre of my site's url making changes in the core files. here is an example what i have done. at first urls were: [url]http://www.linkzdirect.com/photo/gallery/picture-name[/url] now they are chagned to : [url]http://www.linkzdirect.cm/[/url][COLOR="Red"]art[/COLOR]/gallery/picture-name everything seems to be working fine. i …

Web Development apache http-protocol php
Member Avatar for wickedsunny
0
887
Member Avatar for venus_me11

we have a thesis named online bus reservation system.. the system composes of three bus companies where passengers can reserve, cancel and reschedule a specific trip.. is it advisable for the customer to have a log in ??? how can we add a new bus company?? the added bus company …

Web Development php
Member Avatar for hireaprogrammer
0
129
Member Avatar for smvec

im a newbie php developer... i've tried sending an email n receiving the confirmation back for activating the users... here is the email sending code : [CODE]if($res) { echo "record added"; $to = $mail; $sub = "Confirm Mail From LeLys"; $header = "from: admin<support@domain.org>"; $message = "confirm link \r\n"; $message.= …

Web Development email php
Member Avatar for wilch
0
197
Member Avatar for click here

[B]New great php templete engine (RainTPL)[/B] i found this and test it but i want any comments about it [URL="http://www.jooria.com/scripts/PHP-Templates-Engine-118/RainTPL-816/index.html"]the download[/URL] [URL="http://www.jooria.com/Tutorials/Website-Programming-16/Templag-Your-Site-with-RainTPL-141/index.html"]the documentation[/URL] thanks

Web Development php
Member Avatar for click here
0
147
Member Avatar for marangajared

I am doing a system for payments. I need to display and print the receipt for the amount paid by the client. In ASP.NET, I do not know how to go about it. However, I am saving the data to the database and I can confirm that it has been …

Web Development asp.net
Member Avatar for marangajared
0
77
Member Avatar for mwouters

Hello, I have a category structure upt to 5 levels deep. My table looks like this; [code=sql]CREATE TABLE `categorie` ( `ID` int(11) NOT NULL auto_increment, `category_name` text NOT NULL, `parentID` int(11) NOT NULL default '0', UNIQUE KEY `ID` (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Cats' AUTO_INCREMENT=91 ;[/code] And I would like …

Web Development php
Member Avatar for mwouters
0
1K
Member Avatar for Hangfire

Hi all, here' the code [CODE] $(document).ready(function(){ $("ul li ul").hide(); $("li:has(ul)").click(function(){ $this = $(this); if ($this.siblings().find('ul:visible').size()!=0) { $this.siblings().find('ul:visible').slideUp(1000, function(){ $this.find('ul:hidden').slideDown(500); }); } else { $this.find('ul:hidden').slideDown(500); } }); $("li:has(ul:hidden)").mousedown(function(){ $(this).css("background-color","#869094"); }).mouseup(function(){ $(this).css("background-color","#7793ae"); }); $("li > ul > li").mousedown(function(){ $(this).css("background-color","#a5ccef"); }).mouseup(function(){ $(this).css("background-color","#d9ebf1"); }); }); [/CODE] The problem is the li:has(ul:hidden) part - …

Web Development javascript javascript-jquery
Member Avatar for Hangfire
0
88
Member Avatar for anudjoe

i am new to asp.net ,i have two textboxes and in one user will enter value which will get added to the other automatically generated textbox value.But is user is not entering any value it is showing error.Any solution to solve this

Web Development asp asp.net
Member Avatar for Ramesh S
0
181
Member Avatar for venkx_008

Hello.....I am a student of 3rd year B.Sc. I wanted some project titles in asp.net that would be suitable for beginners.... it would be very kind of you to suggest me a few titles regarding the same.... i would request you for this help considering your expertise.....

Web Development asp asp.net
Member Avatar for Sabrina_Gage
0
108
Member Avatar for rajumon

Hi, I have a sidebar application, I am using an IM functionality inside this sidebar. When a user is logging in, the connection with chat server will generate on this sidebar.The sidebar itself acts as a parent window. When a user click on the IM icon inside the sidebar, a …

Web Development caching javascript
Member Avatar for EricThompson
0
129
Member Avatar for ryy705

hello, I am trying to experiment with page caching. I would like my page to be cached by the browser for 15 mins. Because the page content does not change much but it downloads thousands of the same records from the database every time the page loads. I am generating …

Web Development caching php web-browser
Member Avatar for digital-ether
0
98
Member Avatar for eclecl

Hello everyone, I'm learning JavaScript programming and I have a test to do. Will it be possible for someone to check what I've already written and let me know if I'm on the right track? In green are the questions asked and in red are my answers. I also put …

Web Development javascript
Member Avatar for JugglerDrummer
0
120
Member Avatar for carie

Hello, I'm working on a recursive loop subcategory system. The code below is ALMOST where I need it. The last thing I'd like to do is indent each subcategory based on levels deep, rather than just separate by commas. I can't seem to wrap my head around it. Any suggestions? …

Web Development php
Member Avatar for carie
0
171
Member Avatar for thacravedawg

I am currently developing a site that converts videos to a streaming format and plays these streaming videos. I am using ffmpeg as my conversion engine, and am encountering a couple issues. 1) I dont seem to be able to make the videos convert to .flv files. I have tried …

Web Development asp.net c# video
Member Avatar for thacravedawg
0
219
Member Avatar for decimo

I have the following code that pulls data off a mysql database and stores it in a 2D array ($rows). But after I print the contents with a foreach loop I just can't seem to be able to use that array again! Can't figure out how to reset it (printing …

Web Development php
Member Avatar for edwinhermann
0
494
Member Avatar for chandervijay

Hi.. i'm basically a novice in php and have been trying to work out on a multiplication tables using textboxes (to arrive at the square of each number using loops). Given below is the code. Herein i'm not sure as to how to define the variable component which needs to …

Web Development php
Member Avatar for chandervijay
0
255

The End.