Firstly...I do apologise if this annoys anyone....a header error
I'm do not know php & have tried removing all "white space" but I cant seem to stop the error displaying.
Its a very simple PayPal buy it now button with an affiliate link (using this product: www.idevspot.com/PhpAffiliate.php )
http://fuselovesit.co.uk/tickets2.php - displays OK
http://fuselovesit.co.uk/tickets2.php?xyz=4 - displays error below
Warning: Cannot modify header information - headers already sent by (output started at /home/fuselove/public_html/tickets2.php:3) in /home/fuselove/public_html/affiliate/tracker/tracker.php on line 22
Originally I was working through a wordpress site & thought the error was something to do with that...but I've even tried a very simple page & still get the errors
I'd greatly appreciate if someone could help me
Regards
Exporting new records
Trying to figure out the best way to set this up.People register my site. Their profile has the date they registered.I've got another table called 'markets' which has some information that is specific
Lack of simpleXML Documentation
What is up with this.Look at: http://www.php.net/manual/en/function.simplexml-load-file.phpThere is no documentation with the ns parameter of that function and I am currently trying to deal with
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to remove the last comma from the string and can't seem to remove it. I have tried chop, rtrim, substr,
Asset Transfer from One plant to another within same company code
Hi,
PHP form authentication
Hi guys,what am trying to achieve is this: Whenever a user tries to login to my website, an error should be displayed for the first time notifying them to try again. Every time they open the website,
selectbox+database connection retrive problem
Code: [Select] <tr> <th align="left" scope="col"><span class="style2 style8">Features
Rand() help needed
Hi all,Can someone explain and give me a quick example of how I would go about this?I have 100 values in a database with colum headings of t_val and t_name. If I wanted to update all 100 of these
Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then perform a simple multiplication between the two arrays and the results is displayed in a dynamic html
PHP Include w/If IE Condition Statement?
I was having a problem with Internet Exploder (big surprise, right?) displaying my drop down menus improperly. I found a solution that works ... I have a PHP file that I place as an include on all my
How to generate a text file using php...?
Hi, Can anyone give me code to generate a text file using phpThanks in advance