Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~10K People Reached
Favorite Tags
Member Avatar for moxdillin

Hi everyone, im working on my FYP and have decided on this project title but im finding it a bit difficult in developing the ERD for the system. i came up with these entities: students,staff,administrator and assessment and would want any form of advice or contribution as i think there …

Member Avatar for jwenting
0
1K
Member Avatar for nefariousone

1. Input names of students from the user, terminated by ZZZ, and create a data file GRADES with records of the form: student (string), test1 (integer), test2 (integer), test3 (integer) In this file, all test scores should be set equal to 0. 2. Display the contents of the file GRADES …

Member Avatar for amymorgan
0
369
Member Avatar for tactfulsaint

Hello everyone, I need Help connecting my website to a database. i could use anyones help. Thanks

Member Avatar for mhahnel
0
2K
Member Avatar for LeBurt

Hi all, (this is a repost from [URL="http://www.daniweb.com/forums/thread112412.html"]here[/URL]) I'm working on a relational data model in which I'd like to store boolean expressions. I'm a little rusty so I'm humbly asking for a little push. For example, let's say I have the following boolean expression: [code]((A = 8 OR A …

Member Avatar for cipak
0
2K
Member Avatar for LeBurt

Hi all, I'm using exec() to launch external commands from a web application under OS X Leopard. To put my problem in context, when I launch this: exec ("export", $output); I get this: export OLDPWD export PATH="/usr/bin:/bin:/usr/sbin:/sbin" export PWD="/Library/WebServer/Documents" export SHLVL="1" My problem is with PATH, I need to include …

Member Avatar for magicgunnar
0
250
Member Avatar for tedobg

Hi guys.I am new to web development and of course I have been experiensing some problems.Most of them are easy to solve and I usually find my way, but there is some thing that is getting on my nerves for some time now. I have been trying to make a …

Member Avatar for ashafaaiz
0
245
Member Avatar for toadzky

I feel a little like an idiot for asking this but.... I have Apache 2.2 installed on my computer just to test my pages and scripts for my web engineering class. Whatever version of PHP that came with it is what I have installed. I can't even get a basic …

Member Avatar for toadzky
0
100
Member Avatar for LeBurt

As a brief introduction, my name is Burt, French Canadian (thus LeBurt), I live in Québec City, previously lived in Las Vegas 'coz my wife performs with Cirque du Soleil. I'm a computer scientist by training, telecom engineer by trade, programming enthusiast by default. I'm waaay behind in my science …

Member Avatar for zandiago
0
42
Member Avatar for JoeMayo

You can tell from my screenname is Joe. I live on the coast of MS. Yes redneck central here. Looking to attend my local CC for a applied science degree (associates) and hopefully do this type of stuff for a living. Need some help on what fields or what courses …

Member Avatar for zandiago
0
98
Member Avatar for shezz

hello...anybody.. i want develop booking system using event calendar style, like at [U][url]http://www.vcalendar.org/site/demo/index.php[/url][/U].... but i don't know how. i'm using php,mysql,phpmyadmin(xxamp) help me... thanks..

Member Avatar for LeBurt
0
105
Member Avatar for stalk

$query = "select * from 'ciste_media' where ".$medium."= ".$medium." and ".$typ."= ".$typ." and ".$kusy."= ".$kusy." and ".$obal."= ".$obal." and znacka like '%".$vyraz."%' order by kusy ASC"; $result = mysql_query($query); [B]this is line 38[/B] Please, is this correct form and syntax for this selection? Wrote me :Supplied argument is not a …

Member Avatar for forzadraco
0
147
Member Avatar for mcox2005

I'm working on the conceptual phase of modeling a database for a company right now. I have two considerations: 1) This database will obviously be integrated into a web application, but more importantly it will be a user/pass based system with rights and privileges. 2) I trying to model a …

Member Avatar for LeBurt
0
67
Member Avatar for sabatier

Hi folks, I'm building a database to store student exam results so that transcripts can automatically generated. This is a final year project for university so the database will never be used. I am a complete amateur when it comes to designing databases. [ATTACH]5254[/ATTACH] I have attached the relational schema …

Member Avatar for stoudemire1
0
3K