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()

    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...
  4. 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?
  5. 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?
  6. 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...
  7. 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
  8. 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 ('), and I passed to have this...
  9. 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...
  10. 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. ---------------...
  11. 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...
  12. 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?
  13. A

    problem with mail()

    hi, I have been receiving this error: ------------------------ Warning: mail() has been disabled for security reasons in /home/anilson1/public_html/Molingokoko_3303/VogMailList.php on line 7 ------------------------- my script is this: ------------------------- <?php $message =...
  14. A

    I can not recieve or send emails

    I have just setup my email on the cPanel through Email Account. then I logged in with harde webmail program. I tried to send an email and I got a error message: -------------------------------------------- There was an error sending your message: Failed to send data [SMTP: Invalid...
  15. A

    how to Sending a message to email through a button

    I have created an email account already. Now I want to create a script to recieve or send message from a textbox to this created email. And I am having difficulties on how to write the script. Any idea? I have this: <form action="cgi-bin/MailFolder" method="post"> <textarea...
  16. A

    how to sign up to receive email messages?

    I have my web space here. I want to create to emails account in my web. and start to receive emails from customers. How do I do it and where? I believe the answer maybe very simple for a very dump question, but any help?
  17. A

    row missing in an auto-increment field of DB table

    Hi, I have a table in my database with a auto-increment field. while I was creating the php script I deleted a couple of rows. Now the index of this rows are missing on the table. when I try to insert a new row it doesn't start from the one displayed but from the last one created. for exemple...
  18. A

    Error message when trying t access my myphpadmin

    When I try to access my database through myphpadmin, I am redirect to error page with the following message. ----------------- Warning: session_write_close() [function.session-write-close]: write failed: No space left on device (28) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on...
  19. A

    Files not found in Public_html folder

    I cannot load my public_html folder. When I try comes up a message box saing that there some problems with xml files and I need to try again and reload. in my control panel Apache status is off, can it be the cause?? I can not lose those files. I do not have extra backup. Please can the...
  20. A

    How to Add a primary key in database table

    I created a database with phpMyAdmin. I want to creat a table with a field that has auto-increament. I selected auto-increament to the primary field and type varchar(20). How can I solve this? in some cases the text type gets an error for "no null". I need help. anybody???? or any reference to...
Top