Jump to content

haibec

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by haibec

  1. Hi Guys!I used MySQL Administrator for Backup Shedule MySQL. When I use MySQL Administrator restore mydatabase : The MySQL Server returned this Error:MySQL Error Nr.2013-Lost connection to MySQL server during queryPlease help me!
  2. Okie! thank you very much !
  3. Hi Guys!I making a PHP for register. I have a 2 table . Table Province include ProvinceID,ProvinceName. Table Distrist include : ProvinceID,DistristID,DistristName. In my page have a two combo box : Province and Distrist. I want when User click into combo box province then in combobox distrist will list all values distrist of Province. Please help me
  4. Hi guys!I have a form for user register, Include 4 checkbox. I want insert 4 textbox into a filed in my Table (only). Please help me!
  5. Please tell me about a bulk email program free! !Thank
  6. I make a page ASP send Email to 1000000 Email .I use CDO.MEssage but process of that pages very low! (To time out. not send full 1000000) . Please help me. I need use CDONTS ? help me
  7. Example: I have a table Class include fileds : Name,Class . I want insert 1000 row same
  8. I want Insert multi values same same into a table .Please help me
  9. Hi Guys!I make a page ASP for sendmail use CDO.Message (Send about 500.000 Email). Now , I have a file .JPG size about 500KB. I Public this file .JPG into a Webserver. When I send mail for 500.000 Email. I want send a HTML email (Purpose, email send for customer size very small.) When Customer open their email will view that file .JPG on Webserver. This is my code:<% Dim MyMail,HTML%><!--#INCLUDE FILE="connect.asp"--><% server.ScriptTimeout=server.ScriptTimeout * 10000000 response.write(Server.ScriptTimeout) sSQL = "select * from Customer order by JID desc" Set rs = Server.CreateObject("ADODB.Recordset") rs.source=sSQL set rs.Activeconnection = conn rs.Open,,1,3,1 do while not rs.eof Set myMail=CreateObject("CDO.Message") myMail.Subject="Hello!" MyMail.From= "Jonh <webmaster@bbc.com>" MyMail.To =rs("Email") myMail.CreateMHTMLBody " " 'Please help me %><% MyMail.Subject = " hello!" MyMail.Send response.Write(rs("Email")&" OK "&"<p>") rs.movenext Loop Set Mymail=nothing rs.close set rs=nothing conn.close set conn=nothingserver.ScriptTimeout=server.ScriptTimeout / 10000000%>
  10. Hi Guys!I need a mail server (same as Exchange 2003, MDEAMON,...) free running in win2003 server ! Please help me
  11. Hi Guys!I have problem : I have table Lottery include fields: ID,Name,Ticket1,Ticket2,Ticket3 ( With a user have max three ticket). I make a program use for Lottery (with Ticket1,ticket2,ticket3). I user random() function.I Want break up my table folow :I will add 2 field in to my table have name : Ticket and NewID and NewID field is Autocrement. With a user have three ticket .Example : ID Name Ticket1 Ticket2 Ticket3 23 John 001 003 112will Break up: NewID ID Name Ticket 1 23 John 001 2 23 John 003 3 23 John 112And finish : I will dial number in NewID use random() functionPlease help me
  12. Hi Guys!I hve two table the same, include :ID,Name,Class . I want merger data two table to a single table. Please help me
  13. Hi Guys!I have two table. TB1 have ID,Name,Birthday full data. TB2 have ID,Name,Class have done data but Birthday is null. I want corect my DB. I want insert all data from Birhtday on TB1 into Birthday on TB2. Please help me
  14. If you help me . I'm very thank to you! I run it and have error:Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.Source Error: Line 13: if(String.Compare("https",protocol) != 0)Line 14: {Line 15: url = url.Split(':')[1].Replace("//",String.Empty);Line 16: Response.Redirect("https://" + url);Line 17: } help me!
  15. Hiihhihi!I don't know C# . I wan't make .htm with that function . Help me
  16. Hi Guys!my Webser installed HTTPS. I want when user access my Web. (Exemple :http://myweb) the system auto redirect to https://myweb. My web code by ASPX. Please help me
  17. haibec

    MySQL Error!

    hi Guys!My Web server installed APACHE,PHP,MySQL running very good!. But today. have ERROR : There seems to have been a problem with the database.Please try again by clicking the Refresh button in your web browser.An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.We apologise for any inconvenience.I am running VBB and Kayyako (Code by PHP). Please help me
  18. Hi guys!I want update Apache and PHP please tell me a about :How to Update Apache and PHP ?Thank
  19. DETAIL :Hi friendsI’m trying to disable the browse directory option on Apache 2.0.43, I don’t want users to list any files, under directories without an index.html .Does anyone know how can I accomplish this?Any help will be really appreciated...Best regards
  20. Hi GuyS!My Webserver include two servers are running APACHE. one Server used save Pictures . That server include my code . With server picture . Member can browser folder images! I want not alow user browser folders images.Please help me!
  21. haibec

    Install PHP on IIS

    Hi Guy!My web server is running IIS for ASP and APACHE for PHP but when i used APACHE running PHP i must change port in file httpd.conf is 8080. Now, i want running PHP on IIS (not must change port ) . Please help me this problem!
  22. Hi all!I have two table USER1 includes field : ID, Username,Password and Table USER2 includes filed : ID ,Username,Name . When user register . Data will save into 2 that table . One reason or other, two filed ID on the two table not same but Username on the 2 table same . I want UPDATE all ID on the User1 = ID on the User2 .Please help meeeeeeeeeeee
×
×
  • Create New...