Jump to content

BIGDOG

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

BIGDOG's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=352761:date=Mar 8 2006, 12:02 AM:name=wickning1)--][div class=\'quotetop\']QUOTE(wickning1 @ Mar 8 2006, 12:02 AM) [snapback]352761[/snapback][/div][div class=\'quotemain\'][!--quotec--] [code]echo "<td><a href=\"http://www.xxx.com/cart.php?action=add&item=".$row[product_id]."\" target=\"_blank\" onMouseOver=\"window.status='Add To Cart!'; return true;\" onMouseOut=\"window.status=''; return true;\" onClick=\"window.open(this.href, 0, ' directories=no, location=no, menubar=no, status=no, titlebar=no, toolbar=no, scrollbars=yes, width=700, height=400, top=5, left=5, resizable=yes'); return false\">Add To Cart!</a></td>\n";[/code] [/quote] thank very much you i appreciate that
  2. [!--quoteo(post=352742:date=Mar 7 2006, 11:07 PM:name=greycap)--][div class=\'quotetop\']QUOTE(greycap @ Mar 7 2006, 11:07 PM) [snapback]352742[/snapback][/div][div class=\'quotemain\'][!--quotec--] You have to escape the "s you actually want output. ie: echo "<img src=\"image.gif\" alt=\"A Picture\">"; [/quote] Would you mind fixing it for me, I've had a long day and I am staring at this blankly. I need another set of eyes please
  3. can someone please tell me the error in the following code? Parse error: parse error, unexpected T_STRING, expecting ',' or ';' echo "<td><a href="http://www.xxx.com/cart.php?action=add&item=".$row[product_id].""target="_blank" onMouseOver="window.status='Add To Cart!'; return true;" onMouseOut="window.status=''; return true;" onClick="window.open(this.href,0,'directories=no,location=no,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,width=700,height=400,top=5,left=5, resizable=yes');return false">Add To Cart!</a></td>\n";
  4. Is it possible to have paypal code inside a mysql database? I was thinking of databasing my items I sell and have them output in rows consisting of product id, product name, and a paypal "buy it now" link(text not image). I could make a field like "code" and value it "Buy it now" for each product but how would I go about linking each individual paypal code to each "Buy it now" link?
  5. Hi, I'm trying to modify a paypal payment script to make it look like part of my site. The script has multiple pages and is written in php. I am trying to insert this into my html page (named login.php) WHAT I DO It all looks fine.... I place the headers of the script at the top of the page above all the html, and the rest is inserted into the body of the page. The problem is when I try to login I get this error message. ERROR Warning: Cannot modify header information - headers already sent by (output started at .......) The line of code pointed to is this (it's in the body section of the page): header ("Location:stats.php"); The script in itself works fine. Maybe the problem is from calling headers from other pages in the script and the html is screwing it up? I'm a novice at php but I'm good in figuring things out if pointed in the right direction. Maybe someone could give me some clues how to fix this? Thanks in advance
×
×
  • 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.