Re: Hi everybod Community Center Say Hello! by 'Stein Falcon eyes, Welcome to Daniweb :) PHP Session and MySQL Problem Programming Web Development by TheHaxx0r1215 Alright, I have a members area, area.php, and I used mysql to find the userlevel and display content depending on the userlevel, 1 for user, 2 for admin. I made it, but it displays both the user and admin for 1, and 2. [CODE]<?php // Members Area // session_start(); $usernamee = $_SESSION['SESS_USER_NAME']; require("config.php"… chown not working Hardware and Software Linux and Unix by lewashby Take a look at the following lsit of files from my media server root@media-server:/home/garrett/Videos/Movies# ls -l total 16 lrwxrwxrwx 1 root root 46 Jun 27 22:17 Adventures In Babysitting.mkv -> ../Movies-Secure/Adventures In Babysitting.mkv lrwxrwxrwx 1 root root 36 Jun 27 22:17 A Far Off Place.mkv -> ../Movies-Secure/A… Re: Saving a file: Default Extension, Name & Folder Programming Software Development by Zack Richards Thanks, this is almost solved. The problem is: [LIST] [*] if there is a large text in the textbox, i would like to delete it from the filename, only getting the "my name is Zack" part, therefore making it possible to write a whole text and it finds "my name is Zack" somewhere, and gets Zack as filename (Zack has example, … Can you feel the force with Angry Birds Star Wars? Hardware and Software macOS by happygeek Some might argue that there are already quite enough different versions of Angry Birds to last a lifetime, or at least a lifetime of minutes to waste on a mobile gaming platform such as a smartphone or tablet. There is some merit to this, and personally I would be quite happy if Rovio just kept adding new levels and new birds with new attack … Re: Understanding Dictionaries Programming Software Development by TrustyTony The code is nice style, but it has one problem of generality: it uses string comparison for numbers from line split which are not necessary in same length of numbers. reverse= True, gives value True to parameter reverse. By giving name of parameter you can not mix up the parameters in wrong order. This codes output: (added one line to results) [… Explorer.exe is not loading on logon Hardware and Software Information Security by mefredbob It's a recent problem, but my system is suddenly bogged down, and crawling, when it used to be quite fast. It's especially an issue with any internet-accessing programs. winlogon.exe and svchost.exe are taking up ~40% of the CPU at all times, and there's a constant load of almost 90%. Here's my HJT log. Please help if you can. Logfile of … what is wrong with this code? Programming Databases by sacarias40 i get this error:[quote]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 'index, user_id, username, message) VALUES(' ', '4', 'zack', 'jh')' at line 1[/quote] [code]<?php session_start(); $_SESSION['user_id'] = 4; $user_id = $_SESSION['user_id']; … can you fix the problem??? Programming Web Development by sacarias40 i get this error:[quote]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 'index, user_id, username, message) VALUES(' ', '4', 'zack', 'jh')' at line 1[/quote] [code]<?php session_start(); $_SESSION['user_id'] = 4; $user_id = $_SESSION['user_id']; … Saving a file: Default Extension, Name & Folder Programming Software Development by Zack Richards Hello, i am currently developing a new OpenSource project. I will release it to the public this week. :-) [B]Let's get to my question(s) then[/B]: [LIST] [*]I have a Rich Text Box, and i want to save that text into a default extension. [*]I want the default name to be found in the textbox, [I]E.g: Hello my name is Zack[/I] (The file would … Hello All..Newbie to the forum! Community Center Say Hello! by ZackPollard Well hello there everyone! My name, as you can tell by my name on here, is Zack Pollard. I'm 18, and studying towards a doctorate in IT, I consider myself to be able to answer most IT Hardware and windows related problems, and am also VB.NET and W3C trained, Plus other programming languages such as HTML, PHP, XHTML, CSS, C++, Currently … :HashWithIndifferentAccess error in rails Programming Web Development by jakx12 Hey ok so im getting this error. no idea why, could you guys help? Controller action - [CODE]def confirm @title = "Confirm" if request.post? confirmation = params[:confirmation] account = Account.find_by_username_and_confirmation_code(params[:confirmation].username, params[:confirmation].code) if !account.nil?… Need hekp with pokapoka76 Hardware and Software Information Security by miles316 I am running Windows XP & have LQfix.exe, AdAware, SpyBot Search & Destroy, Hijack This, ewido, WinPatrol, etc. I've tried several ways to get rid of pokapoka76, but I must be overlooking something. Your help greatly appreciated! Re: pokapoka76 Hi miles316, Welcome to Daniweb Please start a new topic in Viruses, Spyware and … Very cool technology Community Center Geeks' Lounge by TheBuzzer I found a cool hardware called Novint Falcon. It enables a new type of force feedback. Allowing you to feel bumps, textures, and other cool stuff like gun recoil. It is hard to describe the controller but I am on the preorder list for their black falcon version. novint.com is their website. Check out the videos of it. When i get my hand … Redirect page from list Programming Web Development by daytonasteve First post for me, hope this is right place rather than c# I have a form. When it is completed, it redirects the user to a thank you page. <%@ Page Language="C#" masterpagefile="../../../msrtpage/hra2.master" title="Sign Up Here" %> <asp:Content id="Content1" runat="Server" … Jasper is just a stepping stone to Valhalla for Microsoft Xbox 360 gamers Hardware and Software by happygeek News is breaking that [URL="http://www.dailytech.com/article.aspx?newsid=11735"]Microsoft is preparing a 65nm GPU[/URL] for the next Xbox 360, codename Jasper and due in August. The most recent updates to the ever popular games console, namely the Falcon revision, seem to have helped a lot with RRoD failure: also known as Red Ring of … Is Jasper the Xbox 360 Red Rings of Death antidote? Hardware and Software by happygeek Microsoft has kept it fairly quiet, no press releases or launch trumpeting, but it now looks like the Xbox 360 has been upgraded with the new Jasper motherboard. The new Xbox 360 has been spotted in the wild by the eagle eyed [URL="http://www.xbox-scene.com"]Xbox Scene[/URL] chaps and as a result we now know that it has a 65nm GPU which, … distinct result Programming Web Development by Raadha what i need is a single set of output for each procedures, but my this query is giving me 2-3 sets of answers, between this time period.. i need distinct set of answers.. if(isset($_POST['submit'])) { $to= $_POST['to']; $too = date("d/m/y",strtotime($_POST['to'])); $from= date('Y-m-d');; echo " <… Re: storage engines comparing Programming Databases by funfullson Hello again friends. I need an article o book or any wrote that discussed about storage engines structure. for example explain that what made MyISAM faster than other engines in Inserting data or any such thing that argue the graphs that came in upper post link. [URL="http://www.mysqlperformanceblog.com/2007/01/08/innodb-vs-myisam-vs-falcon-… Re: DLL in the Oven Programming Software Development by claudiordgz Thanks Mike, I'm still working on it. And yes I understand your concern on the portability. This is a school project, I am programming a Novint Falcon to handle a CRS F3 Robot. The CRS F3 robot library are built for Visual Basic, and it's a HUGE library, so I made my main interface in Visual Basic (plus I'm a noob programmer) So I had my Novint… Problems Opening Links Hardware and Software Microsoft Windows by JrPimp7112 Well I have looked through the boards and have seen similar problems, but most of the "fixes" have linked to the Service Pack 2 for XP. So that won't work for me since I am running Windows 98. When I am surfing the internet, and I click a link that is on a page that will open in a new window, the page never loads, it just is an empty … Help with win update xp and links Hardware and Software Information Security by swn65 I really need some assistance. Nephew's computer was full of spyware..I have used spybot, ad-aware, trojanhunter, trend micro scan, and mcaffee scan. Found hijack files and removed along with numerous spyware and trojans, but have detected no viruses. I've checked all security settings and everything I can figure out in the system, but am not … Re: Help with win update xp and links Hardware and Software Information Security by swn65 Followed all instructions, but Admilli could not be deleted, either in remove programs or from program files. No improvement in original problems. New hijackthis file follows: Logfile of HijackThis v1.99.0 Scan saved at 8:50:42 PM, on 2/14/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) … Re: Help with win update xp and links Hardware and Software Information Security by swn65 No, I really don't want to give up easily, I'd rather learn more. I'm just frustrated with time and access issues. I wasn't able to boot into safe mode, but read another thread that explained how to use msconfig, and did that. It did remove admilli, but didn't solve any of my problems. Here is my new hjt logfile: Logfile of HijackThis v1.99.0… Music Quiz Round 4 Community Center Geeks' Lounge by MrScruff What day is it? Okay so its not Sunday but theres a valid reason... I decided not to put my time an hour forward to BST and got trapped in a strange world where garbage men collect the past and also bumped into gomez from the Adams family... Bonus point if you remember what that was from! Hope all you mothers had a grand mothersday... and to … Buffer overrun Hardware and Software Microsoft Windows by zackcez A message box recently popped up on another pc, saying something like "Buffer overrun detected at C:/WINDOWS/explorer.exe" Now when I start up my pc it's just a blank desktop, no bottum bar, no nothing, I'm able to access task manager....But where should I go from there. Assistance is appreciated, Thanks Zack My Maxtor Harddrive Hardware and Software Hardware by zackcez Hi, my Maxtor harddrive recently stopped working....I have it jumpered correctly and everything, I've check all wires and cordings, and replaced them with brand news ones. I can get it to detect the harddrive when I have hit hooked up as a slave to my 1.9gb harddrive, but when I try to format it it says "Windows could not format this drive&… Web Browser Display Hardware and Software Microsoft Windows by zack203 Hi, I am currently using the latest version of Mozilla Firefox running on XP. I also am using a 21" monitor which I suspect to be altering my viewing abilities while surfing. I am unable to see most color and details on web pages and what should be tabbed or normally viewed as a colored button, will appear simply as plain text. What is causing… PHP Count & Display Question Programming Web Development by Zack2008 Hi I have my existing code [code=php]<?php $query = sprintf("select venue,count(venue) as frequency from matches group by venue ORDER BY `frequency` DESC limit 300"); $result = mysql_query($query); ?> [/code] and it outputs a table [code=php]<?php $result = mysql_query($query); while ($row = mysql_fetch_assoc($result… Re: PHP Count & Display Question Programming Web Development by Zack2008 [QUOTE=R0bb0b;702148]try this [CODE=php] $query = sprintf("select venue,count(venue) as frequency from matches WHERE Away = 'England' group by venue ORDER BY frequency DESC limit 300"); [/CODE][/QUOTE] Thanks that worked :) [QUOTE=xan;702151]Try to use some standard in your coding, rather than some caps and some lower case, for …