473,403 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

How do I resolve this error?

Am getting the error that says "
Hide Copy Code
Notice: Undefined index: text1
"
Hide Copy Code
<div class="formRow">
<div class="grid2"><label><?php echo $lang['Timezone']; ?>:</label></div>
<div class="grid10">
<?php
$query_timezone1=mysql_query("SELECT * FROM tbl_timezone WHERE id!='$db_timezone_id' ORDER BY timezone ASC");
$option_timezone1="";
while($row=mysql_fetch_array($query_timezone1)) {
$option_timezone1 .= "<option value='$row[id]'";
$option_timezone1 .= ">". $row['text1'] ." ". $row['timezone'] ."</option>"; }
?>
<select name="timezone" id="timezone" data-placeholder="Choose" class="select" tabindex="2" style="width:100%;">
<?php if($db_timezone_id!=0){echo "<option value='$db_timezone_id'>$db_timezone_code1 $db_timezone_timezone</option>"; }else{echo"<option value=''></option> ";}?>
<?php echo $option_timezone1; ?>
</select>
</div>
</div>
Oct 2 '17 #1
0 1441

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: C.L. K3endricks | last post by:
Does anyone know how we can look up the SMCODE? I am receiving -28 SMCODE in an attempt to view connections via the Control Center. DBA4730E Performance monitoring encountered a problem while...
1
by: Angus Comber | last post by:
Hello I have a function which I have defined in a .h file called LogError. I use a sort of global .h file which is included in all cpp files - StdAfx.h - this file #include's my .h file with...
0
by: Mike Eaton | last post by:
Hi all, I'm getting an error when I attempt to run the Dns.Resolve(hostName) method: No more results can be returned by WSALookupServiceNext I am able to ping the hostname I'm attempting...
1
by: Dean R. Henderson | last post by:
I added a new ASP.NET page to an existing project and I get the following error when trying to display the page: Parser Error Message: Could not load type '<ASP.NET Project Name>.<Page Name>'. ...
0
by: aWiproUser | last post by:
I am upgrading my project from VC 6 to VC++.NET i am getting c2872 error. Could help me regarding this.
1
by: psantosh12 | last post by:
Hello Frnds Please need help to resolve error.......... it is very very urgent........ The error is Runtime Error Description: An application error occurred on the server. The current custom...
2
by: Ushach | last post by:
hi all, how to resolve error " STATUS_INVALID_USER_BUFFER (c00000e8)"? thnx in advance
4
by: veerusrahul | last post by:
Hi have developed a ftp append code in VB.net (.net1.1). I am creating a TCP socket on port 21 using server hostname.The code work fine in my laptop but when i test in a device with WindowsXPe , i...
3
by: Ken Macdonald | last post by:
In the 2007 help files examples provided for onaction syntax look like .onaction = "DoAction" Recently my computer powered down inelegantly - no other damage except that a macro in the personal...
1
by: lulu ahu | last post by:
Hi friends I m doing sql server authentication. I am creating new login name and password. I got an error Cannot connect to (SERVER NAME) i. e name\sqlexpress
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.