Search results

  1. A

    paypal ipn postback

    I have 2 questions. 1 - what is the difference between the inputbox named="notify_url" on paypal bottun code (view code 1 below) and the Notification URL entered on paypal site under "Instant Payment Notification (IPN) settings"? Don't they mean the same? don't they mean the same? What is the...
  2. A

    How do I charge customers in my site?

    I have built a website. Now, I just need to discover how do I charge customer in my website. I tried Palpay. It was so complicated implement and I have to pay a registration fee before I configure the connection. Is there any other way, any cheaper company, any hosting wegsite where things are...
  3. A

    Problems with session_start()

    I do not know what is wrong with my codes. I have a profile page and an update page. I cann't pass data from profile to the update page. I used session and input hidden box but I get no result any help? top of profile page:---------------------- <?php session_start(); ob_start()...
  4. A

    Problems with session_start()

    Hi, any help with session_start() I have the message: ---------------------------- Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/anilson1/public_html/UpdateData/EmailCheckerPage_Passchanger.php:4) in...
  5. A

    Why was files were undo?

    Hi, All work I did last week was undo, Why is that? Now I have to redo every thing again. what is wrong with you guys?
  6. A

    intring parse error

    Thank you, Yes there was a missing - } -. I think now I have a much clearer script. ----------------------------------------- <?php // this program does: // - insert the 7 sorted numbers into DB on table result // - check for match between the 7 numbers and the playtable...
  7. A

    intring parse error

    here is the code: ------------------ <?php // this program does: // - insert the 7 sorted numbers into DB on table result // - check for match between the 7 numbers and the playtable in DB // - create a txtfile of the entire DB // - update playtable // - update grouptable $winners=""...
  8. A

    intring parse error

    any help with that? Parse error: syntax error, unexpected $end in /home/anilson1 xxx on line 307 On line 307 I have ?> Can anyone tell me why I have this unexpected $end error?
  9. A

    My site doesn't open

    My cPanel x10 opens but my website (http://cavuanzakikolo.x10hosting.com) doesn't. Instead it opens x10hosting.com welcome page. Is there anything you can do to fix this soon? Or will I have to wait till next year to start working on my site? I am on my final stage of it and I would like to...
  10. A

    problems to open my page

    I tried to access my page and I got a response: Safari can’t open the page. Safari could not open the page “http://cavuanzakikolo.x10hosting.com/” because the server is not responding. With Windows Internet Explorer is the same. http://cavuanzakikolo.x10hosting.com
  11. A

    problems with "mysql_num_rows()"

    here goes a single page. right now I am only worried with this &apos; the code: ----------------------- --Code removed by compwhizii--
  12. A

    problems with "mysql_num_rows()"

    Why does it happens? why instead of ' I am getting &apos; ? does it have to do with encoding characters? I noticed that if I open it in view the page in file manager I still have ' but if I open it for edit then I get &apos;, and if I save that then even in view format I get &apos; Does it...
  13. A

    problems with "mysql_num_rows()"

    So, I would have: $sqr = "INSERT INTO %$ (RefNum,PersonalID,GroupName,SlipNum,DrawNum,Num1, Num2,Num3,Num4,Num5,Num6,Num7,DatePlayed) VALUE (‘%$’, ‘%$’,‘%$’, ‘%$’,‘%$’,‘%$’, ‘%$’,‘%$’, ‘%$’,‘%$’, ‘%$’, ‘%$’,‘%$’", $countRefNum, $userID, $m ygroup, $sendSlipNum, $sendD rawNum...
  14. A

    problems with "mysql_num_rows()"

    Thank you for you replay. It worked. I do not want to be bored, but I have in the same page something more complicated. How would I modify this: $sqr = "INSERT INTO $table...
  15. A

    problems with "mysql_num_rows()"

    Hi, I am having problems with mysql_num_rows(). I used to have this: $sqr1="SELECT * FROM $table WHERE GroupName = '$mygroup' ORDER BY SlipNum ASC, DrawNum ASC"; and my site worked well. but now, it seems that every apostroph (') was replaced by (&apos;), and I passed to have this...
  16. A

    about array_diff

    any help please ------ $comparison11 = array_diff($singlesortedvaluesSuper,$arraygetValueFromDB); if($comparison11==Array()) { $winners= $winners.$line['GroupName']."-".$line['SlipNum']."-".$line['DrawNum'].","; mysql_query("UPDATE ResultTable SET...
  17. A

    any help with: Send data to a Text File

    I am having difficulties getting some data from a database to a file text. Can anyone check if my code is right? p.s. I know you will ask why take from database to txt file. I have to clean every week the db but I don't want to lose the info, so, I keep it on a txt file. ---------------...
  18. A

    problem with $_SERVER['POST']

    thanks, you solved my problem.
  19. A

    problem with $_SERVER['POST']

    Can anyone tell me what's wrong with it? my code doesn't work, before I even press any button it activates the value of button 3. check it. ------------------------------------ <html> <head> <title>VOG - test</title> <style> .buttonchenger {background-color:red;color:white} a...
  20. A

    I cann't receive any email

    Why I can not receive any email? even from hotmail to my email at x10hosting, it does not reach. what's wrong? what do I have to do to get emails?
Top