Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~206 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for Chaosbreaker

Hi I have a problem that's been bugging me. I created a page to display all my data. At the same time, I also incorporated 'filters' by using dropdown menu selection. Code snippet attached:- [CODE]<?php session_start(); require("db.php"); if (isset($_SESSION['SESS_CHIA_LOGGEDIN']) == FALSE) { header("Location: " . $config_basedir); } else if( $_SESSION['SESS_CHIA_GROUP'] …

Member Avatar for wulawula
0
173
Member Avatar for Chaosbreaker

Hi I'm relatively new to Unix and after setting up PHP5, I was unable to start the Apache Server. The error below was reported:- httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp5.so: symbol xmlTextReaderSetup: referenced symbol not found …

0
33