474 Posted Topics

Member Avatar for dudegio

Try not having the html tags and the head tags! Browsers are amazingly versatile, and display more than just html. Plain text can be shown also. But WHY??? What's the point of your blank file? If it's index.htm and intended to prevent people knowing what is in a folder's file …

Member Avatar for drjohn
0
204
Member Avatar for GlenRogers

Is the parent file also called something.php or is it something.htm ? Needs to be the former, not the latter.

Member Avatar for drjohn
0
227
Member Avatar for designershiv

Why do you wish to do this??? Tables are for presenting data and that is what yours seems to be doing. It is NOT a list. Tables exist for a reason. Are you mis-interpreting the common, correct, statement that you should not use tables for layout?

Member Avatar for designershiv
0
359
Member Avatar for brandon66

Normalise the data. Or the easier way, create an ERD, then work out which attributes with each entity. So you could give us a clue by stating what the dmr actually is, what the tuner is - what does it tune? engines, radio frequncies, etc. What do they do? Is …

Member Avatar for brandon66
0
187
Member Avatar for dantheman50_98

Every robot that visits the site and checks out a link results in a "download" to view the file. Webaliser does not distinguish between robots and normal users. Try awstats. much more believable data from that.

Member Avatar for drjohn
0
185
Member Avatar for TonyG_cyprus
Member Avatar for sahil.bhatia.18

You're doing research, and you are asking for a topic on a web forum??? Speed comparision mysql vs oracle on a 100,000,000 row table, with and without indexes The internal file structure of mysql vs oracle - a comparative study. Advantages and disadvantages of mysql over oracle and access as …

Member Avatar for drjohn
0
237
Member Avatar for Violet_82

these might help you. http://www.opencms.org/en/ http://www.opencms.org/en/support/tour/index.html

Member Avatar for Violet_82
0
165
Member Avatar for participantjava

I use the full url, as in http://sitename/images/favicon.ico where you just have images/favicon.ico

Member Avatar for participantjava
0
210
Member Avatar for minimee120

Use the above code for just the laptop, then a separate if below that for the monitor, then a separate if for each of the others. You could use an array and loop through the array, with the same sort of print logic (only print if !=0 or if greater …

Member Avatar for diafol
0
210
Member Avatar for luke.belleghem

If you are willing to let people leave a box empty/field on the form, then you can do either default null or select the null checkbox! Both will give the same result. If you check the not null box, it will fail to store the empty / null value that …

Member Avatar for drjohn
0
255
Member Avatar for Angel78

Your first step, outside the loop, should be to print the the first two numbers that you are seeding the array with echo $prev[0]; echo $prev[1]; then continue up to your target value in the loop. but loop like htis for ($i = 2; $i < $nr; $i++) or you …

Member Avatar for Angel78
0
154
Member Avatar for jcomputing
Member Avatar for LogicWeb

The content in the header div is forcing that div to be wider than you want when you make the viewport width smaller. This then makes the content below your menu sit centered on THAT width while your menu contracts to match the viewport size. Split the content in the …

Member Avatar for LastMitch
0
132
Member Avatar for Ritesh_4

Use the standard css3 method to get your box shadow. Then visit this site http://css3pie.com/ And use their behavior: url(PIE.htc); No need for images at all. The PIE file also lets you add other css3 effects for older versions of IE. Like text-shadow and broder-radius I do hope you are …

Member Avatar for Ritesh_4
0
151
Member Avatar for MRehanQadri

google for free email form services. There are many, and they usually include an advert for themselves in the email sent. But as it is going to yourslef, that doesn't matter, does it? They give you a bit of code to stick on your pages.

Member Avatar for MRehanQadri
-1
242
Member Avatar for venkyb47

You have no need for the value column. Just a simple one column table, where status is a varchar. No need for joins, use it as a lookup table in queries to populate a drop down options box in a fomr a user completes. It's a common beginner's mistake to …

Member Avatar for drjohn
0
3K
Member Avatar for technosaha

Google gives me, for some sites with a similar amount of traffic about £1 / $1.60 a day. Ah - when I click on your menu items, I get thrown over to betting sites full page ads, I get anti malware advisors popping up saying don't go here. I get …

Member Avatar for technosaha
0
327
Member Avatar for 2mhzbrain

Payroll and accounting on the web?!!! Totally insane and asking for major problems. If my last job had put my payroll details on a web server, I'd have been round banging on doors complaining like mad! Only a total newbie would dare to suggest such an idea.

Member Avatar for drjohn
0
418
Member Avatar for baol

You might want to run your pages through the html validator... http://validator.w3.org/

Member Avatar for mattster
0
257
Member Avatar for chira.laura.9

Typical homework problem. First, you have to attempt it according to what you learned in class. Then we might offer advice.

Member Avatar for drjohn
0
230
Member Avatar for lewashby

When you use a single gigantic word with no spaces in it, it forces the container to be wide enough to hold it. The word will not break in the middle at random and have the remaining letters on a new line. So you test is seriously flawed. You should …

Member Avatar for TonyG_cyprus
0
150
Member Avatar for tsp003

Query your database to collect the data Use PHP to create a standard list with nested lists of links. Create a standard menu Use css to hide the bits you don't want initially shown Use hover to reveal them. If you wish to use javascript, use something simple, tried and …

Member Avatar for tsp003
0
231
Member Avatar for ebc3142

Try using a tab delimited file instead. I update 64,000 rows every week using a tab delimited file and it works every time. Inventing your on type of csv file is never worth the effort when there are tried and tested methods.

Member Avatar for cereal
0
149
Member Avatar for Fiorentino01^

If you want to practice with mysql / php you need a web server to handle this. WAMPP and the like provide you with a local, private, test web server so you can do this. I use usbwebserver as it doesn't need to be installed and is totally portable on …

Member Avatar for drjohn
0
357
Member Avatar for Ritesh_4

If it is a site you own, you should have the development oroginal copy on your pc. If it is a site you are taking over to edit, use ftp to download the entire site. If it is a site you wish to examine that belongs to someone else, HTTrack …

Member Avatar for Ritesh_4
0
121
Member Avatar for islam-morad

You have a table certificate with an attribute result_id and that appears to be a foreigh key from a table called result. But result only has a SINGLE attribute - result_id. Why are you storing this value twice??? The table result looks totally redundant to me. Also, you have department …

Member Avatar for drjohn
0
513
Member Avatar for garyjohnson

Google search pagination in php There are plenty of standard ways to do this, using mysql queries and manipulating the limit option to pull sets of images at a time from the database.

Member Avatar for garyjohnson
0
277
Member Avatar for jonathan.gardner.58

The html editor NVU is dead and has been for about four years, and was replaced with Kompozer which has a help forum (http://wysifauthoring.informe.com/forum/index.php) but that editor too hasn't been updated for a while, although the forum is active and helpful for beginners and occasional users. The author of NVU …

Member Avatar for diafol
1
142
Member Avatar for Tunnleram

I just created your table on my local server, moved the } in the while loop to AFTER the last ECHO, so I could see the row you used and a new row I inserted without entering a created_date. I got exactly the expected result - two sets of data, …

Member Avatar for Tunnleram
1
247
Member Avatar for showman13

You might just want to check that your host actually supports mysqli - I too recently decided it was time to expand my skillset and do things in what appeared to be the modern way. Pity that the web host I tried my new project on hadn't set the server …

Member Avatar for drjohn
0
226
Member Avatar for wvoke9

just replace IndividualFrequency in the second query with COUNT(*) !!!

Member Avatar for wvoke9
0
151
Member Avatar for sleepswim

Pages will not load any faster in an iframe than if you simply opened the page in a new tab or replaced the existing page with the new page!!! Unless of ocurse you are only altering a few lines displayed. The data still has to be retrieved from the server, …

Member Avatar for drjohn
0
118
Member Avatar for GraficRegret

To take data entered on a web page and put it in a database, you use a form and give the form and action - tell it to run a script when the submit button is clicked. The script then takes the data, connects to the database and runs an …

Member Avatar for GraficRegret
0
111
Member Avatar for faizan.saleem.96

You don't use myphpadmin (I think you actually mean phpmyadmin), you write a line of php and tell it to display the number it reads from the database in the format you want. The number will be stored in the database in the database's format, and that has nothing to …

Member Avatar for faizan.saleem.96
0
214
Member Avatar for RinzLove

I've had data that had a ' in it a few times, and that caused me problems. I loaded the csv file into Excel, and saved it as text, tab delimited and the problem went away instantly. I've stuck to that method and delimiter ever since.

Member Avatar for drjohn
0
2K
Member Avatar for joeyliew7

Give the sub menu a high z-index - the Professional Education bit is sitting over the flyout menu. I set for cat ul z-index:50 and it worked, you probably don't need as high a value as that, but I didn't bother looking for a smaller answer.

Member Avatar for joeyliew7
0
226
Member Avatar for JySysAdmin

That's normal with floats. When you have a set of floats that have to line up, you discover that the next line hits the bottom of the tallest item in the previous line and stops there. The solution is simple - set a min-height based on the tallest item expected …

Member Avatar for JySysAdmin
0
604
Member Avatar for jspence29

Your site uses what is termed mystery meat navigation - areas that have to be prodded to find out what they are. This has been considered a bad interface for the last 10 - 12 years ! Enter the 21st century by giving them a normal navigation system. Next, you …

Member Avatar for jspence29
0
185
Member Avatar for FireBlah

Sounds like your homework to me ;) Who ever heard of a hospital hiring a beginner to create a database, when they almost certainly use one of the existing medical / patient databases that are available commerically.

Member Avatar for FireBlah
0
357
Member Avatar for mhaselip

We need a bit more info as to the actual fields in each table before we can help. Also there is no need to prefix every table name with tbl ! Among other things it gets in the way of reading the actual name. winners, user, completerewards, rewards - so …

Member Avatar for mhaselip
0
230
Member Avatar for ramon.johnston.3

First, Word is very VERY **VERY** bad for creating a web page!!! Use a proper editor (eg Notepad++) rather than something desinged to create a Word doc. Secondly, your links probably point at places on your hard drive, ie are absolute links. You may even have made the classic begginers …

Member Avatar for drjohn
0
264
Member Avatar for <M/>
Member Avatar for FaisalSarfraz
0
156
Member Avatar for on93
Member Avatar for dante123

line 19 float:left AND position:absolute ??? There's no need for a semi-colon at the end of the last style rule in any css declaration, but having one avoids problems later if you add another rule, as then you might forget to add it. And solving this would be an awful …

Member Avatar for drjohn
0
105
Member Avatar for GrEEfInd

You have to use some programming language, usually PHP. HTML is just for mark-up (hence the name) - it isn't a programming lanaguage. To store the comments, you'll need a database - MySQL is the commonest one you'll find from web hosts. Then you'll use SQL, another lanaguage, to retrieve …

Member Avatar for Noahv11
0
652
Member Avatar for prabhatsingh

Build a common basic page with your menu, header and footer in place, save it, then use that as the starting point for each new page, just altering the content and saving under a new name. You are imagining that many sites have a new page open within the home …

Member Avatar for sheikhali449
0
160
Member Avatar for saraartist

> www.sarairannejad.com WHICH version of IE is giving you problems? Looks the same to me in FF, Chrome, and IE9 PS Hiding your navigation and requiring a click to reveal it is not user friendly. You're asking the user to think and many can't do that.

Member Avatar for scaiferw
0
802
Member Avatar for davy_yg

run it through http://validator.w3.org/ trace the errors it mentions about div tags not being closed. (using an editor like notepad++ will show you when divs etc are not closed by color-coding things the wrong way) Oh, and it's broken at all viewport sizes I played with.

Member Avatar for davy_yg
0
223
Member Avatar for Ebiso

If the only people who will see the results from the database are your dad and partner, then putting it on line presents an unnecessary risk of exposing customer details. If yo uhave to ask, you probably don't have enough experience yet to make it secure. If it is just …

Member Avatar for pritaeas
0
124

The End.