194 Posted Topics

Member Avatar for somjit{}

Get yourself abyss web server, php5 and mysql server, all free, all installed on your pc, and you can buld, ammend, and change *proper* websites to your hearts content, without having to bother with a free, or paid server 'till you are ready.

Member Avatar for riahc3
0
481
Member Avatar for <M/>

Friend: What's the time? Programmer: Now(); Friend:Another beer? Programmer: if(empty(glass){ answer='yes please'; }else{ answer='no thanks';

Member Avatar for <M/>
2
202
Member Avatar for yy886
Member Avatar for pritaeas
0
288
Member Avatar for Dramz0r

Line 9 has no closing </option> and the whole thing should surely be in a <form>...</form> for any data to be $_POST ed

Member Avatar for Dramz0r
0
237
Member Avatar for davy_yg

It's simple. Nested divs with different background colors. <div class='back'> <div class='next'> <div class='inner'> </div> </div> </div> <style type='text/css'> .back{ width:100%; height:100% background-color:#CECECE;} .next{width:80%; height:80%; background-color:#CDCDCD;} .inner{width:80%; height:80%; background-color:#FFFFFF;} </style> Like so....

Member Avatar for TonyG_cyprus
0
80
Member Avatar for davy_yg

$sqlstr = "UPDATE gallery SET productname='".$productname."', image='".$location."', description='".$description."', urlimages='".$urlimages."' WHERE id=".$_REQUEST['id']; You are making heavy work of this, and it's hard to understand, and there is a" missing at the end. $request=$_REQUEST['id']; $sqlstr = "UPDATE gallery SET productname='$productname', image='$location', description='$description', urlimages='$urlimages' WHERE id='$request' "; would work better for me, and …

Member Avatar for TonyG_cyprus
0
296
Member Avatar for <M/>

Well JorgeM and LastMitch, you really impressed me, I assumed that you were both time served programmers in php html css etc. by your answers. I think I've improved a lot since using Daniweb often, I don't work in the job, I'm a hobbyist, I just like to write things …

Member Avatar for Assembly Guy
0
429
Member Avatar for joelbohm

To my mind, and the one I keep coming back to, after having tried others, is Paint Shop Pro.

Member Avatar for riinfotech
0
272
Member Avatar for gilbert.jacob1

This from w3 schools > The <nav> tag is supported in Internet Explorer 9, Firefox, Opera, Chrome, and Safari. So if you're on -IE8 it won't work. also it appears from my reading that some browsers mis-render if there is whitespace between the <li> tags. See [here](http://robertnyman.com/2010/02/24/css-display-inline-block-why-it-rocks-and-why-it-sucks/ )

Member Avatar for gilbert.jacob1
0
181
Member Avatar for TonyG_cyprus

I've just been playing this morning with some css3 stuff, and realised (I know I'm behind the times on this) what total Cr\*p a certain well distributed browser is! Not only do we have to add lines and lines of code to our css because the thing has it's own …

Member Avatar for asrockw7
0
269
Member Avatar for garyrichard

Totally agree Squidge, I don't know why they even have blob anymore, total pain....

Member Avatar for veedeoo
1
254
Member Avatar for louie540
Member Avatar for louie540
0
149
Member Avatar for takeover4444

I have trouble understanding your markup. you have this <li class=”last-nav-list-item nav-list-item”> which makes no sense, probably a typo, and you have no ***class*** in your css, only ID's. Take the form out of the ul and put it in its own div `<div class="search"><form etc...></div>` and put in your …

Member Avatar for takeover4444
0
818
Member Avatar for Ancient Dragon

For every negative, Grimjack, there is a positive, and the same can be said of politicians the world over. Truth is, she took a country that was heading into a major depression, being in the stranglehold of short-sighted gimme,gimme,gimme unionists like Arthur Scargill, and turned it around. Yes some people …

Member Avatar for Agilemind
1
1K
Member Avatar for davy_yg

[Here](http://www.handy-html.com/simple-css-dropdown-menu-updated/) is a simple, easy to modify with css one, or google 'css drop down menu'

Member Avatar for takeover4444
0
136
Member Avatar for James singizi

I keep looking at OOP, and PDO, and then bottle out, and continue procedural. I find it more difficult to retain anything as I'm getting older. Learning greek for me is a pain too, coz I keep forgetting what I learned yesterday! At least with the php I can refer …

Member Avatar for pritaeas
0
323
Member Avatar for Angle90

You can, perhaps write a function to display/run files after extraction using something like an include or similar, but you will need to check permissions on the server. It's one thing to get it working on your dev machine where you have all permissions but as pointed out by jwenting, …

Member Avatar for TonyG_cyprus
0
289
Member Avatar for Reverend Jim

I suppose we're lucky here on Cyprus, there's crime, and some violent crime, but not nearly as much as the rest of Europe, or the Americas. It was explained to me, by a policeman friend. This is a small island. The indigenous people have lived village like for generations, and …

Member Avatar for Reverend Jim
0
162
Member Avatar for aVar++

24 years ago when my 7 year old son was given the all-clear from cancer, best day of my life. He's 31 now, and bigger than me!

Member Avatar for PatMoe
0
340
Member Avatar for davy_yg

Then when administrator updates the image, he must also update, or change the description. I see from one of your other posts that you are familliar with CKEditor, you can use that for the admin.

Member Avatar for davy_yg
0
110
Member Avatar for er.durgeshkumar

> $sql="select rollno from studentlogin where sloginid=".$loginid; You dont have a column 'sloginid' in dbase shown, so you get above error.

Member Avatar for masterjiraya
0
355
Member Avatar for Tewhano

The problem with absolute positioning by pixels, is exactly what you are experiencing, if the browser is re-sized, or the site is viewed on a different size screen, the element is still, in this case, 280pixels from the left, and 290pixels from the top. Try using percentage positioning i.e left:80%; …

Member Avatar for Tewhano
0
196
Member Avatar for GioMazing16

If you get the mysqli msi package, it's simlicity itself, assuming you're on windows of course.

Member Avatar for cereal
0
224
Member Avatar for Ekerichard101

Unfortunately, using 'live' editors is not learning html, to do that you need to start from *very* basics, don't try running before you can walk, google 'html beginner tutorials' If you need a quick fix, try [wix.com](http://www.wix.com), you should be able to do all you need there with the minimum …

Member Avatar for ftangpos
0
262
Member Avatar for keeleyb

Check that hostname, I've never had a 'live' host (either paid or free) where I was able to use 'localhost', the ones I used have remote servers for mysql, so have a different hostname from your site.

Member Avatar for keeleyb
-1
233
Member Avatar for erictdavid

So: 1/ user fills form and submits. 2/ Insert to db, send boss e-mail with link to view and ammend/comment on form, and update db. 3/ boss sends e-mail to quality team with link to view and comment, and update db, 4/ ad infinitum if required.... Don't send the form, …

Member Avatar for annaharris
0
211
Member Avatar for MasterHacker110

Personally, I'd use only html, css, php and mysql, I'm biased because they are the languages I know, but they are reasonably easy to learn and forums etc are plentiful.

Member Avatar for James singizi
0
286
Member Avatar for game06
Member Avatar for James singizi
0
663
Member Avatar for Octet

Don't rise to it <m/>, surely you can see that it's some kind of sicko humour, with the > I just heard that one of the people who died was an 80 year old. He was going to see his dad after the race, but sadly he coudn't

Member Avatar for Octet
0
523
Member Avatar for Xantipius

As a smoker for about 45 years of about 60gm a week of handroll, I'm finding it extremly difficult to give up, but I have to, doctors orders. I had a mild stroke about two months ago, no lasting damage thankfully, but it does make you aware of your mortality, …

Member Avatar for mattster
-1
546
Member Avatar for davy_yg

Like broj1 says, if you don't have ob_end_flush() at the last line the script is just hanging, waiting for the starting gun. And as yy886 says > comment out line 38 and put a session_start(); at the top and then put a echo $_SESSION['username']; below line 38. > don't do …

Member Avatar for TonyG_cyprus
0
244
Member Avatar for Kniggles

I may be being dense here, but there is no sense in this post. The first code is extremely difficult to read, because it has no indentation, like trying to read a book with no punctuation, and the 2nd 'script' is complete non-sense. Is there a question here?

Member Avatar for masterjiraya
0
378
Member Avatar for nitin1

I lost my Father to a heart attack 43 years ago and still think about him almost every day and miss him always, my dear Mother was on Dialysis for 12 years, and never recovered from a simple operation to move a vein, one that she'd had many times before. …

Member Avatar for TonyG_cyprus
0
445
Member Avatar for <M/>

I made it to the last day, some achievement for me, trust me. Shame was I lost quite a few little earners there, you could buy and sell almost anything. Cigs were a good earner, but matches were worth more, and a lighter, wow!

Member Avatar for <M/>
0
329
Member Avatar for gssr

I think this is a JavaScript question, also, the label tags are wrong and nothing will work if it's not within <form></form> tags

Member Avatar for gssr
0
174
Member Avatar for varunsara

Read the numbers, guys, unless my math is out, the allocated memory is six times the required, must be a problem somewhere else. We need the code at least, and some server details.

Member Avatar for TonyG_cyprus
0
300
Member Avatar for TonyG_cyprus

Just heard you lucky lot accross the pond are to be treated to some *real* sport next season with NBC and NBC Sports showing all the UK Premiership Football next season, time for you to watch some real skills.

Member Avatar for <M/>
0
146
Member Avatar for wolfgangcs

> the second one is that you are using mysql_fetch_array that is deprecated and really bad practice many-many years now , Bit misleading there i fear, not only is mysql still in use and **not** deprecated AFAIK, it's not likely to be either, although it's recommended to use PDO with …

Member Avatar for masterjiraya
0
598
Member Avatar for NardCake

OMG! I'm so *slow!* It took me *ages* to get used to windows 7 when I was gifted a pc with it installed by a returning home ex-pat (previously an XP fanatic), now I have to think about *another* OS!......Where will it all end?.......

Member Avatar for jwenting
0
466
Member Avatar for Squidge

Sorta... click on 'change image' link-> opens page of thumbs-> click on thumb-> updates db table to link to pic to show with portfolio.

Member Avatar for Squidge
0
176
Member Avatar for daniel36
Member Avatar for frankie.bailey.14

Mr akkbkht, please don't hijack other peoples threads, you are unlikely to get a reply, start your own thread if you cannot find your answer by searching.

Member Avatar for masterjiraya
0
429
Member Avatar for rajhoq12

What kind of monitor, tft, lcd, how old, what make etc, I have had problems with one that turned out to be the graphics card and not the monitor at all.

Member Avatar for caperjack
0
92
Member Avatar for TonyG_cyprus

On an idle Sunday afternoon, I came accross an article about not showing the animation at the Windows start, and followed the instruction to Control Panel -> Administrative Tools -> System Configuration ->Boot tab. I clicked the No GUI Boot box and re-started. True enough no animation, but no quicker, …

Member Avatar for TonyG_cyprus
0
163
Member Avatar for kyriacos1986
Member Avatar for yap.junjie.7

Maybe I'm the strange one, but I always put php tags at top and bottom, and echo out all of the html, in a block, and only use single quotes. That way I always know where I am. I even use single quotes as standard if I'm writing html, with …

Member Avatar for TonyG_cyprus
0
396
Member Avatar for beginnerpals

echo(" <td><center><input type= 'checkbox' name='selected[prof_id]' value= 'false' id='checkbox1' /> </td>"); this line seems to be sending an empty value maybe... echo(" <td><center><input type= 'checkbox' name='".$results['prof_id']."' value= '".$results['prof_id']."' id='checkbox1' /> </td>"); will send the name/value pair that you want to delconfirm.php

Member Avatar for beginnerpals
0
254
Member Avatar for <M/>

Most times by the time I get home from work I'm too lazy/tired/drunk (!all of the above!) to even bother to take the coat off, let alone hang and button/zip it! fortunately, living in Cyprus, I rarely have to wear one!

Member Avatar for vinnitro
0
248
Member Avatar for Nirmeen Ased

Also single quotes around $year AS category FROM award WHERE HonoringYear='$year'"; (also, makes easier reading if you capitalise )

Member Avatar for Webville312
0
117
Member Avatar for joshl_1995

Why *not* just put it in a subfolder? It's not like it'll slow things down or anything.

Member Avatar for joshl_1995
0
193

The End.