Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for dami06

Hi, I have a problem with a code i have done but i just a problem..If u look at what i have attached and try to run it..It gave me a problem as i am meant to have a menu which is meant to show something inside it but the …

Member Avatar for stultuske
0
172
Member Avatar for dami06

I'm getting an error as i'm trying to create a login page which will allow users to be directed to the right page. e.g a student will be directed to the student page and the staff will be directed to the staff page but i don't know whats wrong with …

Member Avatar for imza
0
7K
Member Avatar for dami06

Hi, does anyone know of a good php validator online. I used one called bermi.org and put my code in and gave me an error but i don't know what line the error is occuring. Perhaps someone could help me out. This is the code [B] tutors.php[/B] [code=php] <?php /** …

Member Avatar for almostbob
1
248
Member Avatar for dami06

I'm not sure where to put my background image in this code and how to make the image transparent. Could you please help me out. Thank you [CODE] <? $pagetitle = "WaCoCo: Waterloo Community Coalition"; $pageid = "home"; include('includes/functions.php'); include('includes/header.php'); ?> <?php $dbcnx = @mysql_connect('localhost', 'root', 'bankside'); if (!$dbcnx) { …

Member Avatar for webmaven
-1
109
Member Avatar for dami06

Hi, Could someone please tell me how to get all the tables in one program/file so that i can run them as one. Please very important..thank you

Member Avatar for debasisdas
0
58
Member Avatar for dami06

I'm trying to create a simple login page by following a tutorial i saw online. I did everything it required but i got this error [B] // Check if session is not registered , redirect back to main page. // Put this code in first line of web page. Warning: …

Member Avatar for MVied
0
358
Member Avatar for dami06

The problem is that i was using the finger stuff on my hp but i tried to uninstall some programs while i was using it and when i restarted my laptop, the finger print stuff wasn't there to log on to my system so it requested a password. I have …

Member Avatar for HoustonIT
0
99
Member Avatar for dami06

I just turned on my laptop now and everything i had in there isn't there anymore..Its an IBM R50E thinkpad. I don't know where to start from to get all my docunments back..SOMEONE please help me outtttttttttt..Pleaseeee

Member Avatar for dami06
0
85
Member Avatar for dami06

Hi, I'm having a problem where by when i type in e.g localhost/capat/tutors/forms it gives me what i want but the side menu which has the links directing to other pages isn't what is meant to be there. The link i have for all the tutor pages is showing links …

Member Avatar for petr.pavel
0
290
Member Avatar for dami06

Could someone please tell me how to change a text format in php for example if have a question like this in your code: Which of the following form element names can be used to create an array in PHP? [B] foo [foo] foo[] foo[bar] [/B] How do you change …

Member Avatar for petr.pavel
0
73
Member Avatar for dami06

Hi There, I am trying to get the information that i have put in the database to be displayed on the screen but i am getting this error Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\capat\result.php on line 44 The error doesn't seem to go …

Member Avatar for dami06
0
210
Member Avatar for dami06

I'm trying to input an image in a code i have but i tried using the html way which is [code=html]<td><a href="<?php echo $section_link[1]; ?>"><img src="../images/icons/graph.gif" width="32" height="32" alt="" /></a></td> [/code] But it doesn't seem to show the code in the page..How do i do this please HELPPP!!!!

Member Avatar for dami06
0
241
Member Avatar for dami06

Hi, could someone please tell me how to about putting a login name to the homepage of a user when they sign in. for example, after they have logged in using their username and password. Their name would come up in the homepage, like welcome Amy. This is my checklogin.php …

Member Avatar for dami06
0
102
Member Avatar for dami06

I have tried going to start-> run-> cmd-> and then i typed in ipconfig/release and then ipconfig/renew but then i got this "An error occurred while renewing interface Wireless Network connection : unable to contact your DHCP server. Request has timed out" Please help me out..what should i do

Member Avatar for dami06
0
222
Member Avatar for dami06

Hi Guys, I'm trying to create a webpage where it's meant to get some information which i put in the database and then show in the webpage but it's not getting the information. Could you please take a look at my code and tell me if there is a problem …

Member Avatar for dami06
0
178
Member Avatar for dami06

Hi Guys, I have a code which seems to be working fine. I have used zend to debug it but there is nothing wrong with the code. The problem is i'm creating some webpages on my laptop and when i try to create a group the page tells me " …

Member Avatar for dami06
0
70
Member Avatar for dami06

I have absolutly no idea what this error means or what it requires me to do but i'm getting this error message: Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'DOC__ROOT/library/classes/class_dao.php' (include_path='C:\Program Files\Zend\ZendStudio-5.5.1\bin\ZendFramework\library') in C:\xampp\htdocs\capat\library\classes\class_engcis.php on line 18 [B]this is class_engcis.php[/B] [code=php] <?php /** * * engCIS local version * …

Member Avatar for richie513
0
200
Member Avatar for dami06

Hi, Could someone please tell me what is wrong with this code because i have tried loading it but it's not giving me any error to know where the problem lies. [code=php] <?php /** * * Global configuration file for CAPAT */ // Site Setup error_reporting(0); session_start(); // Turn off …

Member Avatar for dami06
0
122
Member Avatar for dami06

Hi, I have tried creating a webpage but when i click on one of my links it gives me this ?> DATABASE ERROR Connecting to server ::<NO SERVER> What does this mean because i have checked my database and everything seems to be fine..

Member Avatar for richie513
0
80
Member Avatar for dami06

I'm trying to create a webpage where by I have the questions in the database instead of it being hard code which is writing it down in php. How do i go about that. Just a simple page which will have a question and a blank box where the answer …

Member Avatar for nav33n
0
636
Member Avatar for dami06

Hi, I'm trying to upload a some files to a webpage im trying to crete but its giving me an error once i click the upload button it gives me this type of error [B]Uploading information to the system from a file Student data is being uploaded. DATABASE ERRORExecuting SQL …

Member Avatar for dami06
0
98
Member Avatar for dami06

Hi, I'm trying to create a separate usernames with the same login page using php and MySQL. I have tried adding different things to my login code for it to work but no progress. Basically i want to create something like this: A staff would be able to have a …

Member Avatar for fenixZ
0
161
Member Avatar for dami06

Hi, Could anyone please tell me how to go about linking some folders which are already in php to the login page. For example once you have logged in successfully, the next thing you want to see is the admin homepage. How do you link the login page to the …

Member Avatar for dami06
0
187
Member Avatar for dami06

Hi, I'm trying to create a little web page but when i try to log in using the username and password i put in MySQL database it doesn't do anything at all.which is when i click login it just goes blank. I don't know why this is. Could you please …

Member Avatar for dami06
0
136
Member Avatar for dami06

Hi all, I have a project thats was given to me in school but the problem is I don't know anything about PHP but i know a very little about MySQL. I was given three options to use. Two of which are PHP and the other JSC. I hate anything …

Member Avatar for dami06
0
124
Member Avatar for dami06

Can someone please help me out here.. I am trying to convert a .xml file to .dtd file.. I got this .xml file from google. <?xml version="1.0"?> <book> <person> <first>Kiran</first> <last>Pai</last> <age>22</age> </person> <person> <first>Bill</first> <last>Gates</last> <age>46</age> </person> <person> <first>Steve</first> <last>Jobs</last> <age>40</age> </person> </book> Please could you help me out …

Member Avatar for ausgezeichnete
0
889
Member Avatar for dami06

Hi, Can someone please give me examples or teach me how to design and implement in MySQL a normalised database for any case study they have in mind.. Please help me out as it would really help understand a lot better or if you can give me a link to …

Member Avatar for katharnakh
0
81
Member Avatar for dami06

Hi, I am trying to understand MySQL as i am new to this and i have a few queries I am having problems with and I was wondering if anyone can help me with it.. How would you solve this problem using the Select, from, where etc commands. For example …

Member Avatar for dami06
0
137
Member Avatar for dami06

Could someone please give me examples of a full GUI code.. Where I can find it to be precise.. Like images of it along with the java source code..thank you

Member Avatar for iamthwee
0
108
Member Avatar for dami06

Hi guys, I have a problem in a GUI i am trying to build. Below is the question and I was hoping you could help me out with what to do. Basically, I have do the first program which is to create a GUI but I am having a problem …

Member Avatar for iamthwee
0
102