Jump to content

n9ne

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

n9ne's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [quote author=gijew link=topic=107704.msg432532#msg432532 date=1158039958] For someone that doesn't have many coding skills it may be difficult for you.  It really isn't that hard but then again, I've been doing this for a while.  Without a doubt you need something custom for what it sounds like you're trying to do.  If you have a couple of bucks laying around I would say you should hire someone to do it.  It's not all that expensive.  If not, read up on storing form data into a database, displaying pictures from a database, etc.  There are MANY tutorials on these subjects so it may not be that difficult to put something together with little time invested. [/quote] well ty, that was very helpful, i will try and read further into this subject, no doubt it would be handy to learn! Thanks!
  2. [quote author=businessman332211 link=topic=107704.msg432410#msg432410 date=1158018329] build it, the electronic order form, will take 5 minutes, maybe 20 if it's really, really advanced.  THe processing on something like that plus setting it up with paypal will take about 30 minutes, and working out the file handling can add on another 10, you can do that within 3 hours. [/quote] Im not an experienced coder.. im a designer above all else. So do u still think this would be do-able, even for someone that doesnt have much in the way of raw coding skill?
  3. Hi there, hope im posting in the correct section. Anyway, im wondering if anyone knows of a PHP script for something like an online poster printing service (i bit like the one implemented by deviantart prints) that can do the following.. [b][i]Allows members of the public to fill out an electronic order form, upload artwork & pay (prob through Paypal)[/i][/b] usually i can find scripts pretty good, but with this one i dont have any idea where to begin, im hoping someone hear could point me in the right direction! thanks
  4. [quote author=wildteen88 link=topic=106442.msg426012#msg426012 date=1157126053] Okay, that is a little strange. How is test2.php included in the page? Is it included before line 9 in index.php? What happens if you comment out line 9 in index.php. Line 9 is this: [code]header ('Content-Type: text/html; charset=' . zp_conf('charset'));[/code] Comment that out by adding // infront of it: [code]// header ('Content-Type: text/html; charset=' . zp_conf('charset'));[/code] [/quote] It works perfectly if i do that! [b]THANKYOU!!![/b]  ;D ;D
  5. Oh im sorry, i mis understood, heres the first 14 lines of test2.php from the actual output on the webpage.. plus i've attatched the two files, test2.php and index.php below :) [code]<html><!-- #BeginTemplate "/Templates/miztreat.dwt" --> <head> <!-- #BeginEditable "doctitle" --> <title>Miztreat.com</title> <!-- #EndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="miztreat.css" type="text/css"> </head> <body leftmargin="0" topmargin="0" link="74749e" vlink="f0fbff" alink="74749e"> <div align="center"><a name="top"></a> <table width="750" border="0" cellpadding="0" cellspacing="0">     <tr align="left" valign="top">       <td width="44"><img src="Layout/header/LAYOUT5_01.gif" width="44" height="346"></td>       <td width="706" align="center">[/code] [attachment deleted by admin]
  6. Hi guys, sorry i wasnt sure which part of code i should be posting, i didnt wanna post the whole page? anyways heres lines 8 to 14 of the test2.php page [code]</head> <body leftmargin="0" topmargin="0" link="74749e" vlink="f0fbff" alink="74749e"> <div align="center"><a name="top"></a> <table width="750" border="0" cellpadding="0" cellspacing="0">     <tr align="left" valign="top">       <td width="44"><img src="Layout/header/LAYOUT5_01.gif" width="44" height="346"></td>       <td width="706" align="center">[/code]
  7. Hi all, first post to this place, it looks like a really helpful forum. I know there are loads of topics beginning with the same problem [i]Cannot modify header information [/i] - blah blah you must all be so bored of it, but im relatively new to php and i know this happens to be one of the most common errors.. anyways [url=http://www.miztreat.com/test/test2.php]http://www.miztreat.com/test/test2.php[/url] im trying to include zenphoto on that page, and i've got the Cannot modify header information error, i've looked on line 11 but i cant see whats causing the error, im hoping that someone could explain to me whats wrong with the php and why it wont display correctly. Hopefully i can learn something :) thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.