Search results

  1. A

    problem with mail()

    my script is this: ------------------------- <? php $message = $_REQUEST['comment']; $subject = $_REQUEST['subject']; $email = $_RESQUEST['email']; mail("anilson01@cavuanzakikolo.x10hosting.com", $subject, $message, $email); header( "Location...
  2. 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 =...
  3. 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...
  4. 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...
  5. 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?
  6. 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...
  7. 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...
  8. A

    How to Add a primary key in database table

    this problem is solved. I don't know how to close this thread. I do not see the close checkbox.
  9. 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...
  10. A

    How to Add a primary key in database table

    Can I add auto_increment with these values? I mean: Field=id Type=bigint length/values=20 Extra=auto_increment primery key=radio button selected. I want to increase the numeric value of id every time I add sth.
  11. 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...
  12. A

    Problems with SQL query

    thanks, its working now
  13. A

    Problems with SQL query

    Please somebody can check this code? what is wrong with it? I did not post the username neither the password <html> <head> <title>OLG Home</title> </head> <body style="font-size:15pt;color:#3574EC7;font-family:arial"> <table style="color:3574e7" width="100%"> <tr> <td>VLG </td> <td> <div...
  14. A

    how to preview my webpage?

    Thank you very much. It is working now.
  15. A

    how to preview my webpage?

    there is sth, in my File Manager under the home directory, I have a file "public_html" and another "www", but not folders. When I tried to view the public_hml file I see the file I tried to paste to that folder. and in www file just a link to public_html. I donnot know how this happened I just...
  16. A

    how to preview my webpage?

    I am a very new user. I just uploaded couple of pages to my file manager. But I don't know how to (pre)view my webpage. I tried to copy one page to a folder called public_html, then I lost ,from file manager, both the page and the folder (another folder also disappeared - public www). So is...
  17. A

    how to preview my webpage?

    I am a very new user. I just uploaded couple of pages to my file manager. But I don't know how to (pre)view my webpage. I tried to copy one page to a folder called public_html, then I lost ,from file manager, both the page and the folder (another folder also disappeared - public www). So is...
Top