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
mail()
Hi all. I have a problem with emails. I am trying to set up a mail system where customers can subscribe to a news letter . Those who subscribe will receive a monthly email. They can unsubscribe using
Nested (echoed) php running wrong script
Got a problem with a php website I'm creating.In a nutshell, the first page is entirely html and calls a php script to process an uploaded file and some form fields using POST. After validating the
help me, how to find text on an external html site using PHP
Would anyone know how to search an external html file for a work or phrase ?I was thinking something like this --I use script cURL...Code: <?phpif (isset($_POST['submitted'])) { $xurl_1 =
PHP and XML image gallery variable issue
I'm trying to display the large image on the same page as the thumbnails, to do that I'm passing a variable called $current. I know that the code to display large image works, because it works when no
Pop-up Banner
Hello Friends,I need to use banner in our client site.Example: www.example.com if i enter this site immediately pop-up window should open and the main page at the back should be disabled.If i click
How to replace search button with link?
hi to everbody.i have a search submit form and button like this :<form id="f1" name="title" method="post"
Displaying a clickable playername
I am going wrong somewhere with the mysql_query, can someone please put me straight?$playername = mysql_query("SELECT * FROM `players` WHERE `playername` LIMIT 1");while($f =
Email Script does not reach destination
Hey Guys look at this code snippet :Code: //read a line from the file$myFile = "MailFile.txt";$fh = fopen($myFile, 'r');$theData = fgets($fh);fclose($fh);echo $theData;/send Email$to =
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or not. How can I do this ??
Data type mismatch
Hi, I am migrating data from algol to c.I mapped real datatype in algol to double datatype in c.real has 6 bytes storage.i got one formula in unisys manual which is about the internal representation