39,393 Topics

Member Avatar for
Member Avatar for zurainah

can somebody help me how to search data from database?coz i use dropdown to select jabatan,month and year..here the coding: [code=php]<?php session_start(); include 'db_connect.php'; $ID = $_SESSION['ID']; $PASS = $_SESSION['PASS']; if(($ID=="") && ($PASS=="")) { echo "<script language='JavaScript'> window.location ='login_user.php';</script>"; } ?> <?php $namajab = $_GET["nama"]; $bulan = $_GET["bulan"]; $tahun = …

Member Avatar for BzzBee
0
245
Member Avatar for rajeesh_rsn

Hi I am a php programmer. I found in some sites hide their page type . For eg: [url]www.some.com/[/url][B]lal?s[/B]ome=some&somemore=somemore. insted of [url]www.some.co[/url][B]m/lal.php?s[/B]ome=some&somemore=somemore. Please help me How can i do that Thanks Rajeesh

Member Avatar for samarudge
0
75
Member Avatar for usang2me

Hello Every1, i'm using "webhostingpad" for hosting my website.....n i dont have access to httpd.conf & they even dont allow wildcard redirect... but they are providing me unlimited subdomains... is there neway 2 make dynamic subdomain for every new user register 2 my website.....accept making it own 4m cpanel...... every …

Member Avatar for usang2me
0
105
Member Avatar for jackal joe

i'm developing a website for my final year project entitled [B]foreign workers booking system[/B]. Now i got several problems the problems are:- 1.How to come up with a dwi language website 2.How to make a private mail so that i can send a mail to an employer. 3.How to have …

Member Avatar for BzzBee
0
97
Member Avatar for rEhSi_123

Hello everybody, Not sure if the above title is correct for the issue I have but moderators please feel free to correct it.:) Anyways my issue is whenever a user logs onto my forum, my index page seems to display the ID of the user also......... Exactly like this: [quote] …

Member Avatar for nathenastle
0
120
Member Avatar for usang2me

Hello, I'm building my own website without any knowledge of PHP, & i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0, but the same code is not working on server...n i'm rilli ****'d of coz of that... The error is :"PHP Parse error: …

Member Avatar for rm_daniweb
-1
73
Member Avatar for theimben

I want to check if a key exists in a MySQL DB. I can do this ok but I would need to create a new key if it does exist. So this is the function that makes the key: [code=php] function keygen($a){ $b = str_shuffle('abcdefghijklmnopqrstuvwxyz1234567890'); return substr($b,0,$a); } [/code] So …

Member Avatar for rm_daniweb
0
157
Member Avatar for thebigpicture

I have a form with a hidden object: [CODE="HTML"]<input id="tracker" type="hidden" name="tracker" value="0" />[/CODE] The value is read with JavaScript and increased each time an element is added: [CODE="JavaScript"]var tracker = document.getElementById("tracker"); var tracked = parseFloat(tracker.value) + 1; tracker.value = tracked;[/CODE] This works fine while in HTML and JavaScript, but …

Member Avatar for thebigpicture
0
112
Member Avatar for swit

Hello people, i have the following code though it is not giving me the exact results i want. i would like the code to order by the name but the order by doesnt seem to be executed. here is the code; [code] $query2 = "select * from jos_categories where id …

Member Avatar for rm_daniweb
0
144
Member Avatar for veledrom

Hi, I want to send a XML file to my website where the XML is read and information passed to MySQL database. I know this is done but i don't know how to do it. Something related to header etc? Any idea? Thanks

Member Avatar for rm_daniweb
0
264
Member Avatar for f0rb35

Hi. I'm a newbie to PHP. I am looking for a PHP login script which uses MSSQL. I've come across a ton of tuts and guides for MySQL, but unfortunately, I do not have an option. [B]I have to use MSSQL.[/B] All the login script has to do is allow …

Member Avatar for darkagn
0
66
Member Avatar for silh

Hi guys, I just reviewed the design of a project I am working on at the moment and a software design related question raised... If I can save data from a form to a database through data access classes or whatevar, and I can display data from the database, WHY …

Member Avatar for ShawnCplus
0
83
Member Avatar for nathenastle

Can any one explain about how to find the date of next fefteen days based on present date,what problem is in my database i have deal_expire_date,based on that i used to display the deatils which the deal_expire_date is near to coming 15 days means deal_expire_date <=15... can some one help …

Member Avatar for samarudge
0
57
Member Avatar for totalnoob

Hello everyone! I have a table with titles that have a link to delete the record. Clicking on the link, redirects the user from (members.php) to a page (delete.php )where it says that the title is deleted and the user can click another link to return to the table. The …

Member Avatar for totalnoob
0
98
Member Avatar for queenc

hi, i want to validate checkboxes where each checkbox has a different name 1.atleast one checkbox should be select. 2.not more than 4 checkboxes should be selected. can any one tell me how to validate this.

Member Avatar for BzzBee
0
172
Member Avatar for cjwenigma

Hello, I'm working on a website and needed some help with my php. My website basically allows a user to register for an account then add a college course to their page through scheduler.php I have three sql scripts: accountInformation, course, and account_courses. I need account_courses to hold the two …

Member Avatar for rm_daniweb
0
206
Member Avatar for jyotiu

Hi all, I am getting result in an array from some webservice and i have created User Interface to see these results with each result have a check box with it. what i want to do is to insert only that record in DB that user will check in check …

Member Avatar for rm_daniweb
0
116
Member Avatar for trtcom1

Hi there, I am trying to implement a confirmation dialog box before deleting a record in a table that have. I created a MYSQL table called manager with columns: [B]Table manager[/B] [I]managerID firstName lastName Department[/I] I use a while loop to display the records of every manager in the database …

Member Avatar for rm_daniweb
0
1K
Member Avatar for vidhyaponnusamy

Hi, I want to retrieve a key value for the option selected in the drop down box,and i also want to you to tell me how to use that key value [code=php]<select name="role" style="width: 145px">'; $result=selecttbl("ugname","ugroup"); while($nt=mysql_fetch_array($result)) { print'<option>'.$nt[ugname].''; print'</option>'; } print'</select></td>[/code]

Member Avatar for rm_daniweb
0
168
Member Avatar for JamesX4334

Hi, I have been building a shopping cart for a website that I am building. What I am trying to do is created a purchase history so when an item is purchased it is stored in the customers purchase history (in the customers MySQL table). I have three tables Cart …

Member Avatar for rm_daniweb
0
103
Member Avatar for Acute

PLz, can anybody help me to display Excel table on browser.Looks like easy task, however, the table must be edited and saved using the browser. I've looked Google spreadsheets, but I dont know how to connect that application to my web site. My purpose is: client opens an excel table(which …

Member Avatar for rm_daniweb
0
331
Member Avatar for weblover

hi all...how are u? i have a question , i'm creatingn a php login system for a forum but i'm new in php and i'm not able to put session timing for the login ..i want when the user login to register the session and then after login in ..if …

Member Avatar for Designer_101
0
107
Member Avatar for kssi89

Hello everyone, I have been trying to create a .php page to catch information from a form and insert it into our local database. Normally I am able to catch the parse errors but this one points straight to the end of my code: [CODE]<?php require_once("includes/connection.php"); ?> <?php require_once("includes/functions.php"); ?> …

Member Avatar for Designer_101
0
108
Member Avatar for totalnoob

Hi everyone! I'm getting this error all the time: Parse error: parse error, expecting `','' or `';'' in... I know that the problem is the href line, but since this is the first time I'm writing this kind of thing I can't write it correctly. This is the code that …

Member Avatar for totalnoob
0
121
Member Avatar for veledrom

Hi, Javascript doesn't work if i do this way. How can i solve it? Is that because i echo it. Thanks [code] <?php echo "<html><head> <link type=\"text/css\" rel=\"stylesheet\" href=\"cssFile.css\" /> <script type=\"text/javascript\" src=\"javascriptFile.js\"></script> </head><body>"; ?> <form name="form" action="added.php" method="post" onsubmit="return validateForm();" style="float:left"> <input type="text" name="ID" size="20" tabindex="1" /> <input type="submit" …

Member Avatar for veledrom
0
144
Member Avatar for vanessia_1999

Hi everyone, I am like so proud of myself because I am building a php web page. I get stuck now and then, but eventually get it after two or three days:( I have one big problem that I have put on the back burner for a while and I …

Member Avatar for vanessia_1999
0
183
Member Avatar for totalnoob

Hi! I've made a members.php page that is supposed to show all the entries done by the user, in other words, the title, category and year of a movie. After login in the user clicks on a link (href="members.php") and is redirected to members.php. My problem is that the table …

Member Avatar for liranoz
0
98
Member Avatar for ayuscomeyh

we need to link this interface to database.. but i fail to connect this.. [code]<!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>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <p><img src="header2.jpg" alt="header" width="800" height="100" /></p> <blockquote> <p align="left"><strong>Friends</strong>List</p> <p> <textarea …

Member Avatar for Designer_101
0
154
Member Avatar for totalnoob

Hi everyone! Could anyone help me please? As u can see by my username, I'm a newbie in PHP. Now to the question: I have made a site that extracts data (in my case movies) that logs in a user and shows all data that the user has entered as …

Member Avatar for totalnoob
0
256
Member Avatar for ashkan3030

Dear friends , I wrote my own asp.net pages and I wand to upload them. Now I need a forum part. Is it possible to use open source forum in php?, or is there any good open source forum in asp.net available ?

Member Avatar for ashkan3030
0
169

The End.