52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ianmcd78

Hi, I currently have a 1 page site where i am trying to store a session variable and then call it into various other pages that are included when different links are chosen. I currently have the code passing the variable to the first included page but it does not …

Web Development app-store php session
Member Avatar for rajarajan2017
0
88
Member Avatar for satiss7pwr

hi all I have a asp application that have .dbf(foxpro) database i just want to fetch only non deleted records so how i do that, is ther any solution , if yes than let me know thanks

Web Development asp asp.net
Member Avatar for Lusiphur
0
175
Member Avatar for idane

One of my pages has a big table that displays info from a database but the data runs down the page so if i were to view data at the bottom i would have to scroll down then I wouldn't be able to see the titles of the data from …

Web Development php
Member Avatar for rajarajan2017
0
99
Member Avatar for start_game316

Here is the problem. I have an HTML page that includes some javascripts. These scripts modify the HTML contents. Some PHP scripts are already in the same file. I want to pass some variables from Javascript to PHP script. If I use get or post, all changes made by javascript …

Web Development html-css php
Member Avatar for rajarajan2017
0
94
Member Avatar for Muazam

I'm looking for advanced PHP books, any one know a good one? Thanks.

Web Development php
Member Avatar for rajarajan2017
0
70
Member Avatar for IT LIMITS

Please help I want to submit my contact form to my email. This is my project and I have to submit it today Here is the code that I used for ****HTML file**** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <html> <head> <title>Salus Management Consultants</title> <meta http-equiv="Content-Type" …

Web Development email flash html-css php
Member Avatar for rajarajan2017
0
145
Member Avatar for nezammca

hi Frd., i have done web page which will add values to the gridview once we select the add button it will open the popup after entering the pop-up it should display values in parent page once we return... But its not displaying just have look guys and solve the …

Web Development asp.net dataset web-server
Member Avatar for pritesh2010
0
139
Member Avatar for iamchamith

Hi friends, My question is... I was Created asp.net application using asp 2005 and code behind file as the C#.net with IIS 6 Then I host my web application on internet in IIS 6 server... There is the page,using this i can upload file[image files] to internet...[by using file uploader] …

Web Development asp asp.net file-system web-server
Member Avatar for Ramesh S
0
258
Member Avatar for ultimatebuster

How can I get the real image dimension with javascript? I tried [CODE] function getImageSizeReal(imgLink){ var img = new Image() img.src = imgLink; return [img.width, img.height]; } [/CODE] However this only seems to be working sometimes in Opera . No luck in firefox or chrome (dunno about IE) Anyways to …

Web Development image javascript
Member Avatar for Taywin
0
189
Member Avatar for phaedrusGhost

Hi all, In a secured php document I have a file uploader that was only for PDFs but they want xlsx, xls, ,docx, txt, rtf and ppt file extensions. To filter the files coming in I have this: [code] $allowedExtensions = array("txt","csv","htm","html","xml", "css","doc","xls","rtf","ppt","pdf","xlsx","docx"); foreach ($_FILES as $file) { if ($file['tmp_name'] …

Member Avatar for phaedrusGhost
0
134
Member Avatar for justinmyoung

Hi, I'm trying to add pagination to the Wordpress plugin, FV Community News. You can see it functioning (without pagination and in its early stages - released it yesterday) here - [URL="http://www.siiimple.com/news"]http://www.siiimple.com/news[/URL]. I looked back in the php that would likely involve alterations, and here is the section I believe …

Web Development php wordpress
Member Avatar for coolizard
0
140
Member Avatar for arsenal01

Hi, Hope every one will be fine, i am facing problem with JQuery Scrollable menu, i am trying to placing 2 scrollable panels on a single asp.net page. When there is one panel every thing works fine but when i copy and paste the code so my web page contains …

Member Avatar for newtonpage
0
126
Member Avatar for elneco

Hello Forums, I am using zRSS reader on my site: [url]http://www.zazar.net/developers/zrssfeed/[/url] Simple enough to use but was wondering how i can shorten the blog description for each entry? and even the title?? any ideas perhaps someone here can help me figure this out! Thanks, Jaime

Web Development javascript javascript-jquery
Member Avatar for fxm
0
110
Member Avatar for jrock2004

Ok I have a page that has a list of teachers on it that has their email address. What I want to do is when the teacher's email link is clicked a lightbox type form comes up. So would it best to code what my form is in a separate …

Web Development javascript javascript-jquery
Member Avatar for jrock2004
0
117
Member Avatar for Jesi523

I have a dropdown that is bound to a database. Depending on the value that is selected information shows in a gridview below. Also depending on the selected value if a user clicks on a link they get redirected to another page. That is all working except when the page …

Web Development asp.net
Member Avatar for Lusiphur
0
128
Member Avatar for debow

I have an issue where my button call to php does not work correctly but if I run the sql manually it works just fine. Can someone please suggest what may be wrong. My file buttons.php has the following code, there are 9 other form call's but I cleaned it …

Web Development php
Member Avatar for debow
0
168
Member Avatar for bhavik_thegame

Hello guys, I have implemented the jquery validation in one of my projects. I have a <div> which has all the billing details & another <div> below it which has the shipping details. There is a checkbox in between these <div>'s which says "Same as Billing Address". It is used …

Web Development javascript javascript-jquery
Member Avatar for kainil
0
220
Member Avatar for design.eng

I have one drop down menu, with cars, vans, motors. If you would select cars you see the next dropdown of van1,van2 and van3. If you select cars the next drop down will appear car1,car2, and car3. And if you would select motors you will see motor1,motor2 or motor3. the …

Web Development javascript
Member Avatar for scrappedcola
0
140
Member Avatar for pareshverma91

Hi all, I would like to know which of the above scripting languages is better one. It terms of the control they offer, variety of things you could do with them, easy of use and ongoing trends in the market etc from some expert in these. Thanks for the help.

Web Development html-css javascript
Member Avatar for kainil
0
182
Member Avatar for mcbothra99

I am trying to run one of the two files on my site using if file exist and readfile functions. When I give the file path in readfile() it runs properly. But when I use same file path into if file exist() it says "file does not exist". ================= It …

Web Development file-system php
Member Avatar for DarkBerzerk™
0
673
Member Avatar for rahul95

i like to start a new project in PHP that helps community. suggest me some new projects. i wish to get new ideas from Dani's.

Web Development php
Member Avatar for omol
0
66
Member Avatar for LRNPHP

Hi everyone. Could someone assist me with a problem I have. I want to display images in a folder.(image/). I have my MySQL table with my images location.(images/test.jpg) etc. I also have a legend_id where I specified id's (id_1, id_2, id_3) This is linked to cars. If I search according …

Web Development display mysql php
Member Avatar for LRNPHP
0
722
Member Avatar for sparkles_links

I have a stress that I will really appreciate fast response. I have a form as below and I need the action script in php. [CODE]<?php $msg = "Message from Platform Form\n"; $msg .= "Aspirant's Background:\t$_POST[aspirant_background]\n"; $msg .= "Aspirant's choice:\t$_POST[aspirant_choice]\n"; $msg .= "Aspirant's Offer:\t$_POST[aspirant_offer]\n"; $msg .= "Aspirant's email:\t$_POST[aspirant_email]\n"; [B][COLOR="Red"]$msg .= …

Web Development email php
Member Avatar for sparkles_links
0
113
Member Avatar for mlotfi

Hi, I have a page that when loaded it populate a div data from database : <div> data1 --------- [U] remove link[/U] data2 --------- [U] remove link[/U] data3 --------- [U] remove link[/U] </div> I want to have an acordion that has data with checkboxes : checkbox ------------ data4 checkbox ------------ …

Web Development javascript
Member Avatar for mlotfi
0
79
Member Avatar for k2k

[code] <form id="History" method="post" action="./php_lib/getHistoryProcess.php"> <button name="clearTableButton" type="submit" value="table2">Table 2 Orders</button> </form> [/code] the code above will process through the getHistoryProcess.php and return the result in the same page (the white blank page). I would really like the result pop up like ***** href=" " target="blank" style***** in other words, …

Web Development php
Member Avatar for k2k
0
127
Member Avatar for akil007

I have ajax:calenderExtender for selecting date. Now when I click on image button to popup the calendar that time popup position is top of the page but i give position at right side now from second click it gives right position

Web Development asp.net
Member Avatar for akil007
0
66
Member Avatar for cristi08

Why the checkbox is not working? it echoing "interest Array" [code] $_POST['interest'] ; foreach($_POST as $field => $Value) { echo "$field,$Value<br>"; }[/code]

Web Development php
Member Avatar for rajarajan2017
0
91
Member Avatar for tleisher

Hi, I have two websites. I have an RSS feed from one that I want to host on the other, just the headlines and links back to the second website... Right now I'm using SimpleXML and fopen/fclose to bring in the XML documents. But for some reason it's not working... …

Web Development php xml
Member Avatar for Vivekkrgupta
0
131
Member Avatar for muralibobby2015

hello.. i am trying to do select multiple options of dropdown box. when i am select each option then appear textbox for each option. how to do?

Web Development php
Member Avatar for muralibobby2015
0
129
Member Avatar for halona

I am trying to write a bookmarklet that extract a citation information from a web page in a new text file for the client by using javascript. but I could not find any solution where writing to a text file is allowed with firefox by using javascript. the application suppose …

Web Development javascript
Member Avatar for fxm
0
192
Member Avatar for Mirth

My code is trying to assign a truck per location. My problem is in the Truck column, only one truck value is assigned for all, but when I use echo to see if my if-else works, it does. In fact, the correct truck is assigned for each location. But in …

Web Development php
Member Avatar for Mirth
0
105
Member Avatar for Nemuksis

Hi, i looking to find what would be the best cms + modules to host a kind of freeware site like the following [URL="http://www.androidfreeware.org/"]http://www.androidfreeware.org/[/URL] where users can upload apps, search for apps, detailed list of apps, category etc etc. I know literally any cms can be used, i mostly want …

Web Development cms php
Member Avatar for Nemuksis
0
169
Member Avatar for fadliraihana

hi,im currently major in data communication and networking and need help in my final year project. i am interested in doing a webprogramming project.i'd like to make a great project but currently is running out of ideas. thanx ;)

Web Development php
Member Avatar for fadliraihana
0
64
Member Avatar for canterorist

hi! i don't have problem in checking all checkbox but if i uncheck the checkbox the id=cball(my main checkbox of all), the sub don't follow the main(id=cball); here's my code for jquery: [CODE] $(document).ready(function(){ $("#cball").click(function(){ $("tr [id=cbmessage]").attr("checked","checked"); },function() { $("tr [id=cbmessage]").attr("checked",""); }); });[/CODE] html code: [CODE] <input type="checkbox" name="cball" id="cball" …

Web Development javascript
Member Avatar for canterorist
0
151
Member Avatar for ravi0703

Hi Everybody, I want to know how to send SMS to mobile using PHP Script. Is there any sample script like to know better. Please can anybody help on this

Web Development php
Member Avatar for rbrt13
0
133
Member Avatar for lifeworks

Hi Just curious to see what everyone else thinks - its a small issue, but can be applied to a variety of situations. The website Im building allows people to rate news stories, I was just wondering if you would record each vote individually, or open a line in the …

Web Development php
Member Avatar for rajarajan2017
0
93
Member Avatar for BTW8892

Alrite, So i have a an entry page with a form on it, that simply enters the data into the specified database. I have a player stats entry page, and there are five lines for players. However, if not all 5 players play, I want it to check if that …

Web Development first-post php
Member Avatar for rajarajan2017
0
103
Member Avatar for JameB

For my website, I have set up a very basic and nooby email service. It will take the message and write it to a text file. However, I want to set up the email so that it will send the message as an email to [email]___@___.com[/email]. How do I do …

Web Development email php
Member Avatar for rajarajan2017
0
81
Member Avatar for pritesh2010

hello experties in my webpage i have one datagrid in datagrid i'm showing all the data.for eg date/name Title 7/14/2010 Pqrs abc gh ghfghfghh ghfghfghfg 7/15/2010 Pqrs xyz fgh fgh fgh fdg fgdfgf 7/16/2010 Pqrs lmn ytyrt yrtyrty but insted of header text like Date/Name Title i want to show …

Web Development asp.net
Member Avatar for pritesh2010
0
368
Member Avatar for Lusiphur

Good day folks... This may seem like an odd question and I apologize in advance for the limited information to work with in this case but I'll do what I can to give the needed info... My website [url]http://www.bariby-quance.com[/url] has a journal/blog component that I built within it that, on …

Member Avatar for Lusiphur
0
185
Member Avatar for subhankar02dey

I want to know using Java Sript, how can I get sub buttons when I mouseover a button, for example, in daniweb.com, when I mouseover Web Development button, then it expands and shows PHP, ASP.NET, Cold Fusion, ASP, JSP and so on....... How I can make this type of button …

Web Development asp.net java-jsp javascript
Member Avatar for fxm
0
102
Member Avatar for roezer

I am not a developer I am a user of the Internet and very active so active that I need to use a password manager now the problem with this is that I use the password manager to save me time and one of the biggest problems is that some …

Member Avatar for roezer
0
131
Member Avatar for snefmoo

iv been using a tutorial to creaete the script to show an enlarged version of an image float on the screen on mouse over. the script and everything else works but i was wondering if someone could help me to make the floating image more central as it floats down …

Web Development html-css javascript
Member Avatar for scrappedcola
0
99
Member Avatar for DarkBerzerk™

Hey there, i am making cPanel to the websites i cr8.. so wanna it easy to the user to edit the texts.. gonna tell u what i have done. the user have cPanel page...with text form, when he type the text and confirm some script automatic save this text into …

Web Development cpanel php
Member Avatar for DarkBerzerk™
0
124
Member Avatar for virspy

Hello Friends, Good Morning, I want in my website the visitor ip has to be shown or it log in seperate file. As iam successful in doing that, but my problem is iam not getting the exact IP Adress of the Host or visitor. Please help me in finding the …

Web Development php
Member Avatar for JameB
0
77
Member Avatar for Silvershaft

Hey! I got a little login script, like when user presses the button it sends the form and does the php code to check the account, what I want to do is if the password or username is wrong, that the user will be redirected to loginpage and I want …

Web Development javascript php
Member Avatar for Silvershaft
0
198
Member Avatar for mobo57

Again the dumb question. Sorry in advance and thanks for your responses in advance! Here is my code after the DB connection: [CODE]$result = mysql_query( "SELECT * FROM overall WHERE profilename IS NOT NULL AND username = '$reguser'" )or die(mysql_error()); while($row = mysql_fetch_array($result)){ echo $row['profilename'].$row['prodesc']."<br />"; }[/CODE] What I am …

Web Development php
Member Avatar for mobo57
0
85
Member Avatar for DarkBerzerk™

I was looking long time ago for perfect contact form that check if the input info is right and with security image....At least one week ago found it.....and because i just joined this website today so i wanna help the members as i can :) If u want c this …

Web Development audio dns image php session storage
Member Avatar for DarkBerzerk™
0
915
Member Avatar for roba1989

Hello. I am trying to create an update form that will update values in a MySQL database. The forms are generated for each different row in the database through a while loop (ie whilst there is another row, make a new form on the page). However, I cannot get it …

Web Development php
Member Avatar for xylude
0
170
Member Avatar for torkolort

Hi, I'm new to JSP and I'm trying to make a simple registration form. I've looked at examples and tried to do the same thing, but I have some problems. What I have so far is register.jsp : [code]<div id="register_container"> <form action="registrationProcessor.jsp" method="post"> First Name <input name="firstname" type="text" class="inputbox"/><br/> Last …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
359

The End.