38,019 Topics

Member Avatar for
Member Avatar for saikishore

Hi Frnds.. plz check below code & tell me how to create DB table,inserting values for checkboxes.... its urgent plz.. [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=utf-8" /> <title>shopping</title> </head> <body class="bg"> <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td>&nbsp;</td> </tr> …

Member Avatar for Daulat007
0
939
Member Avatar for sha1023012

Hello everything, I am not uderstanding what i did wrong. Everything looks good but before they submit the information it should ask to re-enter the password. Can someone help me out to understand this. Here is my code [CODE]<?php function showForm($strMessage){ echo "<h1>".$strMessage."</h1>"; echo " <p>Note: fields marked with '*' …

Member Avatar for diafol
0
110
Member Avatar for programmer12

Hi, I am having some trouble with my login PHP script. My Code is below ( Please let me know if you see any errors with it ) Thanks! [CODE] <?php session_start(); require("db.php"); if(isset($_SESSION['SESS_LOGGEDIN']) == TRUE) { header("Location: " . $config_basedir); } if(isset($_POST['submit'])) { //Check to see if they are …

Member Avatar for diafol
0
172
Member Avatar for ben.matthews18

Hi, So i've tried asking this question many times and haven't been able tp come up with an answer so i'm trying again in a much more understandable way, well i'll try.. [B]Scenario -[/B] [LIST] [*]Ok if you think of facebook, there are many different users. [*]These users are able …

Member Avatar for almostbob
0
215
Member Avatar for pepunto

Hi. I'm having a problem with that code. Im getting this error: [I]Warning: mssql_execute() [function.mssql-execute]: message: Error de conversi�n al convertir una cadena de caracteres a datetime. (severity 16) (Translate: error converting string to datetime) Warning: mssql_execute() [function.mssql-execute]: stored procedure execution failed[/I] But I dont use datetime in this script! …

Member Avatar for pepunto
0
220
Member Avatar for paarade

I don't program in PHP so looking at similar code and hacking it has not worked well. Perhaps someone here can help me get started. I'm a genealogist and would like a simple script to determine when someone was born based on their age on a particular date. For example, …

Member Avatar for diafol
0
132
Member Avatar for jayreis

I have a bit of a strange situation. What I want to be able to do is if a html form is submitted have a php include() or something that would callup a seperate external website url and look for an instance of the phrase Invalid user credentials on the …

Member Avatar for twiss
0
156
Member Avatar for didi00

Hi everyone. So I'm trying to make a thumbnails for the products from my shopping cart. A script wa suggested to me which is this: [url]http://shiftingpixel.com/2008/03/03/smart-image-resizer/[/url] Which looks simple and nice. The problem is this: When I merge the script and my code together I get this (the file is …

Member Avatar for didi00
0
500
Member Avatar for Graycode

Hi! I'm not sure if there's something i'm missing... I want to implement the Wordpress Gallery Plugin into my site. I want it to be present just after the navigation (which would be stuck to the top if the browser window almost as if it were in header). I'm sure …

Member Avatar for Graycode
0
142
Member Avatar for geekme

In ubuntu10.10 i have created a php file, info.php and when I go to my browser and type the url: 127.0.0.1/info.php it pops up the window asking open or save the file,i choose open so it asks for the application to open with( refer the screen shot)Please help.

Member Avatar for blocblue
0
172
Member Avatar for programmer12

Hi all, I have just created a social site and i was wondering if there is a way to make notification pop up on the side of screen and fade just like facebook? but in php? Please add links to other website to help me get on the right path. …

Member Avatar for diafol
0
537
Member Avatar for panhwer

Hello dear friends.. I have some confusion in following code. <?php session_start(); $_SESSION["name"]= "abc"; session_destroy(); echo $_SESSION["name"]; ?> as I am assigning value to session variable, after assigning I am destroying whole session but after destroying as I echo $_SESSION["name"] it show value. It is printing value even session has …

Member Avatar for panhwer
0
150
Member Avatar for kgizo

Hello I've got a problem whereby I need to block access to my survey, I do not want a situation where a user can access the survey by just entering the URL of the survey, the survey has been integrated with mediawiki. Thanks in advance kgizo

Member Avatar for almostbob
0
335
Member Avatar for rusty813

I have a problem with my links getting added a extra subdirectory found to it when that link doesnt even exist I have tried everything possible, such as ../ to specifying to exact folder location within the links Here what are the correct links are: [url]http://localhost/xampp/website/newsletter.php[/url] [url]http://localhost/xampp/website/admin/login.php[/url] When I click …

Member Avatar for almostbob
0
167
Member Avatar for rakibtg

hello, i am trying to add a feature in my contact form that create a link with visitors submitted 'TITLE' and 'URL'. Have a look at this code! ***In this code [B]$attn = Visitors submitted URL[/B] and [B]$visitor = Visitors submitted title[/B]. [CODE]$todayis = date("l, F j, Y, g:i a") …

Member Avatar for rakibtg
0
187
Member Avatar for intre

Hi, I'm new here, seems like a nice forum so I'm gonna start. I need to make table which gets info from mysql sortable. Now, I have idea to make it with switch and case's but thing that gives me problem is two $_GET's in address. What I mean is …

Member Avatar for intre
0
26
Member Avatar for abhi10kumar

I want to write rewrite rule for page url that have no .php extension.. for example [B][url]http://www.3gphone.in/brands.php[/url][/B] into [B][url]http://www.3gphone.in/brands[/url][/B] Here is my code, but it is not working.. [CODE] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^([^/]+)/$ $1.php [/CODE]

Member Avatar for abhi10kumar
0
110
Member Avatar for prabhjitsw

Hi everyone My problem is that i am using javascript form validation for the first time and have made a function "Validateform()" to validate "emailid" field in my Form. Now the problem is that it's not working. Now in my registeration form when i enter a wrong email id for …

Member Avatar for twiss
0
381
Member Avatar for bloodbender

HELLOOOO Daniweb! I'm stuck at an issue that I can't seem to get around with my standard pagination codes I've used in the past. I'm developing a business directory and as with most of those, the listings are priced according to hierarchy: - sponsored (category sponsor, always on top) - …

Member Avatar for twiss
0
87
Member Avatar for sha1023012

I have a few questions about PHP. I am a newbie and still a little confused. Now when you do a form for php do you put everything on one page or use links for the page. Such as HTML,PHP and the form. Or can the form just be on …

Member Avatar for twiss
0
96
Member Avatar for pebesoft

Hello all, Think I am going mad I want to do a simple update and get a parse order at line 1. 1: UPDATE ir312 // the table name 2: SET 3: R3_21 = $tot // R3_21 is the field name, $ tot is an amount 4: WHERE irdnumber=$irdnumber The …

Member Avatar for pebesoft
0
120
Member Avatar for piepie22

Hi All, As the title says. Have been looking for solution these past 2 days, Salary Record are pulled from database (MySql) in to PHP table (do/while loop). - Name , Salary , OvertimePay , Subtotal , MedicalDeduct , UnionFeeDeduct , Tax , Grand Total - Peter , 1300 , …

Member Avatar for piepie22
0
128
Member Avatar for mudage10

Hello all, my lecturer had asked me to encrypt the message using PHP codes i.e to design a website so that someone must be able to send message and appear to DB as an encrypted message using such encrypted method. I don't know how to do or where to put …

Member Avatar for almostbob
0
95
Member Avatar for sha1023012

I am working on this code for php with HTML now i want a container around the information but it is not turning out. Can someone help me understand what I am doing wrong. Should my HTML code suppose to be at the top of the page or not. Here …

Member Avatar for sha1023012
0
144
Member Avatar for jacob21

Hi,I m working on a software product.Its working fine in localhost but not working on server. Need help

Member Avatar for ko ko
-1
140
Member Avatar for Sorcher

I dont know why this code will not show any data from the mysql......................... [CODE]$query = "SELECT * FROM g_attack WHERE winner ='$username' ORDER BY created ASC LIMIT 10"; $row = mysql_query($query) or die("Could not connect to db"); while ( $result = mysql_fetch_assoc($row)) { $created = $row['created']; $looser = $row['looser']; …

Member Avatar for Sorcher
0
58
Member Avatar for preston326

Hello, this error has been torturing me for an hour... [I]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''lock'='0' where pmID='206'' at line 1[/I] This is the code: [CODE] else { print "Žinutė …

Member Avatar for preston326
0
99
Member Avatar for dhruv_arora

Here's my code and I am getting an error undefined variable, this code submits the information submitted by the user to a mysql database. [CODE]<?php include("header.html"); include("nav.html"); include("sidebars.html"); ?> <?php $errors=array(); if(isset($_POST['submitted'])){ if(empty($_POST['fname'])){ $errors[]="You forgot to enter first name"; } else{ $fn=$_POST['fname']; } if(empty($_POST['lname'])){ $errors[]="You forgot to enter last name"; …

Member Avatar for SRocks
0
209
Member Avatar for premier213

i am problem with line 3462 ?! :@ [CODE]<?php function trigger_db_error($obj) { global $CFG; $error_arr = debug_backtrace(); $subject = 'Report bug - Sql error - {site_url}'; $content = '<u><b>Url :</b></u> {current_url} <u><b>Error File :</b></u> {file} <u><b>Error Line No :</b></u> {line} <u><b>Error Description:</b></u> {error}'; $frmobj = new FormHandler(); if(isset($CFG['site']['current_url'])) $frmobj->setEmailTemplateValue('current_url', $CFG['site']['current_url']); …

Member Avatar for diafol
-2
756
Member Avatar for dhruv_arora

Hey, I am new to PHP and I wrote this it supposed to validate the from and add the errors to an array variable (which will be showed on later), I am having problems on line 41, when I run the script it says [B]Parse error: syntax error, unexpected '{' …

Member Avatar for dhruv_arora
0
78

The End.