52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for emhmk1

Hi All, Basially a client wants to visit his site click on the admin link and upload some images and some text so his page refreshes with the new stuff showing at the top and the older stuff below it. I was thinking at first of using include but not …

Web Development php
Member Avatar for emhmk1
0
84
Member Avatar for kireol

[url]http://www.proloanmods.com/testimonials.php[/url] The testimonials.jpg graphic on this page appears fine in Firefox. But in IE it gets chopped off. I'm not sure why only on this page as I use the same template for every page more or less. Does anyone have any ideas why? Also, I've tried resaving and reuploading …

Web Development image javascript
0
100
Member Avatar for AnttiK

Hello, How do I post a new value with a form to PHP? I have a table of data and when I click one of the <td>-cells it switches to a text input area where I can type the new value and then update that row. Everything works just fine …

Web Development javascript php
Member Avatar for AOlevel1
0
147
Member Avatar for Will Gresham

I have got a slight problem with the code below, I am getting entries into the Database with null values, which as far as I can see should not be possible I have both Client-side JS to validate the fields are not empty and PHP to do the same, Just …

Web Development php
Member Avatar for Will Gresham
0
107
Member Avatar for Clawsy

Hello, I have a little problem that kept me busy for quite a while so I search for help here, maybe someone sees 'the bug'. I use JW FLV player to play *.flv movies from my website. I use a XML playlist for that. It's just the movies don't start …

Web Development flash javascript xml
Member Avatar for Clawsy
0
314
Member Avatar for yasmena

Is It Possible to pass a variable through an included file include("../admin/addcustomer.php?page=partner"); i tried it but it says : Failed to open stream: No such file or directory plz i need help and if it's not possible how can i pass this variable

Web Development file-stream php
Member Avatar for yasmena
0
191
Member Avatar for kevin wood

i am trying to set session variable using a form but i ahve never done this before and i am unsure of how this is done. i have had a look at a few examples on line but still i am not clear on how this works. here is what …

Web Development php session
Member Avatar for kevin wood
0
80
Member Avatar for MDGM

hii all, I have a 5 star rating system which writes a cookie as the following when the user rates a product: [CODE] $pid = $_GET['pid']; //product ID (primary key) $ratepostpone = 300; //5 minutes until it expires and the user can rate again $cookieroot = '.mysite.com'; //my website's directory …

Web Development php
Member Avatar for MDGM
0
95
Member Avatar for dharekta

Hi, our application is in asp.net 2.0,and i have added spell check to the fckeditor that we are using with it...however the spellcheck is working fine on the development machine...its not working when the application runs on the server....i am using javascript for spell check....it gives error "object doesnot support …

Web Development asp.net client-server
Member Avatar for serkan sendur
0
162
Member Avatar for PanGraphX

Does anyone know where I can find great examples of PHP snippets? I’m a beginner to PHP, just know the basics. I learn by examples. Looking for good code, no flaws.

Web Development php
Member Avatar for PanGraphX
0
62
Member Avatar for Jesi523

Hello, I am used to VB.Net, and I recently starting using ASP.Net 2.0 with VB.Net. What I do not understand is how to keep my variables. Everytime the page goes back to the server I lose information. It gets lost. I've looked everywhere and read a lot of information and …

Web Development asp asp.net session vb.net
Member Avatar for dickersonka
0
106
Member Avatar for gandil

I have a db query, which show datas from mysql database. I want to do : ıf number of rows from query is bigger than x do something if small do another thing. Namely; [code=php] $qry = mysql_query("SELECT * FROM data_table WHERE page='$page'",$dbh); $total = mysql_num_rows($qry); if($total>7) { something... } …

Web Development php
Member Avatar for jt1
0
144
Member Avatar for soultrav

Hello! The error above appears on line 9 and i can't seem to figure it out! [code=php] <?php srand(time()); for ($i=0; $i < 5; $i++) { $rand1 = (rand()%13 + 1); $rand2 = (rand()%4 + 1); $slot[$i] = $rand1*10 + $rand2; for($j=0;$j<$i;$j++) while(slot[$i] == slot[$j]) { $rand1 = (rand()%13 + …

Web Development php
Member Avatar for jt1
0
136
Member Avatar for Venom Rush

Hi all Just want to know if it's possible to check if a checkbox is checked on page load. Venom Rush

Web Development php
Member Avatar for danishbacker
0
70
Member Avatar for Zurompeta

Hi everyone, I made a chunk of code where I wanted to perform a "for" loop within a concatenated string. This is what I came up with: [CODE]$message = "The Top 5 Employees of the month are:" . for ($ctr = 0; $ctr < 5; $ctr++) { $num = $ctr …

Web Development php
Member Avatar for R0bb0b
0
116
Member Avatar for Shanti C

Hello.. I want to counts clicks for a flash script.. For image it is easy to do..but for flash i don't know how??? Can anybody know about this...please help me... Shanti

Web Development flash php
Member Avatar for FlashCreations
0
136
Member Avatar for justinmyoung

strangely enough I got this to work once but I can't understand how. I've looked it over for hours. need help. here's the situation. all I want to do is have my form, a basic form, insert information into my database. It works for all my fields, except two. I …

Web Development php
Member Avatar for justinmyoung
0
116
Member Avatar for ashish100

I am using mod_rewrite in my website.It's a social networking website.There are various groups in my website.Some groups are lie "<spirit","<Iam the ONE>" etc. Previously every page used to get displayed by it's id,so there was not any problem But now since I am using mod_rewrite so the page's name …

Web Development php
Member Avatar for viksan
0
104
Member Avatar for queenc

hi i have a application in which i want to get the zipcode or search based on the zipcode.when the users give the radius and a particular zipcode..i want to get the zip code based onthe radius .please tell me how to do that.. thanks

Web Development php
Member Avatar for queenc
0
722
Member Avatar for kevin wood

i am trying to submit three forms with the one button using javascript. here is my code [CODE]<script type="text/JavaScript"> function submitForms(){ document.dropdown.submit(); document.radio.submit(); document.form.submit(); } function textLimit(field, maxlen) { if (field.value.length > maxlen + 1) alert('your input has been truncated!'); if (field.value.length > maxlen) field.value = field.value.substring(0, maxlen); } </script> …

Web Development javascript
Member Avatar for kevin wood
0
115
Member Avatar for tanha

Hi. I want to know the best method of making auto installer for our application, like a page appears and asking for the mysql server information such as username and password and also database and so on, and also default account for the application? something similar to moodle and etc …

Web Development cms php
Member Avatar for tanha
0
213
Member Avatar for OmniX

I have two select tags. When I select the first value in the first tag the corresponding values in the second tag should appear. How would I do this? I am using php to select which values appear on loading. Thankyou, Regards X

Web Development javascript
Member Avatar for Shanti C
0
100
Member Avatar for enim213

hi, im enim and its my first time to post here in javascript because im into php. my question is: 1.) Is it possible to have two checkbox in a row (with different value), the one is hidden and if i check the the visible checkbox, the other one will …

Web Development javascript
Member Avatar for enim213
0
134
Member Avatar for geordiejon

I am trying to get to grips with Object Oriented PHP. Last week we were given a exercise to do, which creates a webpage, using a class and a client which will call the class. I am totaly not getting the hang of this, and i am getting so frustraited …

Web Development html-css php
Member Avatar for vl4kn0
0
150
Member Avatar for nishant52

I want to develop online event for my college's tech fest similar to [URL="http://www.deathball.net/notpron/"]"NOTPRON"[/URL] game. To be more specific the game should be like [URL="http://www.shaastra.org/2008/Events/Kryptyk/contest/login"]http://www.shaastra.org/2008/Events/Kryptyk/contest/login[/URL] or [URL="http://www.thesilenceguild.com/Dom/game/"]http://www.thesilenceguild.com/Dom/game/[/URL] I know php and DHTML. I have prepared question for the levels. But i need to know how to implement it. Please help …

Web Development php
Member Avatar for somedude3488
0
230
Member Avatar for Tom Tolleson

Hello! I'm new to Ajax (coming from PHP world), and I've been able to find plenty of examples of Ajax being used to display data from XML on a web page, but I haven't found many examples of Ajax being used to update/edit the content or structure of an XML …

Web Development data-structure javascript xml
Member Avatar for ~s.o.s~
0
91
Member Avatar for MDGM

Hi all, Iv made a simple 5 star voting system and need a way to make sure the user can't vote on the same product again in the next hour. I'm not a mathmatician and get really confused with the time calculations and have tried quite a few methods now …

Web Development php
Member Avatar for MDGM
0
142
Member Avatar for brose

I am new to PHP and need help with a website I'm creating. Using a MySQL database I have created a table storing all of my images, descriptions, links etc. I need the product images to display on the PHP page (which I've already figured out) and be links to …

Web Development php
Member Avatar for sDJh
0
90
Member Avatar for quecoder

hello , I've visited the new paltalk web interface [url]http://express.paltalk.com/[/url] that i liked so much , and wondering what programming languages one can use to make a similar service .. that integrates voice and video chat ... maybe Flash & actionscript ? and does the hosting have to have certain …

Member Avatar for sDJh
0
139
Member Avatar for jvcoach23

I would like to place a radiobuttonlist inside of a gridview cell. The gridview is using a iList as it's datasource. In that gridview, in the second column i have a itemtemplate that holds a radiobuttonlist. I need to change the radiobuttonlist to not hold static listitem values and text …

Web Development asp.net
Member Avatar for jvcoach23
0
188
Member Avatar for gnane786

Hi all my name is rama kishore I am sending emails in asp.net by using one of my client domain abaoth2.com. Now i want to store the emails what i was sent....please tell me how to do that one please help me....

Web Development asp.net
Member Avatar for n4naeem
0
119
Member Avatar for dudegio

hello everyone! Anyone has an idea of reading the content of the text file from the remote computer using ASP.Net VB. I know how to read textfile if it resides in the server but i keep searching on the net on how I can read the data from the textfile …

Web Development asp.net
Member Avatar for n4naeem
0
408
Member Avatar for planemaniac

Hi, I have a really quick question. I have Sub Page_Load(...), and in that sub, I set a couple of variables. In a form, further down the page, in the <body> tag, I have a button, set so when I click it, it operates another Sub, Btn_Click(...). How can I …

Web Development asp.net
Member Avatar for n4naeem
0
152
Member Avatar for mubin_attar

Hi, While trying to connect MSSql Server 2000 databse through ASP .Net application using c# I got below errror. Please help. Sql Server does not exist or access denied. Mubin

Web Development asp.net mssql
Member Avatar for n4naeem
0
144
Member Avatar for sanbal

HI, I am new to Asp.net . i have a login page, with user role like guest, member, admin.I want to control the page access based on their role. How can we do this in asp.net and c#. Thanks.

Web Development asp asp.net
Member Avatar for sanbal
0
120
Member Avatar for ashish banerjee

For a website hosted at the dedicated site, i set the start page as existing at the following level. root/subdir/startpage.aspx. And in the iis in the virtual directory for the website i have set the default page as startpage.aspx. but on typing the name in the U.r.l the page is …

Web Development asp.net
Member Avatar for n4naeem
0
123
Member Avatar for virspy

hi, Iam viru can any one help me in creating the addproducts page

Web Development php
Member Avatar for Shanti C
0
108
Member Avatar for zamzianwar

hai friendz !!!! Any one have online examination codez in php ??? plz help me !if u hav send it 2 me........plz its urgent......................

Web Development php
Member Avatar for R0bb0b
0
98
Member Avatar for joseph1980

please dear developers, i have text file, i need to trasfer its data into mysql database then read then into forms using php. any one with the solution or idea i will appreciate it.

Web Development php
Member Avatar for BrettH
0
38
Member Avatar for brooksm

function get_employees_by_hierarchy( $_employee_id = 0, $_dept = 0, $_org_array = array() ) { if ( $this->org_depth < $_depth ) { $this->org_depth = $_depth; } $_depth++; $_query = "SELECT * FROM employees WHERE "; if ( !$_employee_id ) { $_query .= "employee_manager_id is NULL OR employee_manager_id = 0"; } else { …

Web Development php
Member Avatar for BrettH
0
70
Member Avatar for BrettH

Hi, So, I'm working on some PHP scripts, and I never noticed this happening before, but on all of my PHP scripts, any POST variables automatically become regular variables. For example: If I have a post variable $_POST['firstName'] passed through a web form, and then I look at the variable …

Web Development first-post php
Member Avatar for BrettH
0
86
Member Avatar for MDGM

Hi all, Iv looked at quite a lot of forums and cannot get the code to work properly for searching multiple search terms. I have tried exploding the search string and then doing a search similar to this: WHERE fullname LIKE '%$1%' OR fullname LIKE '%$2%' but it has not …

Web Development php
Member Avatar for MDGM
0
178
Member Avatar for AON07

Okay i'm getting the basics of php but I have no idea where to even start to code this idea... I have a database "DB_Name" and a table "images" This table has the following columns (id, category, image name, image path, caption) Keep in mind all my images are stored …

Web Development display php
Member Avatar for AON07
0
1K
Member Avatar for bharatshivram

hi i am using visual studio 2008 express edition. i have created a database in sql ( add new item > sql database). the db has 2 fields uname and upwd. have also created a web page in asp.net that has 2 text boxes (textbox1,textbox2) and a command button (cmdbutton1). …

Web Development asp.net visual-studio
Member Avatar for bharatshivram
0
115
Member Avatar for wsee

Hi, I have a aspx page which has no problem to show multiple records from a db table as selected items in list box control ASP.net 2.0. After user change their selection in list box, how can I effectively and correctly post the user selections back to db table? Is …

Web Development asp.net
Member Avatar for reach_yousuf
0
140
Member Avatar for Robins Antony

hi guys, how to find the next primarykey value from a table b4 inserting?

Web Development asp.net
Member Avatar for Robins Antony
0
87
Member Avatar for FlashCreations

Hello, I have a question about PHP. I realized that you can use the POST variable to get data from a form submitted with the type post, but does the order of the fields matter. Example: index.html: [code=HTML]<HTML> <HEAD> <TITLE>Form</TITLE> </HEAD> <BODY> <FORM name='test' action='submit.php' method='post'> Name: <INPUT type='text' name='name' …

Web Development first-post php
Member Avatar for mangel.murti
0
266
Member Avatar for darkagn

Hi all, I wanted to ask if it is a good idea to install PHP on a windows XP machine running IIS? A lot of the documentation I have read talks about Windows 2000 Server with IIS, but not XP. At work I run PHP on a Linux-like platform (FreeBSD …

Web Development php windows-server windows-xp
Member Avatar for darkagn
0
204
Member Avatar for mushbucket

I know this has been asked plenty, and I have tried many things but I can't get anything to work and codes that do seem to work look ridiculously large for the purpose I need them for. What I basically need is something that gets all the rows from a …

Web Development html-css php
Member Avatar for Will Gresham
0
138
Member Avatar for dcparham

folks, trying to pass variable from test1.html to test1.asp. simplest code possible, even works on our ISP host, but not my web server. please help?? code for test1.html, which calls test1.asp: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>A.html which calls B.asp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> …

Web Development asp first-post vbscript web-server
Member Avatar for dcparham
0
256

The End.