Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Postmast #1
Stoppng an IF THEN Statement
Hi
I have the following if then statement but I want to exit when the else
statement is true (if that makes sense) so I get the first record that is not
Bye. Can someone help with the syntax.
Thanks
Greg
If DrawName("TeamTwo") = "Bye" then
'Do nothing
Else
Response.Write DrawName("TeamTwo")
' I want the if statement to end now and exit
end if
Postmast Guest
-
sql statement
Hello, Im having a bit of trouble with the DATE_FORMAT function in mysql. $query = ('SELECT username, password, DATE_FORMAT(timestamp,... -
Need Help With a SQL Statement
I've created an application that collects performance reviews for the employees in our organization. The database contains a "people" table which... -
need help with an IF statement
I have this code: if (isset($_GET) AND isset($_GET)){ $un = $_GET; $ln = $_GET; $query = mysql_query("INSERT INTO users ( username, link... -
if statement with url
Hi, How do I print different code depending on the URL? For instance: <? if url="page1.php" then print("hi"); if url="page2.php" then... -
Can i say OR in an if/then statement
I am trying to say if (condition) is true OR (condition) is true THEN Can I use OR or do ihave to break it down into an elseif statement? I...



Reply With Quote

