-
Replied To a Post in senior of HS
> Defence paid for uni, and a salary while I was there. > Even if you are the only student in uniform, being the only one with money helps a … -
Began Watching Not Banned .. that's a surprise
Couldn't log in. Couldn't request reset. Immediate thought, I have p-ed off majorly those I should not. Those who have met me in person will be able to affirm this, … -
Replied To a Post in Not Banned .. that's a surprise
> I am expletive 99% of the time. I would never have guessed lol, and so glad you're not banned!! -
Began Watching Disabled or read only input field shows Stop symbol when mouse overs on it
Disabled or ReadOnly input field shows Stop symbol when mouse overs on it.How to get out of this problem.The look doesn't satisfied. Please help me how to show only cursor … -
Replied To a Post in Disabled or read only input field shows Stop symbol when mouse overs on it
Example? Source code? Links/demos? Come on try a bit. -
Began Watching User profile
This the following code for member_account.php in the member_profile.php there is a link for member_account.php, after I login then i can see all information and in the headbar it shows … -
Replied To a Post in User profile
Are you sure `$_GET['id']` is set and is the correct value, so we have a valid `$query_UA `? I think that `<a href="member_profile.php?id=' .$row_UA['id']. '">' .$row_UA['username']. '</a>` is being echoed … -
Replied To a Post in Home Network for Database Access
Yep I have a router (to which both PCs are connected) and that is connected to a modem and the internet. Thanks very much @JorgeM, so will i have to … -
Replied To a Post in Scrabble
moat -
Replied To a Post in Scrabble
fool -
Created Scrabble
So the game works like this: We start with a word, and each person must change that word. You must change **one letter only**, and you **may not add or … -
Began Watching Scrabble
So the game works like this: We start with a word, and each person must change that word. You must change **one letter only**, and you **may not add or … -
Replied To a Post in People do weird things for a living...
a pilot who's scared of flying -
Replied To a Post in The Last Person
thanks -
Began Watching What movie have you seen lately?
Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best … -
Replied To a Post in What movie have you seen lately?
The other week I saw **The Inbetweeners 2**, very funny but for a very select sense of humour! -
Began Watching senior of HS
I've laughed, I've cried, I've torn out my hair, but yes! I have made finally to my senior year. I want to know what your senior year was like? -
Replied To a Post in senior of HS
> here are many fine looking geek girls I found that at uni - I was very *very* happy where I was for 4 years ;p But at first I … -
Gave Reputation to stokie-rich in HTML 5 & CSS drop down menu
thank you to OsaMasw and to mattster it now works a treat thank you soooo much -
Began Watching display data from database from login
hye guys im new here. how do i want to display data from database to web page based on login ?example i already key in john as username and password … -
Replied To a Post in display data from database from login
**To transfer the data:** After redirect (probably using `header("Location: lala.php");`) you will need to use sessions. At the top of your code above and on `lala.php`, place `session_start()`. ## Repalce … -
Replied To a Post in Home Network for Database Access
So how do I setup the firewall so I can access it internally (without everyone on the internet getting access) Thanks very very much! -
Replied To a Post in Star Wars: Episode 7
Aha lol exactly ;) -
Replied To a Post in one who can solve this php code ?!?
Heres something based on what we've said so far: if(is_Array($Players)){ foreach($Players as $Player) { $option = htmlspecialchars($Player['Name']); echo "<option>". $option."</option>"; } } Neaten your code up and make it consistant. … -
Began Watching The Last Person
to post in this thread, wins. -
Replied To a Post in The Last Person
> Game over The game is over when I win. -
Began Watching Random Facts
I'm hoping that people will post unusual or little known facts here. It would be proper to include a link to a source for confirmation. Here's a start. Speedy Gonzales … -
Replied To a Post in Random Facts
Only 4% of the energy in a standard light bulb is light, the rest is heat West Virginia (USA) holds an annual "Roadkill Cook-off" Abraham Lincoln's Gettysburg address was only … -
Replied To a Post in Star Wars: Episode 7
Maybe Disney will throw all of their money in, hijack George Lucas' ideas and come up with a bloody good film? Or not lol -
Began Watching Hi from Almere Holland
I am an SAP ABAP developer professionally. Anyone else here that does the same? -
Replied To a Post in Hi from Almere Holland
Hi there! -
Began Watching Im lost,
Greetings 1 &all sckret newbie surfin from Trin.Bago. Im here 2make friends and get as much help as possible, dont mind giving a hand if i could either. By the … -
Replied To a Post in Im lost,
Hi there! -
Began Watching Cloud Storage on Web Site
Is there a possibility to create a cloud repository/storage for certain users to have access to? I was looking for ways to use something like google drive, dropbox, and github … -
Replied To a Post in Cloud Storage on Web Site
https://www.copy.com/home/ Works great for me, not too sure how it'll do for your requirements but take a look! -
Began Watching display the image uploaded using session id
Hello Daniweb,, I have uploaded an image using the student_id as its filename. The student id is auto-incremented and unique per student_id. Now i am confused why it gives me … -
Replied To a Post in display the image uploaded using session id
`<?php print '<img src="uploads/'.$session_id.".".$ext'" />' ?>` A file extension would be a good idea, so assuming (as @pirateas has said) `$session_id = $student_id`, and you have an image saved in … -
Began Watching one who can solve this php code ?!?
one who can solve this php code ^ echo "<option><?php echo htmlspecialchars( $Player[ 'Name' ] ); ?></option>"; ^ And the error on the page http://gyazo.com/aaf5d029a1da9d52ea3341dd01e55960 -
Replied To a Post in one who can solve this php code ?!?
**First Point:** Well what the hell am I meant to solve if I don't even know what the error message is? `echo "<option><?php echo htmlspecialchars( $Player[ 'Name' ] ); ?></option>";` … -
Edited Home Network for Database Access
Hi There, This comes under a few forums on DaniWeb, so I've guessed and posted it here... I have two computers, both connected to the internet and running Windows 7 … -
Created Home Network for Database Access
Hi There, This comes under a few forums on DaniWeb, so I've guessed and posted it here... I have two computers, both connected to the internet and running Windows 7 … -
Began Watching Home Network for Database Access
Hi There, This comes under a few forums on DaniWeb, so I've guessed and posted it here... I have two computers, both connected to the internet and running Windows 7 … -
Replied To a Post in need my button disable when the textbox is Empty
Sorry my bad, meant [is_null()](http://php.net/manual/en/function.is-null.php) -
Replied To a Post in Google map api shows nothing on screen
<iframe marginheight="0" marginwidth="0" src="http://maps.google.com/maps? ... &**ll=50.954966,0.493012**&spn=0.018615,0.021458 ... output=embed" frameborder="no" height="500" scrolling="no" width="500"></iframe> Change `ll` so `ll=`-YourLat-`,`-YourLong So the end code would be like: <?php $src= "http://maps.google.com/maps?f=q&hl=en&geocode=&q=&ie=UTF8&om=1&&s=AARTsJpQqM3ktaXD4q9ItwThgIRSOtr4zg&ll=".$row[1].",".$row[2]."&spn=0.018615,0.021458&z=9&iwloc=A&output=embed"; ?> <iframe marginheight="0" marginwidth="0" … -
Began Watching Free Video Software Recommendation
I don't usually recommend software unless I am asked, but I came across something that was too good not to share. I had taken a video while biking down a … -
Replied To a Post in Free Video Software Recommendation
Looks really good, thanks!! -
Began Watching hello
hello every one m new here please say welcome to me -
Replied To a Post in hello
Hi there! -
Began Watching Hello
Hello, I'm old here. Immediately after signing up I noticed something odd about my quality score badge:  Should that be 100% or does my reputation precede me? -
Replied To a Post in Hello
Welcome! BTW: rally like your username! And it's 100% because you haven't given us reason to think anything else, yet.
The End.