PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When I pull data from a database and place it in a form field (sticky), the text after the first space is cut off. When I display the same data to the page for viewing only, all text is displayed. Can anyone tell me what I am overlooking? Thanks in advance!
what about using the same variable in a link, for instance trying to send a title via the header("Location: some link"); I tried to do a $var=urlencode($title); then use the $var in the link, but it is only displaying the forst text up to the first space.
my problem is i need to have a form on a new page autosubmit (in a sense), is this possible?
basically:
page1.php(form) submits to a second page that calculates data from the first page and submits a form on page2.php automatically, so it appears seamless to the user
user enter data on page 1. usre submit data. all processing is done on another page (or it could be the same page) and then just redirect to your final destination
yes, I have everything working fine, except the quantity is only displaying 1 in the pay pal cart....the price shows up properly quantity*price...i am at a loss....
ummm....ok, I am officially retiring after that one! I thought the variable on the paypal site was pulling from another variable $add or $qo....my sincere apologies and I am now going to have the local kids beat me with small tree branches for my stupidity....!