Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
PHP Help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="design2" data-source="post: 55007"><p>this is pretty much the weblog page.</p><p>but the only part of my php that isnt working is the "edit" which is not appearing next to the logs? my navbar includes work, my database logs work, etc</p><p></p><p></p><p><?php require_once('Connections/liam_php.php'); ?></p><p><?php</p><p>mysql_select_db($database_liam_php, $liam_php);</p><p>$query_rs_weblog = "SELECT * FROM weblog ORDER BY `date` DESC";</p><p>$rs_weblog = mysql_query($query_rs_weblog, $liam_php) or die(mysql_error());</p><p>$row_rs_weblog = mysql_fetch_assoc($rs_weblog);</p><p>$totalRows_rs_weblog = mysql_num_rows($rs_weblog);</p><p>?></p><p><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"></p><p><html></p><p><head></p><p><title>Ambury Park Centre for Riding Therapy > News</title></p><p><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></p><p><link href="CSS/ambury.css" rel="stylesheet" type="text/css"></p><p></head></p><p></p><p><body></p></blockquote><p></p>
[QUOTE="design2, post: 55007"] this is pretty much the weblog page. but the only part of my php that isnt working is the "edit" which is not appearing next to the logs? my navbar includes work, my database logs work, etc <?php require_once('Connections/liam_php.php'); ?> <?php mysql_select_db($database_liam_php, $liam_php); $query_rs_weblog = "SELECT * FROM weblog ORDER BY `date` DESC"; $rs_weblog = mysql_query($query_rs_weblog, $liam_php) or die(mysql_error()); $row_rs_weblog = mysql_fetch_assoc($rs_weblog); $totalRows_rs_weblog = mysql_num_rows($rs_weblog); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Ambury Park Centre for Riding Therapy > News</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="CSS/ambury.css" rel="stylesheet" type="text/css"> </head> <body> [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
PHP Help
Top