- Strength to Increase Rep
- +7
- Strength to Decrease Rep
- -1
- Upvotes Received
- 55
- Posts with Upvotes
- 50
- Upvoting Members
- 29
- Downvotes Received
- 8
- Posts with Downvotes
- 6
- Downvoting Members
- 6
194 Posted Topics
Re: Even when you know you've had enough, it's hard to say no when someone offers to buy you that fifth beer! - Me | |
Re: The old Sunday aftenoon staple...... Beer, beer and more beer! | |
![]() | Re: Don't know about movies, cos I don't do much tv, but I did recently revisit (courtesy of the WWW.) some childhood tv progs. i can probably beat Ancient Dragon by a few years, by remembering Fireball XL5 on uk tv, hence the avatar change to 'Robbie the Robot' Ah!, such … |
Re: The problem comes when the data or information collected id mis-interpreted. Lets say you read a news article about an 'urban terrorist' who just blew up a supermarket using a home made device, and the article mentions how the guy got the recipe for the device on the internet. Now, … | |
Re: wonderful discussion, > Other words, like "plough" (today spelled "plow") Sorry @Rev, only in The Americas, still "plough" in UK. Seems to me the only true "universal" languages are computer languages, where they have to be, or things start going horribly wrong............ | |
Hi all, it's been awhile... my prob. I have a form to order drinks in a bar, as below. <div class="col_left"> <h2> Order Your Drinks And Food</h2><br /> <form action="process.php" method="post" name="orders"> <table border="1" class="trapezi"> <tr> <th>Drink</th><th>Qty</th> </tr> <tr> <td><input type="checkbox" name="drink[]" value="p/c">Carlsberg 50cl</td> <td><input type="text" name="drinkno[]" size="2"></td> </tr> <tr> … | |
Re: > I will suggest you to buy likes from a trusted supplier like Think about your internet name > Institute for Professional Developement Do you really want to associate your name with a scam like *buying* likes? If so knock off the 'Professional' ! | |
Re: 24c here today, lovely... warming up nicely for summer! | |
Re: 'The elevator to success is out of order - please use the stairs' -Anon | |
Re: Personally I'm scared of the consequences, as a Brit living in Cyprus, not 5 miles from the British base where UK, US and French forces are based. Already this week we have had an incursion by Syrian russian made bombers, which were thankfully scared off before they reached our airspace … | |
Re: I just came back after a long absense, been doing a refurb job in work and was so tired coming home that I haven't even booted my pc for a month or more. A bit surprised at the new look, it'll take me a while to get used to it, … ![]() | |
Re: Up to line 57 you are using mysqli, after that mysql, possible problem there? | |
Re: @Assembly Guy, wasn't Bruce Willis in that one? Or mayby it was Stallone? | |
Anyone seen or heard from him lately? I was just thinking, since I saw on the BBC about the California fires, he hasn't been as prolific, hopefully just exams or something mundane...... | |
I'm surprised no-one asked this before, but here goes, If Mark Zuckerberg is such an all round good guy, straight up and down person, how come Facebook hasn't got a bad words filter of *any* description? I'm not a regular contributor, in fact I started my account only because I … | |
Re: if you are using > $conn = mysql_connect("localhost","user_david","password","djenning_databaseclass"); this line, you have to put the password in clear type, other wise the server will kick the connection as yours is doing. otherwise use something like <?php $dbhost='localhost'; $dbuser='auser'; $dbpass='abc'; $dbname='website' ?> as config,php and <?php $link=mysqli_connect($dbhost, $dbuser, $dbpass,$dbname) or die … | |
Re: The way I'm reading this you are storing the actual image in the database, much easier to store the images in a file, say 'map_images' and the image *location* in the db, as LastMitch's code. So in your db you have **img 1** for id and **map_images/img 1** for the … | |
![]() | Re: just google 'jq parallax' , download one and play! They are quite simple if you take the time to read the sample or demo code, change a bit and view your changes. Do that a few times and you'll begin to understand how to integrate into a site. |
Re: How about plain old markup, php, and css. That way you get only the code/ markup you need, and you get to learn new stuff at the same time! | |
Re: My old dad, god rest him, always said, "There are two things in life you can do nothing about, getting old and dying, so don't worry about either" and I don't *need* glasses, it's just that my arms are getting shorter! (I'm a twenty something 59 year old.) @ R.J, … | |
Re: Like violet 82 says, if you have set a fixed width, padding, margin etc to your child divs, that will always remain the same when the browser size is changed. You must use percentages to be truly responsive. | |
| |
Re: Check the size of your `transparent_image.png` (I would make it 1px x 1px) and use `background-repeat: repeat;` because although your div is 100% x 100% your image may not be big enough. | |
Re: A 'Lush' in my language would be either a/ someone who 'uses' others to provide an easy life, or b/ a life without care, no worries about money etc, such as a hereditary millionaire may have. | |
Re: I would normally use `if(isset($_POST['submit'])){`'the rest of your code'`}` so the form is only submitted if the submit button is clicked, no matter how many times you refresh the page. | |
Re: Copy and zip up the files you're worried about, e-mail them to yourself,or upload to the cloud, remove them from the drive, and get them back at your destination. | |
Re: First of all, this thread is *over 6 years old*, so you are lucky to get a reply, read the *rules*. Search before asking. You are obviously *very* new to this if you didn't know `'` is the ANSI code for `'` and the `#FB2B27`is a red, `#00B008` will be … | |
Re: It looks to me like it's doing exactly whats asked of it. if you rotate your phone 270deg, it doesn't change shape, and neither will a tea tray, or a slice of bread, or a mouse mat, or a printed piece of html! To achieve what I think you do … | |
Re: The bottom line for me is tables are for 'tabulated data' i.e price lists, stock lists and the like, The kind of thing that you are doing on this site needs only divs and css. It would be much, much simpler to code, and you could ditch much of your … ![]() | |
Re: How many e-mails are being sent? It sounds like gmail has rumbled the fact that this is not just personal mail, but commercial. If you are sending mass e-mails you are gonna have to pay...... | |
Re: You will not learn anything unless you research yourself. You may pass the course, but you will not have *learned* anything. Google "mysql table joins". | |
Re: `$sql = "select * from pemohon where kp_baru='$kp';";` the first semi-colon (;) is un-neccessary. Try if($row['kp_baru']=='') { echo "No KP tiada didalam pangkalan data."; } else { echo $row['kp_baru']; } instead. | |
Re: No good linking to a file on localhost, we're not connected to your computer! Unless you are connected to the internet, and have set the SMTP server address in php.ini file, nothing will be sent from 'localhost' | |
Re: Don't have a problem with either, interesting sites though, I've bookmarked them both, didn't realise there were so many species of dino! | |
Re: Never done it myself, but I would think that 'Google' would be the place to start with questions. | |
Re: Also, watch your quotes, i.e <form enctype=multipart/form-data action=test.php method=post> <input type=hidden name=MAX_FILE_SIZE value=1000000> <input type=hidden name=completed value=1> Please choose a .pdf to upload: <input type=file name=imagefile><br> Please enter the title of that document: <input name=whatsit><br> None of these are properly quoted. | |
Re: Answer to the stupid blue lighted logo? Band aid or short strip of black electrical tape. | |
Re: Agree with Hearth, it's a padding issue, eric myers' reset is the best I've used, freely downloadable. Put it in your css dir, and make sure to link to it first in your head section, before linking to your normal css. | |
Re: $sql2 = "SELECT addedby FROM files WHERE addedby = '".$data['username']."' LIMIT 20"; should do it | |
Re: My wife of 36 years is a total technophobe, she is scared that if she so much as touches a computer, she will do irrepairable damage, it's as much as she can do to send atext on a *very* basic mobile. And yet, she is intelligent and witty, and a … | |
Re: Worked for me when I changed the " for ' and the ' for " It's the way I normally write it. | |
Re: I'm a bit confused why, as you live in Dheli, and are obviously a learner, how you have a very professional Australian website as your homepage in your profile. | |
Re: @gary, your site, as far as we can tell is 1,000,000 percent better than the 'build your own' 'no knowledge required, but we will add-in 500 times more code than is needed' site that @ggamble refers to! Personally, I use a free server (byethost my fave) to preview 'live' sites, … | |
Re: No Idea, I was *very* young at the time, and my memory's not that good! | |
Re: Following Nichito's link, I found M+ 2p font on Fontspace [Here](http://www.fontspace.com/m-fonts/m-2p) its free to do as you will with. Fontspace is a site to bookmark. | |
Re: It won't work, because you have errors. First name:<input type="Text" name="first"><br> Last name:<input type="Text" name="last"><br> is in your form markup but, // Get values from form $firstname=$_POST['firstname']; $lastname=$_POST['lastname']; is what your code is looking for. The 'name' attribute in the form must match the 'S_POST' request. |
The End.