Thanks again for your help. When I test my code in Firefox, the first line of text in the left and right column are not lined up together. The left column appears to be lower. And in IE6, the "blah"s wrap to the left column, instead of wrapping to the right column.
I would like my CSS code to...
This is a cross-compatibility issue between Firefox and IE. Before I try to explain the problem, it might be easier to simply post the code and allow you to see the problem for yourself.
CSS file:
/* prayerRequest.css */
#prayerRequest
{
/*position: relative;*/
background-color: #FFF...
Thanks for your help. It turns out that each page would still have to read the database script file to interpret the Database session variable. Also, it required that the object was declared before session_start() was invoked. Too much of a hassle for a result that would've likely made...
That's what I was afraid of. I figured that MySQL connection handles weren't persistent. I was hoping that I could make my PrayerDatabase object persistent, as it is currently 51KB and growing due to all of the functions it contains. Perhaps, instead of calling the constructor on each page, I...
Hello,
I am trying to add a session variable that is an object that contains all of the MySQL queries I need to use to interact with my database. Currently, I call the constructor of my object on each page.
Attached is my test file (testSession.php)
<?php
// testSession.php...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.