52,566 Archived Topics
Remove Filter ![]() | |
what is the script to customise a login. for example if "abc" logs in to the website, how do i get it to display "Welcome abc", if "pqr" logs in "Welcome pqr" and so on... please help! Web Development php | |
I have a datagrid bound to a sql proc. I have made the last column in the datagrid into text boxes so the items are editable. how do i return the values from these cells? Basically I want to be able to sum the entire column, as well as set … | |
how do i add an image path to a mysql table of mine which has "product image" as a field. i have saved the necessary images to images folder in root folder as well... please help! ![]() | |
i’m using javascript, below is the form. If you go to the(A * B / C * D); part of the form. For some reason it does not work…do not know if I have something wrong. But if I were to enter 30 as A, 100,000 as B, 6 as … Web Development javascript | |
Is there a way I can display an image, pdf or word doc that is stored in a my sql database? I tried to pull up a word doc with this: [CODE]$sql = " SELECT * FROM user WHERE username = '$_SESSION[MM_Username]' "; $result = mysql_query($sql); while($row=mysql_fetch_array($result)) { $inv=$row['invoice'];} ?> … | |
When I run my fie and open this one folder, I get this error message Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/ezbiz/public_html/ar/templates/a_settings.html on line 61 Any help will be greatly appreciated. Web Development php | |
Hello all.. Very new to php and am working on an online strategy game as a precursor to my business websites. I am having a problem coming up with something I thought would be simple. My intention was to have a list of units display on the screen using checkboxes … | |
Hi, I'm a newbie and trying to use javascript to hide or display different divs within a single IFRAME. I can't seem to get the syntax right... the Iframe, ID "frame", has 5 div's which I want to show depending on what link someone clicks. here's the js : [CODE]<script … Web Development html-css javascript | |
Hello, I am a training developer in .NET and web 2.0 technologies and this one is an exercise from one of our first lessons in PHP: accessing a MySQL database from a PHP script. The problem I've encountered is that while database is thought to be in Unicode (i.e. the … Web Development mysql php web-server | |
Hi everbody, can anybody give me the code for payment integration for hsbc,paypro. also i need code for xml aparing in php5 thanks shailesh | |
Hi, This is Ashok from India as I am a student but currently having a training for web development so I made a Job Consultancy Project and face the following problems.... 1. i designed a form on which user can input the information about the candidates and a search will … Web Development php | |
Hi, Is it possible to upload a file that contains some data and directly save the data in specific fields as in database using php?. this is important as the data retrieved according to their field name. Thank you. | |
[CODE]hi can any one tell me how validation can be done in PHP WITH OUT USINGjavascript[/CODE] Web Development php | |
Hi everyone, I am new to PHP, and I am trying to upload 10 files with differnt input names. From reading forums and such, I came up with the following code, but it doesn't seem to be working. Can anyone tell me where I went wrong? [code] if (isset($_POST[submit])) { … Web Development file-system php | |
i'm a newbie in php, and i know this question maybe silly :( i tried to create a php file that will redirect to yahoo.com. i have searched in google, and i found that the code should be [CODE] <?php header('Location:http://www.yahoo.com ?> [/CODE] but i found that it didn't work. … Web Development php | |
i'm a newbie in php and maybe my question is so silly. i tried to create a session in a file named login.php [CODE]<?php include "koneksi.inc.php"; $name=$_POST['name']; $password=$_POST['password']; $hasil=mysql_query("SELECT * FROM TabelPegawai WHERE nama='$name' AND password='$password'"); $row=mysql_fetch_array($hasil); if ($row[nama]==$name AND $row[password]==$password) { session_start(); $_SESSION['namauser']=$row[nama]; $_SESSION['passuser']=$row[password]; $_SESSION['level']=$row[jabatan]; if($_SESSION['level']=="Manager") {header("location: manager.php");} else … | |
Hello all, i want to creat a list of an object so i used ArrayList in C# after declaring a class book i declare the array list as follwing: [CODE]private ArrayList mobileStore = new ArrayList();[/CODE] then i have an object of class , say Mobile [CODE]Mobile m1;[/CODE] and finally i … | |
Hi there, I had created a system using vb.net and I wish to convert into html form or in asp.net, I want to set the system into website form. Can I do that? Please advice on this. Or I have to start from the beginning to develop the website? Thanks. … | |
Hello Frnd's... Im doing one video project in that i want to convert videos so for that conversion process time i want to show a simple progress bar.I have put an gif image in image control but its not working fine.So can anyone tell me to do simple progress bar … | |
please, I want a sql query that will return the no of fields in a database as an integer example i have table student columns are regno surname othername I want my result to be 3 what do i do?? Web Development asp.net | |
Hi, I'm actually trying to compute the total for my individual gridview items but I am reaching the dead end at the moment. I had an idea that probably I can specify another datasource for my total computation but was told that gridviews may only be bound to one datasource … Web Development asp.net | |
Hi, I'm sure this is very simple but am unable to find out how. How do I display an email address as a mailto link like in HTML? I have records displayed from a mysql db but would like to display a member email address that acts as a mailto … | |
Hello every one, i m trying to use session in jsp application for remembering username from one page to another. it is working fine but when i use hyperlink to come back to home page the username becomes null. please help me how to remember username when user is using … | |
Hello, I wish to get the code to pass the log in information (i.e server name,pass word etc) as parameter at the time of calling report Now its asking (user name ,password) before going to the report page each time .please help me. | |
Hi, Even I am trying the browser close event for cross browser and this should trigger only when X button is clicked or page is refreshed. Here's the code pasted above which I am using but it only works in IE. I know the issue is because of window.events and … Web Development html-css javascript | |
Hi What i want to do is using php code to write to delete the entire row in the db. each row has its own id, field and content. instead of deleting the row with the id, can i do by the field name? how would i do this? Web Development php | |
Hi All, the following code will allow you to type content, and saves it fine, but it just wont populate that paticular area with the current database entry. Please can somebody advise. Im sure i have missed something so simple. [code] <?php $result = mysql_query("select * from `indexinfo` where id … | |
Hi, I'm sorry in advance if this is the wrong section. I wanted to know is it possible to password protect some files in web page ? For example, If someone wants to download file, browsers requests password(one for all visitors), idea is that some files and/or sections of web … Web Development javascript | |
I would like to take a string (I have loaded it from the database) and extract it into chunks. The beginning string, lets call it "$string", has the following format: [CODE]<li>item1</li><li>item2</li><li>item3</li>[/CODE] (maybe more li's, maybe less, or even none) What I would like to do is extract to an array … Web Development php | |
Hey all, I need to use the PHP mail() function in order to send an email to a number of individuals. So lets say that I have 5 users that need to get a particular email. I was thinking that the correct way of going about using the mail() function, … Web Development php | |
i have a table with 14 columns and 4 rows. i know how to echo a result with a table from a query but how do i input results into a table thats already there? results go into cell 1, cell 2, cell 3 etc been having trouble on this. … Web Development php | |
I am trying to send an email using CDOSYS with classic ASP. But I am getting this error: [CODE]CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. /send.asp, line 8 line1 <% line2 Dim myMail line3 Set myMail=CreateObject("CDO.Message") line4 myMail.Subject="Sending email with CDO" line5 myMail.From="from@domain.com" line6 myMail.To="to@domain.com" line7 myMail.TextBody="This is … | |
i found that your supposed to use this: session.gc_maxlifetime but i dont know how. does anyone know how i can destroy a log in session so the user wont be logged in 30 minutes later. ? | |
hello, i'm a student trying create a website using javascript. i am not familiar with javascript and i must use it to change only the content on my page. i have been stuck on this for days and i just cannot get it right. using the 960 grid on the … Web Development javascript | |
Can anyone help me with why my insert statement won't work? I have tried countless tutorials online, but I cannot figure out what I am doing wrong. Can anyone point me int the right direction here? Here is my form: form: [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="form.aspx.cs" Inherits="_form" %> <%@ … Web Development asp.net web-server | |
Hi, I don't know if I have just been working too much or have gone brain dead (or both), but the solution to this eludes me. I am using PHORM ( a PHP form processor) which uses variable substitution to allow you to quickly create user interaction pages etc. What … Web Development php ![]() | |
Hi everyone, Firstly,sorry about my bad english.i hope telling my problem clearly:) anyway i want to tell about my project.it s about survey system..I am creatin g dynamic questions and question's choices(radiobuttons or checkboxes) from database when runtime..after users answer the question,press next button to pass the next questions For … Web Development javascript | |
Hey Guys, I am using JSP with AJAX. After a certain JSP script is processed the output is sent to the responseText. Now, I want to check what output responseText consists so that i can perform further processing. For eg, I want responseText to contain"yes" or "no" and depending on … Web Development javascript | |
Hi! After years I decided to sign up! Can you please tell me of a bot tutorial or getting a solution to my problem. What direction should I be going. I want to make a PHP script that searches a MySQL table's columns, rows and then returns all the spelling … ![]() | |
Hello everyone, and thank you in advance for any tips you may be able to provide. I am hoping there is a way to do paging with static html content with php? I have to redesign a very text-heavy site and would like to limit the page lengths of the … Web Development php | |
plz help me ,i have to update a table "temp" where a temp_id is dyanamically change by 1 everytime and there are another table "Master" which contains id(int) and user_id(varchar). User_id is like 'FMS00' and the temp_id is dynamicaly change using code ..... and store into 'id' also and the … Web Development asp.net | |
Hello everyone, first of all, I dont know if this should be in the java or the jsp forum. I put it here since is a web related question. I am making a report module for a web page using java. For this I will use a jquery plugin called … | |
Hi Guys, a while back i was working on a components list for a marquee firm, the project was put on hold for a while but now i'm taking it up again. A while back i asked how to add extra input fields with an onClick button, this was achieved … Web Development php | |
Hi, I am new in making a social networking site. I want to make such a social networking site which have this type of feature: 1.[B]Search EASILY for artists by name, type of art (about 10 variables), geography, etc - so the Database link and lookup function has to be … Web Development php | |
Hi I have a link, which triggers a script, but when the link is clicked, i want it to get a border around it... currently tried using [code=js] onclick="this.style.borderWidth = 1px" [/code] but no luck, lworks Web Development javascript | |
I looked around for a solution on the site but I couldn't find exactly what I was looking for so... On my website I have a Table with 2 columns, each column has a DIV in it. How can I make it so that each of the DIVs take up … Web Development javascript | |
Hi Everyone, Could any one please advise me if this language is still feasible to go for? Is there still a market for it? Mr RenaldoB <FAKE SIGNATURE> Web Development coldfusion | |
As usual, develop something in FF and as soon as you get near IE everything decides to pack up and go home. I'm getting an object expected error, forgive me if it's simple, I'm new to JavaScript. [B]HTML Code[/B] [code=html] <div id="tabsCon" class="tabsContainer"> <span id="tab1" class="activeTab" onclick="javascript:changeTab('tab1');">Tab 1</span> <span id="tab2" … Web Development javascript | |
Hi everybody I am building a website but having some trouble figuring out the right way to achieve my goal. Here is what I have currently: [CODE]<div id="Header"><div id="Banner">Business Name*<br><br><br><br><a href="#"><span class="style3"><strong>Home</strong></span></a><a href="#"><span class="style4"><strong>Portfolio</strong></span></a><a href="#"><span class="style5"><strong>About Us</strong></span></a></div></div>[/CODE] Each of the styles have margins set to position them over the Tab … Web Development javascript | |
The End.