38,015 Topics

Member Avatar for
Member Avatar for wood1e

Hi I have used a tutorial on full text search which was brilliant...I now want to add in pagination to it....Bu ti can;t seem to work it from the pagination tutorial... This is the code for my full text search... <html> <head><title>Search</title></head> <body> <?php // Database Connection include 'db.php'; // …

Member Avatar for DrClue
0
263
Member Avatar for realnsleo

hi there. please help me on this. Am working on a website. On one page i put a login form that will authenticate an administrator. However am trying to find a way that when the administrator logs off, no one can be able to press the back or forward button …

Member Avatar for dr4g
0
65
Member Avatar for jampaul3

Hi all, I am having a problem with my php and forms. Any help would be verty greatly appreciated. The problem is form objects are not showing up at times and they are at other times. Has any one heard of this happening and if so is there a fix? …

Member Avatar for dr4g
0
75
Member Avatar for assgar

I am having problems getting the user selected form info to inserted into the mysql database. I am also rec eving an error: Warning: Variable passed to each() is not an array or object in D:\web_server\webroot\common_list_process.php on line 1) I can display the contents of the $op array (see below) …

0
65
Member Avatar for Barefootsanders

Hey guys. Ive been working on an online game and Im attempting to code the attack arena. Bascialy what i want is people to be able to "sit down" at some sort of "table" (kinda like online poker) then they would battle it out at that "table" or arena etc. …

Member Avatar for Barefootsanders
0
170
Member Avatar for sam1

k, i want to display error message from my php file to html file. say i have this in contact.php [CODE]if(empty($visitormail)){ $message = "enter email"; }[/CODE] now in html file do i have to have this include: [CODE]<?php include 'contact.php'?>;[/CODE] and then where ever i want to display the error …

Member Avatar for digital-ether
0
47
Member Avatar for dansmit

any one any ideas with this just trying to update the total value of a receipt after a money off voucher has been added to it here is the error `Parse error: parse error in /homedir/ilex-s04/dsmith25/public_html/voucher.php on line 146` here is the script <!-- voucher.php --> <?php putenv("TNS_ADMIN=/u1/oracle/Products/shu10g/network/admin"); $conn = …

0
59
Member Avatar for Dynamik

Hi, I'm new to this site so don't bite my head off if im repeating an existing post. Ok, So im trying to install this portal on my server called eazyportal. Everything was going fine with the installation until it said GD Library : [COLOR=red]Failed[/COLOR] GD Version : [COLOR=lime]Passed[/COLOR] [COLOR=#00ff00][/COLOR] …

Member Avatar for Dynamik
0
67
Member Avatar for Bugg

Hello, First, I want say that I have heard quite a lot about this site. It is a great site and I am happy to have found it. Back to business, because I want to start early. I am building this site with PHP and I also want to attach …

Member Avatar for Phaelax
0
93
Member Avatar for php_coder

Hii all I am working on a project implemented in WordPress. Basically developing a new theme for a client. My task is to add hyperlinks on the header so that they navigate to new page. This is possible if the pages are placed in the root folder but not in …

Member Avatar for php_coder
0
69
Member Avatar for ruba

Hi every body , it's my first topic in this forum, how can I change tidy charset , I use windows-1256 and when I try to run this script [code] if(extension_loaded('tidy')) { $config = array( 'indent' => true, 'output-xhtml' => true, 'wrap' => 200); $tidy = new tidy; $tidy->parseString($source, $config, …

Member Avatar for landae
0
86
Member Avatar for mikesowerbutts

Hello all, I have been using mysql_fetch_array to read data from a query to a php array so i can then use it on my webpage. Everything was going fine until now... I cant see the problem with my code, but it keeps calling the or die() error handler when …

Member Avatar for mikesowerbutts
0
240
Member Avatar for HunterSThompson

im trying to make it so when someone hits submit and a feild is empty or blank i message pops up and says "must fill in required feilds" near the bottom of the form rather than having a new page open up and say it.

Member Avatar for WhiteLeo
0
96
Member Avatar for mikesowerbutts

hello, I am building a mysql/php/javascript based online timesheet system which allows users to assign themselves predefined projects and then select one of the projects assigned to them and add hours for a particular date to the database - i can get the add to work fine, but i need …

Member Avatar for digital-ether
0
5K
Member Avatar for Sailor_Jerry

I am in in the process of adding mediawiki to a sever that already has Apache and php installed.

Member Avatar for jbennet
0
86
Member Avatar for blackdove

This is my first attempt at creating a website using PHP. My database is done in MySQL. It is for a made up university. I am having trouble creating the page that should allow current students enrolled at the university to search for courses and add them to their schedule. …

Member Avatar for blackdove
0
113
Member Avatar for Barefootsanders

Hey everyone. I'm trying to write code to update a stat field within my database and I'm having some trouble passing the variables from the form page to the process page. Below is my code. I know it's not correct. I just want a button to say "Upgrade attribute 1" …

Member Avatar for DanceInstructor
0
109
Member Avatar for crazynp

Hi, How safe is to allow users to submit the entries with single or doube quotations to the database? and wondering is there any free site or service to check vunerabilities of the site? Hope to see it in daniweb. Thanks!

Member Avatar for w_3rabi
0
84
Member Avatar for Legend01

hi there, i have created a php website for my mobile DJ business, and want a booking enquiry form so people can fill out their details and email the data to us and we can then contact them about their booking. I have created the form in html, and using …

Member Avatar for GliderPilot
0
82
Member Avatar for Bill Explosion

I just started doing this site and did a extremely minimal update only to get this pesky error. I am not sure what the deal is and seriously want to fix this ASAP. I'm sorry as well, as i'm brand new to this coding. (Didn't think i'd get such an …

Member Avatar for Bill Explosion
0
144
Member Avatar for Bushi

I recently installed CrackerTracker v5.x in my forums (phpbb2 with no mods, running a custom interface) and I'm having a massive amount of parsing errors. Examples: Parse error: parse error, unexpected ',' in /forum/includes/functions_post.php on line 103 [code]103: }$lang, $phpEx, $phpbb_root_path; [/code] Parse error: parse error, unexpected T_INCLUDE_ONCE in /forum/includes/page_tail.php …

Member Avatar for Bushi
0
105
Member Avatar for cmills83

I am making a site to list my domain names for sale (1200) and was looking for some kind of dynamic program so I could just make 1 template for the domain details page to use with all 1200 domains for sale, what are your recommendations? Thanks!

Member Avatar for stymiee
0
28
Member Avatar for razingan

im doing my project which is soccer system.and i want the admin to be to able do the draw by himself with clicking the button. and each time the admin clicks it, the number will be different. any help on the script? this is my first time using php.. helppppppppp~

Member Avatar for stymiee
0
42
Member Avatar for amoun

I make a query and I get all the result I need but I'm stock now I wont this result to be send via email or save the result to another html file, is it' possible, thanks for all replies :sad:

Member Avatar for amoun
0
75
Member Avatar for ashweb

Hi, I'm new to PHP and was wondering if anyone could help me with my problem. Basically I have an access database and have managed to create a few php scripts by looking at various tutorials and scripts on the net in php that insert, update, delete and view data …

Member Avatar for DanceInstructor
0
138
Member Avatar for Barefootsanders

Hey guys. I have a program that when i button is clicked it should increase an attribute by one and decrease a stat point by one. For some reason it dosent decrease the stat point by one, it sets it to -1 but it does increase the attribute by one. …

Member Avatar for DanceInstructor
0
72
Member Avatar for postyman

I am trying to make a simple database delete script. Im fairly new to php and mysql. I need to access 3 tables in the database to delete all the relevany information for one user. The articles, penname and users tables. I adapted the code from a search script I …

Member Avatar for phper
0
126
Member Avatar for tycoon_007

Hi, I've been using an IDE for developing in PHP. I wanted a PHP framework and SYMFONY was one of the suggested ones. I need to complete this proj withing 3 months and have no time to learn anything complicated. I need feedbacks from people who have used Symfony and …

Member Avatar for tycoon_007
0
89
Member Avatar for bharatshivram

i developed a website using php and the backend database ii am usiing is mysql. the server i used for this purpose is abyss web server. i have two problems 1) every time i log on ot the internet i am assigned a different ip address, how can i make …

Member Avatar for w_3rabi
0
181
Member Avatar for crazynp

Hi, Will anybody please help me with this. The bar chart image is created and stored using php code. each time the page is hit, the new image is created and displayed. The firefox always dispaly the new image but IE always dispaly the old image and I have to …

Member Avatar for crazynp
0
154

The End.