Thread: PHP Guys?
View Single Post
Old 01-03-2006, 06:57 PM  
brizzad
holla
 
Join Date: Jul 2003
Location: KFC
Posts: 11,769
PHP Guys?

I was using a script whose order.php file was just a basic order form with no design.. so I wrote a template in html, and put the first part before the <?php and put the last part of the template after the ?> so that the order form looks just like my site..

Code:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/**/public_html/ipanel/order/index.php:13) in /home/**/public_html/ipanel/order/index.php on line 66
Here's line 13:
Code:
	  <td valign="top" width="766" height="650">
Here's line 66:
Code:
session_start();
thanks.

edit: i've got $5 in my paypal if whoever helps me wants it for a hamburger or something. ill brb after dinner

Last edited by brizzad; 01-03-2006 at 06:59 PM..
brizzad is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote