Posts
 
Reputation
Joined
Last Seen
Ranked #633
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
87% Quality Score
Upvotes Received
55
Posts with Upvotes
50
Upvoting Members
29
Downvotes Received
8
Posts with Downvotes
6
Downvoting Members
6
7 Commented Posts
2 Endorsements
Ranked #621
Ranked #339
~131.63K People Reached
Favorite Tags

194 Posted Topics

Member Avatar for vegaseat

Even when you know you've had enough, it's hard to say no when someone offers to buy you that fifth beer! - Me

Member Avatar for Reverend Jim
15
13K
Member Avatar for Duki
Member Avatar for Dani
22
17K
Member Avatar for LastMitch

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 …

Member Avatar for LoanHensley
6
6K
Member Avatar for mike_2000_17

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, …

Member Avatar for Reverend Jim
2
2K
Member Avatar for Reverend Jim

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............

Member Avatar for Reverend Jim
7
5K
Member Avatar for christina>you
Member Avatar for TonyG_cyprus

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> …

Member Avatar for TonyG_cyprus
0
181
Member Avatar for wasikjawad

> 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' !

Member Avatar for EDWARD_4
0
305
Member Avatar for iAssistant
Member Avatar for debasisdas

'The elevator to success is out of order - please use the stairs' -Anon

Member Avatar for James_28
8
17K
Member Avatar for aVar++

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 …

Member Avatar for HiHe
3
2K
Member Avatar for pritaeas

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, …

Member Avatar for diafol
0
1K
Member Avatar for shrikanthnk

Up to line 57 you are using mysqli, after that mysql, possible problem there?

Member Avatar for AndrisP
0
185
Member Avatar for imBaCodes
Member Avatar for Troy III
1
616
Member Avatar for TonyG_cyprus

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......

Member Avatar for <M/>
0
370
Member Avatar for sushants
Member Avatar for TonyG_cyprus

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 …

Member Avatar for Stuugie
0
149
Member Avatar for davidjennings

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 …

Member Avatar for davidjennings
0
541
Member Avatar for geneh23

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 …

Member Avatar for cereal
0
720
Member Avatar for SoreComet

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.

Member Avatar for TonyG_cyprus
-1
316
Member Avatar for nisbusiness

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!

Member Avatar for madelinekim
-4
6K
Member Avatar for Stuugie

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, …

Member Avatar for BigPaw
0
439
Member Avatar for yaragalla_mural

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.

Member Avatar for TonyG_cyprus
0
165
Member Avatar for engrjd91
Member Avatar for Albert Pinto

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.

Member Avatar for Albert Pinto
0
282
Member Avatar for Xantipius

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.

Member Avatar for Xantipius
0
207
Member Avatar for amkaos

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.

Member Avatar for amkaos
0
287
Member Avatar for asif49

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.

Member Avatar for jwenting
0
751
Member Avatar for vegaseat

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 `&#39;` is the ANSI code for `'` and the `#FB2B27`is a red, `#00B008` will be …

Member Avatar for TonyG_cyprus
0
3K
Member Avatar for bilal_fazlani

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 …

Member Avatar for crescendo
-1
216
Member Avatar for showman13

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 …

Member Avatar for Zagga
0
214
Member Avatar for McLaren

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......

Member Avatar for McLaren
0
647
Member Avatar for andika.kurniawan.121

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".

Member Avatar for TonyG_cyprus
0
141
Member Avatar for dina85

`$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.

Member Avatar for dina85
0
156
Member Avatar for MasterHacker110

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'

Member Avatar for MasterHacker110
0
311
Member Avatar for sashaiel

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!

Member Avatar for sashaiel
0
127
Member Avatar for mr.unknown
Member Avatar for geneh23

Never done it myself, but I would think that 'Google' would be the place to start with questions.

Member Avatar for geneh23
0
133
Member Avatar for adityamadhira

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.

Member Avatar for TonyG_cyprus
0
147
Member Avatar for happygeek
Member Avatar for happygeek
3
465
Member Avatar for showman13

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.

Member Avatar for showman13
0
210
Member Avatar for geneh23
Member Avatar for OsaMasw

$sql2 = "SELECT addedby FROM files WHERE addedby = '".$data['username']."' LIMIT 20"; should do it

Member Avatar for OsaMasw
-1
174
Member Avatar for PHIPH

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 …

Member Avatar for olugbade.nicholas
0
198
Member Avatar for marvin.gorres.5

Worked for me when I changed the " for ' and the ' for " It's the way I normally write it.

Member Avatar for Webville312
0
331
Member Avatar for noahwilson

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.

Member Avatar for TonyG_cyprus
-2
97
Member Avatar for garyjohnson

@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, …

Member Avatar for Lincoln65
1
220
Member Avatar for Xantipius
Member Avatar for Xantipius
0
396
Member Avatar for NardCake

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.

Member Avatar for NardCake
0
136
Member Avatar for Fiorentino01^

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.

Member Avatar for TonyG_cyprus
0
290

The End.