In all but the internet Explorer errors

Hi all

I've been working on something, and I am puzzled as to why I am getting an error for Firefox, Chrome, etc. ; but don't get not all errors in the browser.  The error is:

View : Undefined index: start online 47

The code is:


<!--  this is the initial setup for breaking the records into pages --!>
<?php


$page_name="index.php?content=all_movie_grid"; 
$start=$_GET['start'];           // this is line 47


if(strlen($start) > 0 and !is_numeric($start)){
echo "Data Error";
exit;
}




$eu = ($start - 0); 
$limit = $set_cols * 10;                                 // No of records to be shown per page.
$this1 = $eu + $limit; 
$back = $eu - $limit; 
$next = $eu + $limit; 


/////////////// WE have to find out the number of records in our table. We will use this to break the pages///////
$query2=" SELECT * FROM movies
  INNER JOIN family_rating ON movies.movie_star_rating=family_rating.star_id 
  INNER JOIN alias ON movies.alias=alias.alias_id
  INNER JOIN parent_alert ON movies.parent_alert=parent_alert.alert_id
  INNER JOIN rating ON movies.movie_rating=rating.rating_id
  ORDER BY movies.movie_name ASC";
$result2=mysql_query($query2);
echo mysql_error();
$nume=mysql_num_rows($result2);
/////// The variable nume above will store the total number of records in the table////


?>


<!-- end the initial setup to split the records into pages -->

And later, to the bottom of the page, I have:

<div align="center" class="paging">


<?php 


// Let us display bottom links if sufficient records are there for paging
if($nume > $limit ){ 


/////////////// Start the bottom links with Prev and next link with page numbers /////////////////
echo "<table style=\"margin: 5px; padding: 5px\"><tr><td  align='left' style=\"width: 150px\">";
//// if our variable $back is equal to 0 or more then only we will display the link to move back ////////
if($back >=0) { 
print "<a href='$page_name&start=$back&series=$search'>Previous Page</a>"; 
} 
//////////////// Let us display the page links at  center. We will not display the current page as a link ///////////
echo "</td><td align=center>";
$i=0;
$l=1;
for($i=0;$i < $nume;$i=$i+$limit){
if($i <> $eu){
echo " <a href='$page_name&start=$i&series=$search'><font face='Verdana' size='2'>$l</font>|</a> ";
}
else { echo "<font face='Verdana' size='4' color=red>$l</font>|";}        /// Current page is not displayed as link and given font color red
$l=$l+1;
}




echo "</td><td  align='right' style=\"width: 150px\">";


///////////// If we are not in the last page then Next link will be displayed. Here we check that /////


if($this1 < $nume) { 
print "<a href='$page_name&start=$next&series=$search' width='140'>Next Page</a>";} 
echo "</td></tr></table>";


}
// end of if checking sufficient records are there to display bottom navigational link. 


?>


</div>

Any help to what is why I get the error in all browsers but IE would be appreciated.  Thank you.

9thReg wrote:

Thank you very much for your answer.  I tried to set 'start' before line 47, but who seems to do everything does not because it's not redefine what 'start' is.  How to set it on the first page so that it can operate as it does now?

also, why the error does not appear in IE, but all the others?

As to why IE, we asked years and nobody knows the answer.

How do you define start?  It should just be something like:

If (isset($_GET['start'])) {$start = $_GET ['start'] ;} else {$start = 0 ;}}

Tags: Dreamweaver

Similar Questions

  • I have 17 updates failed in my story. I try to install the Internet Explorer 8 browser, but it error. How to update failed?

    I have 17 updates failed in my story. When I try to install the Internet Explorer 8 browser, it gives me an error saying that there is not the inorder of necessary updates to install IE8 browser, I need several Inorder for updates to install IE8, but yet when I go to the updates there are none for my 32 bit Windows Vista computer, it said its updated. I looked at my system icon and there is no service pack installed, this is my problem and if so how do I get it?

    How can I get updates failed if I install IE8 browser?

    Thanks in advance, Keith

    Applications, (Norton and McAfee) are notorious for not to uninstall (or upgraded) themselves.

    1. download the Norton Removal Tool, save it to your desktop: ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. right click on the file that you saved in #1 above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then restart.

    4. open Internet Explorer (only) to http://support.microsoft.com/kb/923737 & run the difficulty.

    5. open Internet Explorer (32-bit only) to http://support.microsoft.com/kb/971058 & run it in DEFAULT and modes difficulty then AGGRESSIVE. [1]

    6. restart a last time & test. If still no joy...

    7. restore ALL your backups of CCleaner & Registry Booster, restart & test again.

    ~~~~~~~~~~~~~~~~~~~~~~~~
    [1] full Disclosure: the difficulty operating in AGGRESSIVE mode will remove your update history but not the list of installed updates.

  • C4580 all-in-one does not print the page Web of the internet explore 9 64-bit

    C4580 all-in-one does not print the page Web of the internet explore 9 64-bit

    Message: Script error...

    OK if you use IE9 32-bit

    Latest version of the driver from HPupdate

    Same problem on 2 different PC - running Win7 Home premium, another the proff of Win7, both 64-bit

    Hello borisgit,

    As you have noticed one solution is to run IE9 in 32-bit mode. You can also try running the 64-bit version of IE9 as administrator to work around this problem.

    Script error when you try to print from Internet Explorer 9

  • Why do the topics become Chinese when I access my email via Firefox but not Internet Explorer?

    Why do the topics become Chinese when I access my email via Firefox but not Internet Explorer?

    Hello, this is a display caused the extension Advisor default McAfee site - please try to disable or remove that in case you have now until there's a mcafee update that may resolve the problem.

    http://service.McAfee.com/faqdocument.aspx?ID=TS100162
    https://community.McAfee.com/thread/76071

  • All they can do is go on the Internet Explore. So my question is how to get features of office for a guest user?

    Hi, I want to let my friend use my laptop and I need to set up a guest account. The problem is that when I did it, we cannot access Office so that the person cannot create any word or excel files, etc. All they can do is go on the Internet Explore. So my question is how to get features of office for a guest user?

    Don't add a guest account, add another standard user if you want another user to access programs as well.

    User account - add a new user in Windows 8

  • Site looks great with Safari, but all wrong in Internet Explorer...

    So, I developed a website on my Mac using Dreamweaver CS5, spry and tested in Safari.  It looks great.

    But, I have tried Internet Explorer 8 on Windows XP and it is allw rong.

    Here is the site:

    http://staging-area-2.com

    In Safari, the sidebar is on the left (where it should be).  BUT in Internet Explorer 8, the sidebar appears on the right, and what should be the right pane is shown below the box!

    Can anyone help?

    Remove 27px height of the. MenuBackground css

    Add clear: both; to the ContentWrapper css as below:

    {#ContentWrapper}

    Clear: both;

    }

    You will also need to add
    just before the closing tag "MenuBackground" as shown below. This will allow the background image appears.

  • I use to be able to access farmville 2 on my laptop with no problems. However for the last week I get, it's the Internet Explore cannot display the Web page.

    I ran the scan of the internet Explorer and it says to make sure that the ssl 2 and 3 more tls is checked and they are but still no luck. Does anyone have a solution to this problem

    Hi Robert,.

    1. This does happen with all the other sites?

    2 have had any changes made to the computer before the show?

    Please follow the steps from the link and check that it works very well.

    See the link.

    "Internet Explorer cannot display the webpage" error in Internet Explorer

    http://support.Microsoft.com/kb/956196/en-us

    NOTE: The Reset Internet Explorer Settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    For all windows questions do not hesitate to contact us and we will be happy to help you.

  • Whenever I try to download a file from the internet it get the same message everytime "he could not open the Internet Explorer Web site.

    Loading of the Internet

    Whenever I try to download a file from the internet it get the same message everytime "he could not open the Internet Explorer Web site.  The site requested is either not available or cannot be found.  "Please try again later ' this happens for all sites, I try to download from... Please help.

    Hello

    To work around this problem, follow these steps:

    1. start Internet Explorer.
    2. on the view menu, click Internet Options.
    3. on the Advanced tab, clear the do not save encrypted pages on the
    disk check box.
    4. go to the page where you received the error.
    5. right click on the file link, click on save target under, select one
    destination and then click Save.
    Good luck!

  • Windows 7 Dell computer laptop connects to the router, but the internet connection is spotty/slow

    I recently installed a new Comcast wireless gateway, which includes a built-in router.  My Ipod and Ipad work perfectly with this new router connection.  My Dell laptop, however, connects to the router without a problem, but it surfing the internet very slowly and sometimes can't access it at all.  The router connection remains strong during these periods of power failure, however.  I don't get online no problem when I connect directly to the router/modem with an Ethernet cable.  Network troubleshooting does not detect a problem, I have released/updated my IP address, and made sure I had updated drivers.  The issue still [persists.  Any input on what to try next?

    Hello Scot,

    Thanks for posting your question in the Microsoft Community forums.

    The description of the problem, I see that the Internet connection is very slow on the computer.

    I imagine the inconvenience that you are experiencing. We are here to help and guide you in the right direction.

    Maybe there's a chance that some network settings, start services application or a third party or a security software restricted it to connect properly and is responsible for the internet connection is slow.

    I suggest you to follow the steps below and see if it helps.

    Method 1

    I suggest you try the procedure described in the following Microsoft Article and check if it helps.

    Internet Explorer is slow? 5 things to try
    http://Windows.Microsoft.com/en-us/Windows/help/Internet-Explorer/slow-five-tips-to-boost-performance

    Warning: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

    Method 2

    If the problem persists, I suggest you to follow the steps described in the following Microsoft tutorial and see if it helps.

    Wireless and wired network problems

    http://Windows.Microsoft.com/en-us/Windows/network-connection-problem-help#network-problems=Windows-7&V1H=win81tab1&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    Why is my Internet connection so slow?

    http://Windows.Microsoft.com/en-us/Windows/why-Internet-connection-slow#why-Internet-connection-slow=Windows-7

    Method 3

    If after performing more high question method persist, try to perform the clean boot and temporarily disable security software and then check the speed of the Internet.

    Step 1: Perform the clean boot

    Put your system to the clean boot state helps determine if third-party applications or startup items are causing the problem. You must follow the steps in the article mentioned below to perform a clean boot.

    How to perform a clean boot in Windows

    http://support.Microsoft.com/kb/929135/en-us

    Note: See "How to reset the computer to start normally after a boot minimum troubleshooting" to reset the computer to start as usual after a repair.

    Step 2: Temporarily disable security software.

    Disable the antivirus 

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attack.

    Method 4

    Since then, the issue is not resolved by disabling the security software, Windows Firewall could be the next possibility. So, I suggest, temporarily, disable the Windows Firewall and check if the problem persists.

    Refer to the following steps:

    1. Press the Windows key + R, type firewall.cpl , and press ENTER.
    2. Click turn Windows Firewall on or off. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    3. Click turn off (not recommended) Windows Firewall under each network location that you want to stop trying to protect, and then click OK.

    Caution:

    You should not turn off Windows Firewall unless you have another firewall is enabled. Turning off Windows Firewall may make your computer (and your network, if you have one) more vulnerable to damage caused by worms or hackers. You must reactivate as soon as you have completed troubleshooting.

    For more details, you can see the article mentioned below.

    Enable or disable Windows Firewall

    Hope it would help. If problem persists always post back with the current state of your computer and the result of the proposed suggestion, we will be happy to help you.

    Kind regards

  • I frequently receive notifications "AW SNAP refractory Page" in all browsers, including Internet Explorer, Firefox, Chrome, Opera and Safari

    I frequently get AW SNAP Page Unresponsive notifications in all browsers, including Internet Explorer, Firefox, Chrome, Opera and Safari which seems to me that there is a set of operating system or a computer problem any.  I use one regularly well maintained (security scans, Defrag, CC Cleaner, etc.) of six year for laptop HP Pavilion 8205 with Windows XP Service Pack 3. This thing mended nuts makes me and, worse yet, no one seems to know the cause of it or a cure for it. I have a Microsoft Security Scanner and no infection occurred. Help, please!

    Hello

    -Did you change on your computer before the show?

    I suggest you follow the steps in this link that talks about a similar problem with a possible fix.

    http://answers.Microsoft.com/en-us/IE/Forum/IE9-Windows_7/Internet-Explorer-page-becomes-unresponsive-and-at/92965131-76fe-4f1F-9d93-609f7770fedc?msgId=d14e1569-69c5-41dd-97D7-7d839c5352b8

  • When I click on the internet Explorer is not responding

    When iclick vid inter net explore is not responding. and iam trying to go to the address bar of mydocuments & type msn.com .but he showed a message, windows cannot find not (null) pls sure type address again what is the problem

    Try to open the internet Explorer addon mode and see if the problem persists.

    Open IE in Mode without modules:

    Open IE-> tools-> Internet Options-> programs-> Manage Add-ons-> select Addons and turn it off-> restart IE.

    You can also click with the right button on IE and select properties to reach addons.

  • If I delete the internet Explorer on my user account will be he deleted on other user accounts

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: if I remove the internet Explorer on my user account will be he deleted on other user accounts

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Do you mean 'delete' as in 'uninstall '?

    If so, you are unable to remove Internet Explorer in any user account.

    It is part of the operating system. He lives and dies with the operating system. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How to constantly optimize the Internet Explorer window in Windows 7?

    This problem exists wince at the beginning of humanity, or so it seems. How does one ensure that browser windows will be always maximized, without the constant need to test an error in resizing, and they will remain so unless I manually size a window to a size less than the maximum value?

    In short, finally, fortunately, do we have a "Keep the browser always maximized windows" option available to us?

    Is it possible to finally be free of having to move on the edge of a window of browser on one side of the screen or the other, the same with the bottom of the window and then having to close, reopen, resize, and repeat, until finally "gets it", the user wishes to what Windows Windows to open in larger format?

    To go a step further, it often seems that if open windows in different sizes depending on what is causing the window to open, for example: 1) by clicking the Internet Explorer icon on the Quick Launch toolbar. (2) by clicking on a link of e-mail; (3) a right click on a link while reading a given an internet/URL of the page and selecting the "open in a new window" option. (4) etc, etc, etc.

    Thank you very much in advance!

    You need not do any voodo.  Just right-click on the icon that you use to open your browser and go to properties.  There is an option "maximized/minimized/normal" in there, just choose what you want.

    If it solves your problem, click on the link "Propose as answer" below and vote as useful by clicking on the green triangle for the lelft. Thank you!

  • I can not find the internet Explorer on my computer.

    I can not find the internet Explorer on my computer. To use it I have to go to corel draw, then the help and it will open to explorer 8. If I try to fown it loads, it won't let me. I got a virus and it is gone, but I can't use yet internet explore the right way.

    Hi Janie,

    The executable file for IE is called iexplore.exe.  You can click Start and then type iexplore in the search field.

    Microsoft has a tool to resolve this that should return the IE icon on the desktop - http://support.microsoft.com/kb/945402. Under the fix for me article, there is a button, you must click called Microsoft Fix it.  Click run in the file download dialog box. Follow the steps in the Wizard icon on the desktop to display Internet Explorer to create an Internet Explorer desktop icon.

    Answer him back if you try this method and let us know if it is your problem.  It is a relatively new tool and it would be nice to receive feedback on how it works.  There are several other applets fix it available for further questions.  More information can be found here: http://support.microsoft.com/fixit#tab0.

    Barbara

  • Menu Spry works in Firefox and Safari, but not Internet Explorer

    I designed my site to school in CS4 and CS5.  The left spry menu bar appears correctly in Firefox and Safari, but in Internet Explorer the gray background and the buttons do not appear.  You can see the text and when you scroll down, it disappears even if when you click on it, the link appears.  The site is http://ml.chinookschools.org.  I created the website on a mac and I'm hosting on a mac mini server on my network at the school.  I am a beginner with Dreamweaver and I don't know if anyone can help me with this, but of course, I'd be grateful for any help. Here is the source code of the main page of model:

    < / style >

    <!-TemplateBeginEditable name = "head"->

    <! - TemplateEndEditable - >

    < / head >

    < body >

    < div id = 'wrapper' >

    "< div id ="header"> < a href ="... / index.html "" > < img src = ""... / pictures/header.jpg "width ="950"height ="121"/ > < / has >"

    " < div id ="Divap1"> < a href =" http://chinookschools.org/ "" " " target = "_blank" > < img src = "... / images/hslink.gif" width = "170" height = "60" / > < / has > < / div >

    < / div >

    < div id = "bodyArea" >

    < div id = "left" >

    < ul id = "MenuBar1" class = "MenuBarVertical" >

    "< li > < a href ="... / calendar.html "> calendar < /a > < /li >"

    "< li > < a href ="... / contactinfo.html "> < /a > Contact information < /li >"

    "" < li > < a href = '... / currenthappenings.html ' class = "MenuBarItemSubmenu" > Current Happenings < /a >

    < ul >

    "< li > < a href ="... / harwoodhappen.html "> Mr. Harwood - K < /a > < /li >".

    "< li > < a href ="... / haslerhappen.html "> Ms Hasler - K < /a > < /li >".

    "< li > < a href ="... / tedwardshappen.html "> Mrs. T. Edwards - 1 < /a > < /li >".

    "< li > < a href ="... / lewishappen.html "> Mrs.. Lewis - 1 < /a > < /li >"

    "< li > < a href ="... / whitneyhappen.html "> Mrs. Whitney - 2 < /a > < /li >".

    "< li > < a href ="... / weinheimerhappen.html "> Mrs. Weinheimer - 3 < /a > < /li >".

    "< li > < a href ="... / cedwardshappen.html "> Mrs. C. Edwards - 4 < /a > < /li >".

    "< li > < a href ="... / macleodhappen.html "> Mrs. MacLeod - 5 < /a > < /li >".

    "< li > < a href ="... / mackenziehappen.html "> Ms. MacKenzie - 6 < /a > < /li >".

    "< li > < a href ="... / surberhappen.html "> Mrs. Surber - E.g. St. < /a > < /li >".

    < /ul >

    < /li >

    "< li > < a href ="... / PDFs/gifted.pdf "> gifted & amp;" Talented < /a > < /li >

    "< li > < a href ="... / libraryhappen.html "> < /a > < /li > Library News"

    "< li > < a href ="... / pto.html "> PTO < /a > < /li >"

    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > school information

    < ul >

    "< li > < a href ="... / activities.html "> activities < /a > < /li >"

    < li > < a href = "#" class = "MenuBarItemSubmenu" > < /a > schedule of classes

    < ul >

    "< li > < a href ="... / harwood.html "> Mr. Harwood - K < /a > < /li >".

    "< li > < a href ="... / hasler.html "> Ms Hasler - K < /a > < /li >".

    "< li > < a href ="... / tedwards.html "> Mrs. T. Edwards - 1 < /a > < /li >".

    "< li > < a href ="... / Lewis.html "> Mrs. Lewis - 1 < /a > < /li >".

    "< li > < a href ="... / whitney.html "> Mrs. Whitney - 2 < /a > < /li >".

    "< li > < a href ="... / weinheimer.html "> Mrs. Weinheimer - 3 < /a > < /li >".

    "< li > < a href ="... / cedwards.html "> Mrs. C. Edwards - 4 < /a > < /li >".

    "< li > < a href ="... / macleod.html "> Mrs. MacLeod - 5 < /a > < /li >".

    "< li > < a href ="... / mackenzie.html "> Ms. MacKenzie - 6 < /a > < /li >".

    < /ul >

    < /li >

    "< li > < a href ="... / edlinks.html "> < /a > < /li > educational links"

    "< li > < a href ="... / PDFs/handbook.pdf "> manual < /a > < /li >"

    "< li > < a href ="... / PDFs/newsletter.pdf "> newsletter < /a > < /li >"

    "< li > < a href ="... / schoolforms.html "> forms of school < /a > < /li >"

    "< li > < a href ="... / studyhall.html "> < /a > < /li > study"

    < /ul >

    < /li >

    "< li > < a href ="... / staff.html "> staff < /a > < /li >"

    "" < li > < a href = "... / index.html" class = "MenuBarVertical" > home < /a > < /li >

    < /ul >

    < / div >

    < div id = "right" > <!-TemplateBeginEditable name = "Editable"->

    <! - TemplateEndEditable - > < / div >

    < div id = "footer" >

    < div align = "center" > < / div >

    < div align = "center" > < / div >

    < / div >

    < / div >

    < / div >

    < script type = "text/javascript" >

    <!--

    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgRight: SpryAssets/SpryMenuBarRightHover.gif"}" ");

    ->

    < /script >

    < / body >

    < / html >

    You do not use the latest Spry files

    The latest version of the Adobe Spry 1.6.1 Framework it is the same version that ships with Dreamweaver CS4. If you are using Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can be easily done by using Updater Spry who can be found here.

    Then, if you take a look at the bottom of SpryMenuBarVertical.css you will see that the white background color has been specified for IE as in

    @media screen, projection

    {

    UL. MenuBarVertical li. MenuBarItemIE

    {

    display: inline;

    f\loat: left;

    Background: #FFF;

    }

    }

    Change the value to #CCC and it will have fixed that part of the problem.

    When you upgrade to the later version of Spry, be sure to keep a copy of the CSS file as a reference to the change of the new CSS file.

    GRAMPS

Maybe you are looking for

  • Satellite A210-JA3 don't like Vista

    Hello I don't know what happened to my computer laptop, funny, that's what happening a week or two after warranty, go figure. My laptop can not get into the office anymore. whenever I try to start the thing, I need options either Startup Repair (Syst

  • 4615 Deskjet ink advantage will not print in black

    Hello I replaced the black cartridge about a week ago and it worked fine until today.  The printer indicates that the cartridge is full. Today used out in the middle of a print, and will not return. I tried all the procedures of cleaning recommended

  • Error: 646 when tried to install on Vista security updates

    Original title: CODE ERROR 646 I tried to download updates security for my pc several times. I use Window Vista home edition and Internet Explorer 8.je have closed all open windows and will continue to receive this error message 646.IRV can someone P

  • Windows XP is saying that he must be turned on, but will not accept my activation code.

    I have a PC that works with Windows XP for a few years.  It was off for awhile and when turned on, he insisted to be reactivated and will not go forward with windows loading until it has been registered.  Facilities to connect to the internet would n

  • Windows live mail 9 hangs

    I use windows live mail 9 under vista and it crashes on me