![]() |
how do I wrap a php page with my site design and info?
Hi,
I dont' know anything about php. I have a php page with a form. (simple) that does blackberry unlocks. I need to include that page on our site. how can i insert the code to a new page that looks like rest of site? i need the header page, the category page to left, and the login box to the riight. just like the home, product page. the code for the form is following: Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> the page has to be saved in php format. any help from you helpful guys will greatly be appreciated. |
Re: how do I wrap a php page with my site design and info?
Just add it as a static page. Use {php} to surround the php portions of the page:
{php} php code here {/php} |
Re: how do I wrap a php page with my site design and info?
the php code was provided by our unlocking supplier.
it works if i save code in .php .. but if in put in in html extension with {php} at the beginning and {/php} the form breaks. |
Re: how do I wrap a php page with my site design and info?
Ryan,
Is this something i can hire you to do for me? i'm sure it'll just take a second for experts like you. |
Re: how do I wrap a php page with my site design and info?
No, an embedded static page I mean - the php code only goes around the php portion of your code above, not the whole form. X-Cart pages are php pages, so the page itself is already php, you just need to add the form.
I'm afraid we don't offer hourly consulting services, sorry :( |
All times are GMT -8. The time now is 05:20 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.