Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > BOOK: Beginning PHP 5.3
|
BOOK: Beginning PHP 5.3
This is the forum to discuss the Wrox book Beginning PHP 5.3 by Matt Doyle; ISBN: 978-0-470-41396-8
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP 5.3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 23rd, 2014, 02:52 PM
Registered User
 
Join Date: Sep 2014
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Fatal error: Call to undefined function checkLogin() in index.php

Fatal error: Call to undefined function checkLogin() in C:\xampp\htdocs\book_club\members\index.php on line 3

<?php
require_once( "../common.inc.php" );
checkLogin();
displayPageHeader( "Welcome to the Members's Area", true );
?>

<p>Welcome, <?php echo $_SESSION["member"]->getValue( "firstName" ) ?>!
please choose an option below:</p>

<ul>
<li><a href="diary.php">Upcoming events</a></li>
<li><a href="book.php">Current reading list</a></li>
<li><a href="contact.php">Contact the book club</a></li>
<li><a href="logout.php">Logout</a></li>
</ul>

<?php displayPageFooter(); ?>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error: Call to undefined function mysql_real_ascape_string() aery BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 2 March 9th, 2012 10:20 AM
Fatal error: Call to undefined function mysql_real_ascape_string() aery BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 0 March 8th, 2012 10:07 AM
Fatal error: Call to undefined function pg_query() Gu3rr1lla BOOK: Professional PHP6 0 August 11th, 2011 07:37 PM
Fatal error: Call to undefined function mysql_pcon surendran Beginning PHP 2 May 23rd, 2006 10:41 PM
error Call to undefined function: query() gmanon Wrox Book Feedback 1 November 20th, 2003 06:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.