39,316 Topics

Member Avatar for
Member Avatar for michael123

I turned on php Domxml module in php.ini and restart apache server, I can read domxml is enabled in phpinfo, however when I try to load XML file: $dom = DOMDocument::load($_FILES['file']['tmp_name']); it shows me the error message: Fatal error: Call to undefined function: load() in c:\program files\apache group\apache\htdocs\bom\tool_rev_import.php on line …

Member Avatar for michelleradu
0
310
Member Avatar for warmmelody

Hi Guys, We bought a Job Portal from Easy Job Portal and made some changes in the design and uploaded before one month but when we tried to work on the portal we found out the following bug : 1. When ever we register as a candidate and then apply …

Member Avatar for warmmelody
0
90
Member Avatar for Musab.Sust

hi all i am using oracle 10g with php (wamp server) but i try to connect that return this error : Call To Undefined Function oci_connect() plz help me that is so imp note : (extension=php_oci8.dll) is enable

Member Avatar for phpbeginners
0
2K
Member Avatar for apollokid

Hi all kinda new with php and forms so wondering if someone could help me out. I have a form with 4 text fields which are used to add the fields with the result in the 4th field. When i submit the field result the 4th field then displays the …

Member Avatar for phpbeginners
0
164
Member Avatar for ampLife

hi, fellow programmers im currently using phpdev and windows xp as a platform. i've been developing this website and now im trying to test it in local network. i have already installed the apache and already set the index.php in the folder www. now my problem is i keep on …

Member Avatar for phpbeginners
0
171
Member Avatar for prashanth18

hi friends im creating orkut type social networking site so i want to send and receive message(scraps) so please help me with source code thanks in advance

Member Avatar for FlashCreations
-1
106
Member Avatar for Sagitarian

I am using the following code to open a pdf document. The pdf document is stored outside of the root directory: [CODE] $file = $_GET['file']; $fileDir = '../../c_direc/'; if (file_exists($fileDir . $file)) { $contents = file_get_contents($fileDir . $file); header('Content-type: application/pdf'); echo $contents; } [/CODE] This code works (the pdf file …

Member Avatar for FlashCreations
0
532
Member Avatar for jumanaakram

Hi, I'm new member I saw this site and it is really interesting , I have new project I worked on it with html and php it is a web site for songs I built the whole site and now start programming the database for singers and songs what I …

Member Avatar for FlashCreations
0
107
Member Avatar for al3dany

would you gys help in this i installed wamp5 in my computer and my computer is a workstation of a network so i log in as a user with a limited authority php does not work and the manager keep giving a message "none of 2 services running" i think …

Member Avatar for al3dany
0
393
Member Avatar for hemgoyal_1990

Hi All Friends, I Have a Problem in My PHP Code that The $tree Array not Store Third Value(Parent ID). my Code is Display Below. The Below code Show Parent/Child Tree from MySQL Database.: dhtmlgoodies_tree.class.php [CODE]<?php /* This is one of the free scripts from www.dhtmlgoodies.com You are free to …

Member Avatar for phpbeginners
0
479
Member Avatar for rogerse

Well having thought I'd got over all the hurdles of this damn database with my previous post, it seems I hadn't quite suffered enough, and have been thrown another challenge. I have a piece of code which fills a form in with the current details of a car record. Form …

Member Avatar for rogerse
0
93
Member Avatar for sweisern

Hey all you AJAX masters, Here comes a long post but I know someone out there knows what's wrong here.... I have no idea why the following script doesn't work but I think I have isolated the problem. I have an 'order form' page (that calls this script) that generates …

Member Avatar for sweisern
0
98
Member Avatar for kanjigirl

I know how to do this to control current navigation display: [CODE]<?php $thisPage="one"; ?>[/CODE] How would I modify it if I wanted there to be two pages, that is, if $thisPage should meet two conditions - 'if this page = one or this page = two'? Something like this but …

Member Avatar for me655321
-1
96
Member Avatar for mrjoli021

i have two values in a table and instead of returning the values it returns the word "array" twice. [code] $mysql = new sqlConnection(); $query = "SELECT DISTINCT status FROM status ORDER BY status"; $result = mysql_query($query) or die('Error, query failed'); while ($row = mysql_fetch_array($result)) { echo "$row<br>"; } $mysql->close(); …

Member Avatar for mrjoli021
0
2K
Member Avatar for Hughsy17

I'm trying to make a simple login screen with php, but every time I submit the form(with correct values) I am returned to the Login page with the error [COLOR="Red"]"Invalid login, try again"[/COLOR] shown. I can't think of any reason why this will not work, the variables are correct as …

Member Avatar for Hughsy17
0
112
Member Avatar for edwingudfriend

Can any one give me php code that can assist to search more than one using textboxes

Member Avatar for zinnqu
0
55
Member Avatar for help_lucky

Hi all, I have a webpage in which left side of it has the naviagtion bar and on top of the page has header. Once i click the serach option in the navigation bar then displays a table with 20 columns. As the width of it is so large. The …

Member Avatar for zinnqu
0
105
Member Avatar for veledrom

Hi, How do i prevent printing "Warning" bit of connection error? I only want see my error message on screen. Note: I deliberetly enter wrong Host IP to see the message thou. [code] Warning: mysql_connect() [function.mysql-connect]: Host '127.0.0.123123' is not allowed to connect to this MySQL server in C:\apache\login\database.php on …

Member Avatar for veledrom
0
98
Member Avatar for phploveisgood

Please fellows help me out! I have this departure date selection form and eg. today is 17 and i select 20. If i didn't fill in any required field before pressing send, the form will refer back to the form and all the other fields stays remembered but the departure …

Member Avatar for liamfriel
0
105
Member Avatar for rukshilag

ok so my development folder is in xammp htdocs (php codes) i am trying to insert an image to a table and when i display it on the php pages, it does not show why is this?? i used the absolute and relative path both. the images i need to …

Member Avatar for zinnqu
0
244
Member Avatar for rukshilag

[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>Untitled Document</title> </head> <body> <form name='frm1' method="post" action="student.php"> Student No <input type="text" name='txtStdNo' /> <BR /> Name <input type="text" name='txtName' /> <BR /> Address <input type="text" name='txtAdd' /> <BR /> Contact No <input type="text" …

Member Avatar for nileshgr
0
132
Member Avatar for ablitz

Hi guys, I'm back for some help. Spent days googling for the answer... cant do it anymore. Could somebody please tell me how to simulate Joomla readmore function. What I mean is: I have a mysql database with news articles. Each article is stored in the 'news' table in the …

Member Avatar for pritaeas
0
126
Member Avatar for JohnCookson

Project : Daily emailing of 2000 customers with a personalised pdf attached - I can create pdfs with unique file name these then need to be attached to the correct email and sent out - can anybody help

Member Avatar for phpbeginners
0
55
Member Avatar for watex

Hi Im a high school student with a decent amount of traffic on my site. Im wondering whether I should blow literally all my money on vBulletin or stick with a phpbb forums? (As of now I havent added the forum function to my site) Is it worth it? What …

Member Avatar for ljianyih
0
44
Member Avatar for rogerse

Hi there, I have written a page which is meant to allow a user to enter details of a new car for sale (via a form), and then the submission of this form should add the details to the database. As far as I can see all the code is …

Member Avatar for rogerse
0
140
Member Avatar for ayesha789

Hi Dear all Its my table structure... [CODE=mysql]CREATE TABLE IF NOT EXISTS `limsrentpayment` ( `PaymentMonth` varchar(15) NOT NULL, `SiteID` varchar(15) NOT NULL, `DurationS` varchar(25) NOT NULL, `DurationE` varchar(25) NOT NULL, `Amount` varchar(15) NOT NULL, `pDate` date NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE] and data stored in it [CODE=mysql]INSERT INTO `limsrentpayment` …

Member Avatar for urtrivedi
0
156
Member Avatar for fuchsia555

hi why is sometimes i get this message error during browsing my site ? but when i refresh it comes back , what causes this error ? Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. …

Member Avatar for phpbeginners
0
102
Member Avatar for sam023

i have a page where listing of items is done... it also have searching feature with pagination... when i submit searching then its working fine.. but during panigation i have to pass all query parameters through url.. to get it work.. it there any way to use pagination without using …

Member Avatar for hielo
0
106
Member Avatar for azadms

I have created a compobox and selected District from address table. I have to take the district name as a key and filter "towns" from address table and it should be displayed in the second compobox. Anyone help me what code I can use for second compobox? The code used …

Member Avatar for OmniX
0
70
Member Avatar for qemajl

I am writing a hash algorithm simulator, I am running the keys through the hash but I am not being able to display the whole hash table after all keys are entered. I also I can not figure a way to check if there is any collision because I am …

Member Avatar for OmniX
0
136

The End.