52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for wayz1229

i want to sort qtitle by numbers. anyone can help me with tat.. i tried to modify the code below, but i couldn't find the solution. please help me.. [CODE]<?php $query1 = "SELECT * FROM table1"; $result1 = mysql_query($query1); $i=1; $num_row=mysql_num_rows(result1;) while ($row1 = mysql_fetch_array($result1)) { $qid = $row1['qid']; $qtitle …

Web Development display php
Member Avatar for wayz1229
0
103
Member Avatar for garcon1986

Hello everyone, I've searched a lot of time today for a solution, but not succeed! I want to insert value from the radio button and checkbox into mysql database. Here is my code: insert.php [CODE] <div id="form"> <form method="post" action="process.php"> <h1>BESOIN </h1> <br><br> <label>Sujet:</label><input type="text" name="sujet" />&nbsp;&nbsp; <label>Date: </label><input type="text" …

Web Development gui mysql php
Member Avatar for garcon1986
0
2K
Member Avatar for niche1

Please, what does "(!$var)" mean? I think it might mean "is $var null". Also, what's the PHP reference? Thanks.

Web Development php
Member Avatar for edwinhermann
0
115
Member Avatar for hajjo

Hello all I am using the request scope. I have parent window, which opens a child window on button click. Am using window.open That child window opened is request scope. Problem is, on that child window there is a button.. say I write "greg" in the textbox and click the …

Web Development java-jsp session
Member Avatar for peter_budo
0
88
Member Avatar for ashu2409

Hi, i have a window service in C#,in which i am fetching the html from diff URLs, now i need to click the button on html page for pagination. i tried with web browser, but window service is not firing the Browser_DocumentCompleted event, does C# Window Service supports Browser_DocumentCompleted event …

Web Development asp.net c# web-browser
Member Avatar for ashu2409
0
142
Member Avatar for sha09

i am new in this thread..i like to know all of yours.. i am really need help to use chekbox with retrieved data from database..i dont know how...like inbox in our mail..

Web Development php
Member Avatar for network18
0
1K
Member Avatar for khusani

I am developing a multi file uploader user control. after researching for it. the trick is to build a custom HttpHandler to perform the upload process from the context.request.files. here is the code for my handler: [COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] PSUpload[/COLOR] { [COLOR=#808080]///[/COLOR][COLOR=#008000] [/COLOR][COLOR=#808080]<summary> [/COLOR][COLOR=#808080]///[/COLOR][COLOR=#008000] Custom HttpHandler to perform uploading files from client …

Member Avatar for sanjaycedti
0
218
Member Avatar for sakhi kul

Hi to all, I am developing asp.net website using VB. In my website user registerd to access facilities but I want to give that authority for 1 month only. after 1 month user has to renew his account. I am inserting date when he registerd in our site. But the …

Web Development asp.net
Member Avatar for sanjaycedti
0
185
Member Avatar for anish.anick

Hi All, I got the following error on creating a new virtual directory for a working web service version. What could be the issue? Since the same Web service build works fine on another machine. Description: An unhandled exception occurred during the execution of the current web request. Please review …

Web Development asp.net assembly
0
112
Member Avatar for lcyew

Hi. I am developing a system by using php. Problem I'm facing is that when the resolution of computer is changed, the interfaces of my system is effected. The resolution used while developing the system is 1440X900 while I just being told that resolution used for computers in the company …

Web Development php
Member Avatar for Will Gresham
0
79
Member Avatar for phoenix_dwarf

Hi, I'm trying to move "leftover" data from one database table to another after the user clicked on a button. Please can anyone give me some advise. This is kinda really urgent plz. Everytime i run my app it gives no error but also doesn't move my data. :angry: I'm …

Web Development asp asp.net sql
Member Avatar for phoenix_dwarf
0
268
Member Avatar for itsrahulk

hi all, i am creating a session variable on the property_detail.php page where after updating all the values i redirected the use to the same page with the value in the session to be printed on the same page as "Property details saved successfully". but the problem is when i …

Web Development php session
Member Avatar for itsrahulk
0
106
Member Avatar for weeon

name database : db_shop table_user : uid_user, name_user table_shop : uid_user, date table_question :uid_user, date Help me.... if user wants to accessing to page question, script php will check formerly will what him buy or not yet in certain, has user answered what not yet in certain? if buy so …

Web Development php
Member Avatar for Atli
0
131
Member Avatar for cjay175

Hey, I was wondering how to obtain a hash value and pass it to php. URL: [CODE]http://www.mydomain.com/#id=110[/CODE] All I want to grab is just the "110". This is my javascript code: [CODE] <script> function getUrlVars() { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('#') + 1).split('&'); for(var i = …

Web Development javascript php
Member Avatar for Airshow
0
2K
Member Avatar for Ghodmode

I'd like to use JavaScript to add rows to a table. It seems like an easy idea, but it occurs to me that the parent node of the rows might technically be a TBODY element. So, I'm wondering if I use appendChild to add a table row to a table …

Web Development javascript
Member Avatar for codejoust
0
322
Member Avatar for sethm

Recently I found a way to upload an image path into a MySQL db while uploading the actual image to the server. This works fine, except sometimes I don't have an image to upload with the story. So - my question: If I don't have an image how do I …

Web Development image php
Member Avatar for Atli
0
244
Member Avatar for DemonGal711

Alright, I found this code online which basically solved my issues. [code]<?php header ('Content-type:image/gif'); include('GIFEncoder.class.php'); $text = "Hello World"; // Open the first source image and add the text. $image = imagecreatefrompng('source01.png'); $text_color = imagecolorallocate($image, 200, 200, 200); imagestring($image, 5, 5, 5, $text, $text_color); // Generate GIF from the $image …

Web Development open-source php
0
124
Member Avatar for ricksvoid

Im a recent grad working on my first paid project as an aspiring freelance .net developer. I have no idea what to charge for the project description below: Client needs a web app to manage sales leads. Sales reps, managers, and call center will all be able to insert a …

Web Development asp.net
Member Avatar for guru_sarkar
0
143
Member Avatar for skrithikaa

Hi, I am new to ruby programming. I would like to know how to create a document and add elements like texts and tables. I also need to modify those and then write them into a file. Is it possible to do it with Ruby? Thanks, K

Web Development ruby
Member Avatar for codejoust
0
84
Member Avatar for LindaLou

Hi, I have 4 menus with a submit button posting to a results page with 4 recordsets getting correct data from data base and displaying it with an if, elseif, else clause. It works - well almost! If a row exists that has all the criteria a user has selected …

Web Development php
Member Avatar for LindaLou
0
80
Member Avatar for samcaleb05

Hi Frnd's... I'm new to webservice concept.Can anyone tell me how can i access a webservice from one site to another site using asp.net with vb.Please aid me to do this process.Awating for ur reply Experts... the following link contains the schema [url]http://www.laserapp.com/dev/dtd/las9formfeed.xsd[/url] Tks in Adv... Caleb05....

Web Development asp asp.net
Member Avatar for mailme.vibin
0
147
Member Avatar for garcon1986

Hello Everyone. I want to make query with php combo box items. When the user click on the items of combo box, the following table will generate correspondent data. Now i can display data in one table, but i don't know how to use it with combo box. Does there …

Web Development php sql
Member Avatar for garcon1986
0
127
Member Avatar for LindaLou

Hi, I have created a statement using IF, ELSE IFs, ELSE, and it brings up PARSE ERROR UNEXPECTED T_ELSEIF in line... On checking for the solution to this error it often seems that a } has been included or missed, i´ve doubled checked my code and don´t think that this …

Web Development php
Member Avatar for LindaLou
0
119
Member Avatar for Stretcher75

I have a form the has some textbox controls. I have a script to request these control values to update a table in my database. The problem I am having is that I added the textbox controls to inside the TabContainer and now the request does not see any values. …

Web Development asp.net
Member Avatar for Ramesh S
0
138
Member Avatar for stuckinmud

Hi all ive had some syntax errors and have managed to correct 2 lines using advice on this forum but now it has came up with this error Parse error: syntax error, unexpected T_STRING in /home/nebbmhc1/public_html/send_form_email.php on line 18 ive corrected lines 15 and 16 and wonder how many more …

Web Development php
Member Avatar for stuckinmud
0
128
Member Avatar for mbuckhurst

I've got a website moved from a 32 bit win2003 platform, to 64bit 2008. When I browse to the website the asp.net precompiles, but the site is never opened, doesn't timeout, it simply sits there with the blue progress bar and Waiting for... At first I thought this was 32 …

Web Development asp asp.net
Member Avatar for mbuckhurst
0
175
Member Avatar for anup.maverick

Hi, I am making a website for Buying Online Books, I am using ASp.Net 2.0 & SQl. Because the Data needs to be updated Regularly, I want to use CMS. And I have No idea about the code part of CMS(means I don't know how to link CMS to my …

Web Development asp.net cms
Member Avatar for Ramesh S
0
86
Member Avatar for gpss

Hi! I need some help... i searched a lot.. but dind't found or worked any code.. so i need help please.. i just need a simple thing... i want to show on a combobox, a list of the things that i have (inserted before on my database-postgreSQL) on a collumn …

Web Development php postgresql
Member Avatar for phobia1
0
142
Member Avatar for network18

my api parsing script has dynamic url, like scriptname.php?limit=100 here this last 100 will change;varying from 0 to the number of lines from the file returned by first cron. And i want to this script to execute as a cron job, but how this parameter 'limit' i should handle. any …

Web Development api career php
Member Avatar for network18
0
1K
Member Avatar for lcyew

Hi. I need to capture and store the time in database whenever there is application or approval is submitted. (in 24 hours time format) I've tried time() to capture time and strftime("%H:%M", $timenow) to retrieve and dispaly the time. However, the hour for the time is incorrect. Some questions I …

Web Development php
Member Avatar for lcyew
0
87
Member Avatar for ITech

hi, I have created a website [URL="http://www.sayhellomaldives.tk"]http://www.sayhellomaldives.tk[/URL] which has compatiblity issues for firefox and IE8. the site works fine if you run in IE6 or compatibility mode in IE8 I have googled the internet to find a solution for the problem but i havent been able to find a solution …

Web Development asp asp.net visual-studio
Member Avatar for ITech
0
153
Member Avatar for kishou

sry i'm not really familiar with $_FILES. but i have a quick question. why isnt this uploading? here's my code: [CODE]<?php $file = rand(10,100) . $_FILES["file"]["name"]; if ((($_FILES["file"]["type"] == "application/octet-stream")) && ($_FILES["file"]["size"] < 400000)) { if ($_FILES["file"]["error"] > 0) { echo "Return Code: " . $_FILES["file"]["error"] . "<br />"; } …

Web Development file-stream php
Member Avatar for NavedAhmed
0
103
Member Avatar for gotschai

Hello everyone, i have a little problem with variable variables if the variable is an multidimensional array and the indexes are not fix so, they are dynamic. I need something like this: [code=php] $varName = "data"; $varIndex = "[1]['items'][4]['items'][]"; ${varName.$varIndex} = 'xyz' ; // this does not work as php …

Web Development php
Member Avatar for somedude3488
0
105
Member Avatar for MDGM

Hi all, I'm creating different pages on a website for each branch in the country for a business. The way the user gets to their branch is through a dreamweaver generated jump menu. My question is: Will search engine robots crawl the pages that are linked via the jump menu? …

Web Development javascript seo
Member Avatar for jaspaltech
0
252
Member Avatar for itsense

Hi everyone Don't know if someone can help me with my problem. I'm trying to get a total from a loop variable name($cost), I'm running a for loop, thats getting values from mysql, all that i need is for the $cost value to be added up. Code example: [code=PHP]$sql="select * …

Web Development mysql php
Member Avatar for hanna aizawa
0
106
Member Avatar for alxwm

I wont describe whats here, just figure it out yerself, enjoy =)

Web Development php
Member Avatar for anmurthy
0
98
Member Avatar for rukshilag

In need of creating an online fast food delivery system - please help... no idea how to begin! this is for a group assignment in university. we have to design a creative user and admin interface...

Web Development php user-interface
Member Avatar for jomanlk
0
226
Member Avatar for anatta

Hi guys, I'm trying to write code where an ajax function, at a specified interval, calls php script to query a table and open a certian window according to the response(variable) received. After that, the ajax function will continue to call the same php script but will open another window …

Web Development javascript php
Member Avatar for anatta
0
309
Member Avatar for 3000MAN

Getting to the poiint; I have a 'index.html' document that creates 3 iframes, each within a row of a 1 column, 3 row table. So I have a top (frame1), middle,(frame2) and bottom(frame3). Frame1 src="header.html" is a descriptive banner. Frame2 src="Start.html" is where the real application does all the work. …

Web Development html-css javascript
Member Avatar for 3000MAN
0
236
Member Avatar for AliHurworth

Hi all, I have a div I would like to show and hide. I've used a script before which works, but now reusing it I can't make it fly. As I can't see where I am going wrong, can anyone else help? This is the one that works: [CODE] <!--script …

Web Development javascript
Member Avatar for AliHurworth
0
152
Member Avatar for unwanted_virus

[code=php]<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>::SISTEM SEMAKAN KEPUTUSAN PEPERIKSAAN KOLEJ EASTERN::</title> <style type="text/css"> <!-- .style7 {color: #000000; font-weight: bold; } .style8 {color: #000000} body { background-image: url(eastern1.jpg); } .style10 {color: #FF0000} .style9 {color: #FF0000; font-weight: bold; font-style: italic; font-size: …

Member Avatar for Will Gresham
0
103
Member Avatar for SKANK!!!!!

i dont know why but sometimes i use the same exact thing ive used on other pages that it has worked for and it just doesnt work on the new page im working on. i have a table called users. with columns called username password and status why isnt this …

Web Development mysql php
Member Avatar for SKANK!!!!!
0
114
Member Avatar for tatt727

Hi, I am trying to create a loop that will create an array from the values posted into a form and then sort them. The user is first asked how many words they want to enter and then a loop creates a form with the appropriate number of text boxes …

Web Development html-css php
Member Avatar for tatt727
0
183
Member Avatar for AliHurworth

Hi all, I have a div I would like to show and hide. I've used a script before which works, but now reusing it I can't make it fly. As I can't see where I am going wrong, can anyone else help? This is the one that works: [code] <!--script …

Web Development php
Member Avatar for Will Gresham
0
140
Member Avatar for ankiwalia

hey guys, i'm new to java servlets..i have been making a website using java servlets on stock market and stuff...now what my query is that i want to retrieve data from database(ms-access) and display it on my html page.... i don't have much knowledge about html so i took a …

Web Development html-css java java-jsp
Member Avatar for javaAddict
0
122
Member Avatar for rattcod

hi i have a problem in running javascript code between jsp page.. lets below is my jsp body . [code=jsp]<body> <script language="javascript" > alert("hi"); </script> <h1>hello</hello> <% System.out.println("hello"); %> </body>[/code] in the above code there is no problem in running javascipt .. it gives hi alert easily but.. for below …

Web Development java-jsp javascript
Member Avatar for rattcod
0
170
Member Avatar for bufospro

I am trying to copy an image and save it in the directory Uploads. But something is wrong. [CODE] $image = $_POST['image_file']; if(!empty($image)) { $target_path = "Uploads/"; $target_path = copy($_FILES['image_file']['name'],$target_path); } <FORM action="" method="post"> <input id="image_file" type="file" name="image_file" title="Upload"> </form> [/CODE] I don't want to use another page in action. …

Web Development php
Member Avatar for omoabobade
0
87
Member Avatar for Cort3z

I am trying to make a cookie that should contain a number value. It all work fine, unless the form that sends the info to my receiver page sends and empty string. Then something strange happens. It does not seem to be empty, so my error checker does not detect …

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

Hello, can someone please help me with this string? Right now, it will validate keywords separated by commas, lowercase only, and any two digit numbers by themselves also separated by commas. How do I further modify it to permit /up to/ two keywords, trimming any extra spaces that might be …

Web Development php
Member Avatar for rokape
0
172
Member Avatar for becraig

I need to find a way to parse an html file with php. the idea here is to read the file eg: [url]http://www.somesite.com/page.html[/url] Then look for a string eg: "This text is present " Then perform an action based on the whether or not that item is present. The if …

Web Development html-css php
Member Avatar for JenniC
0
173

The End.