-
Began Watching Intro
Just taking a few moments to Say hello, To say am loking forward to being a part of this comunity. I am involed in web design and do some freelance … -
Replied To a Post in Intro
Hello there! -
Began Watching Newbie
Hello everybody. I'm Linda Schrier and I am a newbie in internet marketing. -
Replied To a Post in Newbie
Hi there, welcome! -
Began Watching Hello
Hello everyone.. I am new to this forum and also to C programming. -
Replied To a Post in Hello
Welcome! Good luck with learning C! ;) -
Began Watching Hello :)
Hi, I'm Scott a PHP Developer in the UK, I also use some C++ and C# and know some python. I joined to get some thoughts from a comunity of … -
Replied To a Post in Hello :)
Hi there! -
Replied To a Post in Education
> goes to paying for that new football stadium Luckily we dont get thet problem in the UK aha -
Began Watching Education
Do we really need accrediated education to effectivly have the expected experience and/or knowledge in a chosen field? For instance can we learn more from doing a course in programming … -
Replied To a Post in Education
I've always found that my degree was the making of me. I was catapaulted into a very nice position in financial development, all because I went to a top university. … -
Replied To a Post in need my button disable when the textbox is Empty
Or this will do the same thing: `<?php if(!not_null($result[0]['Heamogram_26'])){echo "disabled='disabled'";}?>` -
Replied To a Post in need my button disable when the textbox is Empty
`<?php if(!not_null($result[0]['Heamogram_26'])){echo "disabled";}?>` -
Began Watching HTML 5 & CSS drop down menu
HI guys hope your all well. I'm in the final stages of getting my website created. I wanted a simple HTML/CSS dropdown menu I have found this, from this website … -
Replied To a Post in HTML 5 & CSS drop down menu
you dont get that problem here: http://jsfiddle.net/g77s2egj/ -
Began Watching No "Open option" is present in IE11 when downloading pdf from a link
Hi All, I have an application which runs in IE11. There is one link in the application which has pdf as attachment. when i click on it , IE11 shows … -
Replied To a Post in No "Open option" is present in IE11 when downloading pdf from a link
See if any of these JS plugins help http://www.jqueryrain.com/2012/09/best-jquery-pdf-viewer-plugin-examples/ http://www.sitepoint.com/javascriptjquery-pdf-viewer-plugins/ http://plugins.jquery.com/tag/pdf/ -
Began Watching upload image into mysql db using php and fetch that image
i want to upload the employee profile picture into mysql database using php. i tried this coding. image uploaded successful but when i fetch that image on browser it shows … -
Replied To a Post in upload image into mysql db using php and fetch that image
I know it's already been said, but I really think it should be mentioned again. ## Database: ## *id,name ,title,age,profile_picture* { 1,"Bob","CEO",34,"bobs pic.jpg" } { 2,"Bill","Developer",27,"billpic.png" } ## PHP ## … -
Began Watching Issue with MySQL / PHP - Can't connect to local MySQL server through socket
"Can't connect to local MySQL server through socket '/tmp/mysqld.sock' (2)" Here's my code: <?php $dbhost=$_POST['dbhost']; // Host name $dbusername=$_POST['dbusername']; // Mysql username $dbpassword=$_POST['dbpassword']; // Mysql password $db_name=$_POST['database']; // Database name … -
Replied To a Post in Issue with MySQL / PHP - Can't connect to local MySQL server through socket
^ Agreed :) BTW - a little off-topic pointer: Because `if(){}` looks to see if a statement is true, and will do an `else` if not, you do not need … -
Began Watching need my button disable when the textbox is Empty
Hi i have 10 texboxes, to check the value of each textbox from database wheither it empty(null) or not empty and depending upon value, button is enabled/disabled, if one of … -
Replied To a Post in need my button disable when the textbox is Empty
Are your 'textboxes' in different rows or columns? Do you have 10 rows, each with a 'textbox' in? Please provide information to how your databse is structured, as it is … -
Began Watching Hi! i'm here
Hello! I am very glad to see all. I work in the IT field for many years. I will be glad to share their experiences and will take advice from … -
Replied To a Post in Hi! i'm here
Hi there! -
Began Watching Beginner of Website Developer
Hi all, I'm a student from Bali - Indonesia and really want to involve in Web Development business. I'm sure that this is the right place for me to learn … -
Replied To a Post in Beginner of Website Developer
Welcome -
Began Watching Greetings DaniWeb Members
Clif40Rd Here -
Replied To a Post in Greetings DaniWeb Members
Welcome! Oh the days of high school and education aha - very long time ago! Honestly the stuff we used to get up to at uni lol.... > At The … -
Replied To a Post in Memorable Quotations
If you want it done right, do it yourself. -
Replied To a Post in problem Bootstrap 3 icons
Probably not to be honest, but maybe. **BUT YOURS NOW LOOKS LIKE IT'S WORKING!! YAY!!** -
Began Watching Php script for regional Language e-paper
Hi everyone, i want Php script for regional Language e-paper like http://epaper.pudhari.com/ that because i want same Hard copy paper on to website in that block wise news reading option … -
Replied To a Post in Php script for regional Language e-paper
So you have a PHP-based website, and you want a link to display an e-paper? Very confused here, your post makes no sense at all. -
Replied To a Post in problem Bootstrap 3 icons
I think it just so happens that the Cerulean contains some sort of overwrite for the icons, that being the only reason why it worked. BTW: the reason I say … -
Replied To a Post in problem Bootstrap 3 icons
This is because you are only inluding the "Cosmo" overwrites to bootstrap. Try including this file as well: `http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css` So lines 9-11: <!-- Bootstrap --> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <link href="css/cosmo.css" … -
Began Watching Enable/Disable Button by my database value 0 or 1
I have two radio button that are value 0 and 1 stored in mysql database after that i want to enable(when value is =1) or disable(when value is =0) button. … -
Replied To a Post in Enable/Disable Button by my database value 0 or 1
Using what the guys have said about obtaining the `$radio` variable: Solution to your version <input name="xyz" <?php if($radio == 0){echo "disabled='disabled'";} ?> /> Neater version <?php $input = "<input … -
Began Watching add username and password to table with text entry
I need help adding new users to a table i have made for an admin that can add or delete users from said table freely. What i have so far … -
Replied To a Post in add username and password to table with text entry
Okay so first things first, any SQL/PHP error messages at all? Have you checked that your databases are set up exactly the same, there are no differences in structures etc … -
Created Star Wars: Episode 7
Since my childhood, I've anticipated nothing more than an addition to the StarWars saga, and episode VII is a dream come true!! https://www.youtube.com/watch?v=z7CtvaartRY https://www.youtube.com/watch?v=Snph22qSUMU What are our comments/thoughts on the … -
Began Watching Star Wars: Episode 7
Since my childhood, I've anticipated nothing more than an addition to the StarWars saga, and episode VII is a dream come true!! https://www.youtube.com/watch?v=z7CtvaartRY https://www.youtube.com/watch?v=Snph22qSUMU What are our comments/thoughts on the … -
Began Watching Memorable Quotations
Once harm has been done, even a fool understands it. -- Homer -
Replied To a Post in Memorable Quotations
You have to learn the rules of the game. And then you have to play better than anyone else. ~ Albert Einstein -
Began Watching Hello DaniWeb...!
Hello , I am Ali from Pakistan and new to this forum and addicted to it. People here are so helping. ;) -
Replied To a Post in Hello DaniWeb...!
Hi there! :) -
Began Watching Best PHP Forum
I'm searching for a forum for my website http://www.game4tress.com The only free forum I know is https://www.phpbb.com/ The problem is that I've used this forum in the past and I … -
Replied To a Post in Best PHP Forum
phpBB 3.0.12 is (and can have mods to make it even better) pretty good at stopping spam, so maybe still worth looking at. Other free ones could be SMF or … -
Began Watching ipboard news on my page. Helpp! PLZZ!
Good evening I have this code in PHP that serves to list the latest topics in a forum (IPBOARD): <?php // CONFIGURAÇÕES DE CONEXÃO $connect = mysql_connect("localhost","root","senha") or die (mysql_error()); … -
Replied To a Post in ipboard news on my page. Helpp! PLZZ!
Can we see the code you've made, errors you're getting? Maybe because all of your code has spanish comments/link, or it's just me, but I don't really understand what youre … -
Began Watching Web Development
Hi, I'm new to web development sector. Can anyone suggest me some tips or blogs to gain information about the web development with emerging ideas and tricks.
The End.