- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
an input field for a bio lol they werent kidding when they said short were they ><
- Interests
- guitar, webdesign, programming, sleeping
- PC Specs
- dual screen - what more do you need? :)
24 Posted Topics
This question could probably be posted in several areas, but what I am writing is a google maps application and I'm also pulling feeds, so I'm choosing this as the main category to post this question in. Basically, I've pulled a feed from NOAA which gives me weather alerts. I … | |
Re: I think ardav pretty much sums it up except that I noticed in your code you aren't using the table delcaration at all: <table> You were doing a paragraph within a paragraph within a paragraph, etc for however many results you had -- starting after the first iteration of your … | |
I'm not really sure what's going on. I've looked all over the internet and have been stuck on this issue for days. It seems as though few have run into this problem and those that have - have no suggestions or even any replies. CKEditor's help forum has nothing on … | |
Re: [QUOTE=qazplm114477;1336822]Which php framework should I spend my time learning? Since there are so many, I was wondering which are the more popular frameworks out there?[/QUOTE] I'm sort of messing around with frameworks myself. In fact, because of that, it's led me to a whole slew of new things I'd not … | |
Re: you don't necessarily have to use XML when pulling information from a database, but it helps to format it. You can use AJAX to get live results as you are typing, which does involve xml, but again, you don't necessarily have to use it. I have written a few searches … | |
I got a call recently from a friend on the other side of the country. His friend runs a computer shop in a rural area. He has been dealing with this malicious code for at least 2 weeks and at one point it shut down his entire network, except his … | |
Re: [QUOTE=niths;1184001]Hi all, how can i send the value selected by radio button to the next page. thank u.[/QUOTE] on the first page where your radio button is make sure you have a value for the button: [code] <input type="radio" name="radioButtonName" value="yourButtonValue"> [/code] on the next page that you do your … | |
hey guys - I'm sort of new to php5 and mysql5 but I'm pretty decent in php4 and mysql4 and thus far I've not seen that many differences. I am, however, new to SSL technology. I am building a site for a friend and am working on the login processing … | |
ok I've been looking all over the net and I cannot find anything about this issue anywhere, other than the same problem is mentioned once in a great while, but never shown how to rectify this. I'm at a point where I can't do anything else and I could use … | |
ok I know there's a way around this otherwise radio buttons and checkboxes wouldn't ever be used in forms...so I've been trying to figure this one out... I have a dynamic form that consists of an associative array. Each row in this form consists of: name, id, 3 radio buttons … | |
I've been working at this most of the day, trying to figure out how I can accomplish this sort of form, even looking through countless sites for anything vaguely close to what I'm trying to do for help on logic or syntax behind this (to little to no avail, of … | |
ok laugh at me if you will, call my code sloppy or retarded or not very secure (I'm self-taught and think I do pretty good for where I'm at) but I'm pretty proud of myself for having figured this out. I've been trying to validate a form for the past … | |
I am building a website that's worked out very nicely so far with few problems. It's mainly coded in php and xhtml with css. This site also uses 1 inline frame. I don't know much about javascript - it seems to be such an immense scripting language to me, but … | |
Re: [code]$t = mysql_query("SELECT * FROM $tbl1_name WHERE `cat` = '".addslashes($_GET['cat'])."'");[/code] and [code]$q = mysql_query("SELECT * FROM tbl1_name WHERE `cat` = '".addslashes($_GET['cat'])."' LIMIT $set_limit, $limit"); [/code] I'm not exactly sure where line 102 would be in this code, since daniweb shows it stopping at line 95, but the error message: Notice: … | |
hey all - I'm more of a self-taught programmer but am going to school for programming as well. I'm quickly finding out that my favorite languages are the ones that school doesn't teach. figures, doesn't it? anyways, I've been playing with php/mysql for around a year now, and have been … | |
I've been trying to figure this out for a few days, and my teacher can't really answer my question, as he is just as stumped as I am. Python is supposed to be pass by reference, but I keep getting pass by value when it comes to returning a bool … | |
hey I'm having a problem trying to get some variables passed on a form to another page where the processing is handled. basically what I'm trying to do is display the titles of pages from a website that are stored on a mysql database. those titles are passed thru a … | |
I'm not exactly sure where to post this - in html, php, or mysql area but since this is mostly php oriented, I figure I'll post it here for starters til I get yelled at >< Background info: This is not for the general public, nor attached to any website, … | |
I'm finding some information here and there about $PHP_SELF but never specific to the question I have. I'm not sure if I'm going about this right, but I'm using a form for user input, specifically a registration page - and I'd rather only have one page the user has to … | |
I have written a guestbook in php using a MySQL database to store the entries. I am now writing the backend for it so that the rows in the table can be modified via a form. The way the form works is this: A table is displayed on a page … | |
Re: I used the bookProblem Solving, Abstraction, and Design Using C++ 5th edition by Frank L Friedman and Elliot B Koffman (ISBN 0-321-45005-1) for my intro to C++ class. Be forewarned, however, this is an 876 page monstrosity lol. It breaks down very nicely tho and explains all the basics of … | |
Re: sounds like harddrive failure, or bios cannot detect the harddrive for whatever reason bios itself is a program run by the motherboard, which controls the rest of the computer's hardware. The next thing to be booted after bios is the harddrive, which stores the operating system. If it stalls at … | |
I've been learning C++ in school for awhile now, and mainly using their version of C++. I decided to download Dev C++ so I could start making programs on my own. For the most part, they've been nothing short of cheezy and useless, tho fun (like a fortune teller that … | |
not really sure what to put in here, I have to admit I didnt read the 100 entries before mine lol my eyes are about to bug outta my head from reading all the other informative posts on programming. Computers have been a big part of my life since the … |
The End.