Αρχή :: Ενότητες :: Scripting :: Ερωτήσεις     
 

INFO Scripting :: Θέματα

Τοποθέτησε Νέα Ερώτηση

Link για εγγραφή στο tip.gr feeds

Πρώτη :: Προηγούμενη :: Επόμενη :: Τελευταία   Σελίδα 90 από 150


FORUMS   Portal script

Psaxnw ena wev portal script to opoio kat'elaxiston na mporei na dhmosieysei automata eidhseis, alla kai na mporoun na dhmiourghthoun eykola links mesa apo auto, p.x na dhmiourgei parapompes se hdh etoimes selides sto site mou.
Exw vrei to PHP Nuke alla exei kapoia etoima koutia me ta opopia den mporw na ftiaksw etoima links, p.x ena koutaki me links gia ena sygkekrimeno thema klp.
Mporei kaneis na me voitheish (to script tha ithela kata protimhshs na einai se PHP 'h perl)



Από: grtt - 18/9/2002
1 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   TomCat

Paidia ksereyte kapion h kapi ofronthsthrio pou kanei idietero h asxoleite me JSP Servlet kai TomCat sth perioxh thesalonikhs?



Από: elias - 17/9/2002
Καμία απάντηση | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   βαζοντας data στο mysql

Τωρα πρωτο ασχολουμαι με mysql/php αι προσπαθω να βαλω με load data infile στη database ena txt που εχει τα εξης ονομα τραγουδιυ και στιχους.
αυτα τα εγραψα αρχικα σε excel και τα εσωσα σαν txt. to problhma einai oti τις περισσοτερες φορες τους στιχους στη στηλη για ονομα τραγουδιου ή μου τους βγαζει σε μια εννιαια σειρα και οχι καθε στιχος ξεχωριστα. Σε τι μορφη πρεπει να σωσω το αρχειο απο το excel kai ti akριβως εντολη na χρησιμοποιησω στο load data infile?
Επισης μπορειτε να μου συστησετε ενα βασικο tutorial φια mysql/php γιατι με αυτο που εχει μονο του το mysql exw pelagwsei?



Από: k8oylo - 15/9/2002
2 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   sql

prospatho na balo ena script se pliromeno server pou exei kai sql kai mou leei "This version of squito gallery requires the use of a MySQL Database to function properly. Please create the database before running setup.php"
o server den einai dikos mou..alla exw account mesa se afton..ti prepei na kano i ti prepei na pw ston idioktiti na kanei?



Από: mosky - 13/9/2002
1 απαντήσεις | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news


FORUMS   provlima sto asp script

vasika to provlima einai oti den mou diavazei kapia grammata apo tin forma kai den ksero pou kano lafos?dld ego propathisa na grapso cyrillica alla den diavazei kapia gramata eno boro na diavaso ego ?to email pou erxetai emfanizei "я" me ? giati mipos kseri kaneis?
na deite to kodika an boreite na mou peite pou prepei na eissago to charset ?
<%




'Set the response buffer to true so we execute all asp code before sending the HTML to the clients browser
Response.Buffer = True

'Dimension variables
Dim strBody 'Holds the body of the e-mail
Dim objCDOMail 'Holds the mail server object
Dim strMyEmailAddress 'Holds your e-mail address
Dim strCCEmailAddress 'Holds any carbon copy e-mail addresses if you want to send carbon copies of the e-mail
Dim strBCCEmailAddress 'Holds any blind copy e-mail addresses if you wish to send blind copies of the e-mail
Dim strReturnEmailAddress 'Holds the return e-mail address of the user


'----------------- Place your e-mail address in the following sting ----------------------------------

strMyEmailAddress = "eco97180@uom.gr"

'----------- Place Carbon Copy e-mail address's in the following sting, separated by ; --------------

strCCEmailAddress = "" 'Use this string only if you want to send the carbon copies of the e-mail

'----------- Place Blind Copy e-mail address's in the following sting, separated by ; --------------

strBCCEmailAddress = "" 'Use this string only if you want to send the blind copies of the e-mail

'-----------------------------------------------------------------------------------------------------


'Read in the users e-mail address
strReturnEmailAddress = Request.Form("email")


'Initialse strBody string with the body of the e-mail
strBody = "

E-mail sent from form on Web Site

"
strBody = strBody & "
Name: " & Request.Form("name") & " " & Request.Form("surname")
strBody = strBody & "
E-mail: " & strReturnEmailAddress
strBody = strBody & "
Phone: " & Request.Form("phone")
strBody = strBody & "

Âàø âîïðîñ: -
" & Replace(Request.Form("question"), vbCrLf, "
")


'Check to see if the user has entered an e-mail address and that it is a valid address otherwise set the e-mail address to your own otherwise the e-mail will be rejected
If Len(strReturnEmailAddress) < 5 OR NOT Instr(1, strReturnEmailAddress, " ") = 0 OR InStr(1, strReturnEmailAddress, "@", 1) < 2 OR InStrRev(strReturnEmailAddress, ".") < InStr(1, strReturnEmailAddress, "@", 1) Then

'Set the return e-mail address to your own
strReturnEmailAddress = strMyEmailAddress
End If


'Send the e-mail

'Create the e-mail server object
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")

'Who the e-mail is from (this needs to have an e-mail address in it for the e-mail to be sent)
objCDOMail.From = Request.Form("name") & " " & Request.Form("phone") & " <" & strReturnEmailAddress & ">"&"<" & strReturnPhoneNumber & ">"

'Who the e-mail is sent to
objCDOMail.To = strMyEmailAddress

'Who the carbon copies are sent to
objCDOMail.Cc = strCCEmailAddress

'Who the blind copies are sent to
objCDOMail.Bcc = strBCCEmailAddress

'Set the e-mail body format (0=HTML 1=Text)
objCDOMail.BodyFormat = 0

'Set the mail format (0=MIME 1=Text)
objCDOMail.MailFormat = 0

'Set the subject of the e-mail
objCDOMail.Subject = "Ìîé âîïðîñ ê âàì"

'Set the main body of the e-mail
objCDOMail.Body = strBody

'Importance of the e-mail (0=Low, 1=Normal, 2=High)
objCDOMail.Importance = 1

'Send the e-mail
objCDOMail.Send

'Close the server object
Set objCDOMail = Nothing
%>



Από: sergei - 11/9/2002
Καμία απάντηση | Σχολίασε | Ψήφισε η καταχώρησε σε δίκτυο social news

Πρώτη :: Προηγούμενη :: Επόμενη :: Τελευταία   Σελίδα 90 από 150

INFOΝέα Ερώτηση | Καταχώρηση site








Η Εταιρία | Web Hosting | Domain names | Web Information | Υπηρεσίες | Resellers | Υποστήριξη |
Copyright © 2007–09 4GR.NETWORKS, All rights reserved.