Recent content by Jonathon N

  1. J

    Print 2 pages with php image function, Coding help?

    I have 2 images, i am echoing data into via html form. How can I print these via printer once, all the data is processed it needs to be 2 separate pages. I can not figure it out.
  2. J

    economics math question?

    Suppose a price searching firm faces a demand curve given by Q = 30 - 0.5P, and has an average cost curve given by AC = 8. a) Find the equations for the marginal revenue curve and the marginal cost curve. b) Find the profit maximizing level of output and the profit maximizing price. At this...
  3. J

    PHP CODE HELP? Blank Page http://pastie.org/652293?

    The page is just blank when run...no login box like there should be :( How do i fix this
  4. J

    PHP HELP? Cannot send session cache limiter - headers already sent?

    This is the source I wrote: <form action="processscript.php" method="post"> <textarea rows="25" cols="65" name="content"> <?php require 'init.inc.php'; if ($_SESSION['sess_rcon_rights'] != 1) { die($lang['rights_error']); } else $fn = "users.inc.php"; print...
Back
Top