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..
Here's line 13:
Here's line 66:
thanks.
edit: i've got $5 in my paypal if whoever helps me wants it for a hamburger or something. ill brb after dinner
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
Code:
<td valign="top" width="766" height="650">
Code:
session_start();
edit: i've got $5 in my paypal if whoever helps me wants it for a hamburger or something. ill brb after dinner


Comment