English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - September 2006

[Selected]: All categories Computers & Internet Programming & Design

This is what I have so far:


(connection, and database strings erased)
$result = mysql_query("SELECT name,age,desc FROM contact WHERE ID = '$idno'");
$row = mysql_fetch_array($result);
echo 'Name: '.$row['name'].'
';
echo 'Age: '.$row['age'].'
';
echo 'Description: '.$row['desc'].'
';
?>

When I view the page in a browser, I change the url to .com/display.php?ID=7

The only thing that shows up is the Name:, Age:, Description:, not the actual values of the data in my table. Anyone know why?

2006-09-19 09:38:12 · 4 answers · asked by detroitkid17 2

I cannot get my emails and browser to work.

2006-09-19 09:26:06 · 1 answers · asked by JoAnn V 2

2006-09-19 09:22:51 · 2 answers · asked by supercj 1

For some reason I seriously cannot figure it out. If you know some site where I can learn how to heavily parse XML files with PHP, then that would be good enough. This isn't just simple RSS or anything. This is very complex, multi-layered XML. I am using this for something that's just like Blogger and Xanga, where someone could make blogs. The XML is for themes in something like Blogger, where you would enter <$someVariableName$>, but mine is in completely XML. Some thing like

another post: at $time by $who

$posttext


]]>

If you would like to help me out by maybe even doing all of the source code for parsing the XML, I would really appreciate it, and I will definitely have a link to your site or whatever if you like. For more info just send me a message in my profile for yahoo answers or email me at sharkbaitbobby (((AT))) gmail (((dot))) com.

2006-09-19 09:19:40 · 3 answers · asked by Matt 2

I need to concatenate three strings called Month, Balance, and Interest. What's the correct syntax in C#?

2006-09-19 09:06:01 · 2 answers · asked by Anonymous

How do I create an automated way to back up a specific directory onto an external hard drive every night for 30 days (without overwriting the previous backup from the night before!) on windows server 2003 ?

2006-09-19 09:05:31 · 2 answers · asked by John Belushi 2

Does anyone know those old links that said DO NOT PRESS and when you pressed them it had all these pop ups come up saying stuff like... "Ok punk i told you not to press" and keeps going. The only way to get out of them is to either click "ok" for minutes or reboot your computer. Does anyone know where i can find them?

2006-09-19 08:59:25 · 2 answers · asked by Anonymous

i have windows me/i know poor fella/ would it be much of a task to upgrade to xp >mind you a cost effective one<.as its a old computer its not worth much

2006-09-19 08:54:56 · 4 answers · asked by snide64 2

I'm curious to know the complexity of the database on Careerbuilder? On the database end, do you think it is a SQL database on a dedicated server? How is the front end aspect scripted for searching, sorting, and finding (PHP)? Do you think it is difficult to mock? Do you think hiring one person to design a database of similiar functions is do-able, or do you think something like that requires a whole team of developers?

2006-09-19 08:46:49 · 3 answers · asked by tozarondanose 2

what do i do to change my laptop from italian into english
ive reset my factory settings but still no help

2006-09-19 08:46:03 · 11 answers · asked by Anonymous

I have a string called Month, a string called Balance, and a string called Interest. I want to put them together inside a textbox called Amortize.

What's the correct syntax in c#?

2006-09-19 08:31:30 · 1 answers · asked by Anonymous

I'm a moderately advanced beginner with regex, and I've come up with this one I'm pretty sure will work, but I'd appreciate a proofreading before going live with it:
^[0-9, ]+$
It should match if the value is all numbers and/or spaces, but is it effecient as it could be?

Should I include dashes too?

And what if the value has no numbers? (I guess I could check first for all spaces & dashes and handle that case differently. No sense in telling the customer they've entered a CC# where it shouldn't be if they've not entered any digits.)

Thanks!

2006-09-19 08:16:11 · 2 answers · asked by John's Secret Identity™ 6

what is the best xml editor?
the MS xml editor sucks

2006-09-19 07:54:21 · 5 answers · asked by Anonymous

2006-09-19 07:30:50 · 7 answers · asked by Webpage Novice 1

A friend of mine's computer has shut down. She cannot get into DOS or Safe mode. When she turns the computer on she get's an error that says unmountalbe boot volume so she wants to rewrite the boot log. This may have happened either because of a virus that she had recently or because she put a firewall on her computer yesterday and did not diable other virus protectors even though it told her to do so. Anyway, she has Windows XP and it will not let her into Dos or Safe Mode at all. What can she do? And, if she does manage to get in to DOS how does she re-write the boot log, as she doesn't want to pay 50 bucks for having it done...lol. Thank for any and all real help.

2006-09-19 07:25:31 · 3 answers · asked by beautifulashes777 2

if i wanted to build a website how would i go about it ??could i do it in my sparetime ,until im ready to ask someone to host it ??? i have a name registered .but dont know where to start

2006-09-19 07:20:35 · 12 answers · asked by shoopy213@yahoo.co.uk 2

My laptop acts like Im not the admistrator of my computer. It says I am the administrator in the users/profiles section in control panel. But I can't install software now, or change system time, or change folder options, create other accounts, or really anything an administrator should be able to do. Also I just recovered the computer from a virus and it is working great now, the virsus is gone, but I think that it must have changed registry stuff to make it thinki I'm not the administrator. Any suggestions?

2006-09-19 07:00:08 · 5 answers · asked by Casey 3

2006-09-19 06:07:50 · 3 answers · asked by master 1

2006-09-19 05:59:40 · 2 answers · asked by Rohit G 1

I'm looking for one for MySpace. Thanks in advance.

2006-09-19 05:43:54 · 1 answers · asked by Inquisitive 5

0

the computer was acting up freezing all that nice stuff, and we was told to reenstall our windows so we did now nothing works help....

2006-09-19 05:35:55 · 3 answers · asked by ama 2

0

2006-09-19 05:19:53 · 4 answers · asked by roscopco 1

I have recently started learning web page design and gone over html and css. I recently checked out a couple of books at the library to help me start learning javascript. The books have given me a foundation for the structure of writing javascript, but I'm still not sure of javascripts capabilities.

2006-09-19 05:15:13 · 5 answers · asked by rtp5121 1

I need to represent some data for a program but I don't want to just use cout. Long ago, I could write and represent programs using ascii but I've forgotten how. Actual gui would be ok too, but it would need to be something that is installed by default with fedora linux.

2006-09-19 05:06:20 · 1 answers · asked by Anonymous

I want to be able to write code to send mail in ASP.NET 2005 (vb)

2006-09-19 04:32:21 · 2 answers · asked by ucheoscar 1

I have a new web business that I am starting. I've done web design for a while, mainly adult sites, and am trying to branch off. Any ideas where I can market this business would be appreciated.

2006-09-19 04:20:18 · 1 answers · asked by jrhoulejr 2

2006-09-19 04:19:19 · 1 answers · asked by johopaek21 1

How can I convert a char value that I receive from an external data source with a value of '2006926' (supposed to represent September 26 2006 ) to a datetime datatype? Note the '0' is missing from the month. I can not find a way to convert this to a datetime datatype because of the missing '0'. None of the converts or casts I tried could handle this. Is there a way?

2006-09-19 04:14:39 · 4 answers · asked by I dont know physics 2

I have taught myself the basics to creating a myspace layout, but have not had the time to teach myself all the html/css that goes into making an overlay. I really want my myspace to have a unique look, but as a full time mom I don't have the time to try to teach myself all the coding.
If there is someone out there that would be able to possibly create one for me if I gave them the ideas of what I want that would be great! I would be so appreciative.
Well...let me know!

2006-09-19 04:05:45 · 2 answers · asked by Anonymous

2006-09-19 03:57:26 · 3 answers · asked by Monin D 1

fedest.com, questions and answers