Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Herminio
  • Content: Threads
  • Order by date
  1. Herminio

    FTP client w/ Auth SSL support

    Hey guys, i'm testing Linux for a while now, and i need an FTP client w/ AUTH SSL support, 'cause i can only connect to my sources w/ AUTH SSL. Anyone knows a way? I tried w/ gFTP but can't find the way to do that, i think it doesn't support AUTH SSL at all!!!
  2. Herminio

    Displaying url from db (newbie question)

    I'm a real newbie on PHP, but i want to know as much as i can, so here's my first problem(it wont be the last, i assure you) I have this script: <?php $db = mysql_connect("localhost", "********", "*********"); mysql_select_db("guestbook",$db); $result = mysql_query("SELECT * FROM...
  3. Herminio

    Installing a linux FTP Server

    hi, i just bought a server where i wantr to install an ftp server with accounts for members. Where can i find the best tutorial to learn how to do it? I only have the login/pass for the empty server, i have to install linux and configure an ftp server(probably with ProFTPd). Somebody want's...
  4. Herminio

    Newbie questions - How to install apt-get?

    I'm a Linux newbie, and i've heard about something called apt-get, the problem is that i don't even know what it is, or what it does, can someone help me? Thanks in advance Herminio, Portugal
  5. Herminio

    IIS - Can't install

    Hey guys, here's my problem: I have XP Pro installed a long time, now i needed to install IIS e gone the to Control Panel;Add/Remove Programs;Windows components and selected IIS, it starts the installation and then when it begun to copy files from the CD it gaves an error "can't copy file [name...
  6. Herminio

    Strange error in INSERT statement

    I have this code : <% dim nome dim coment coment = request.form(&quot;com&quot;) nome = request.form(&quot;nome&quot;) id = request.querystring(&quot;id&quot;) Set conn = Server.CreateObject(&quot;ADODB.connection&quot;) strCon = &quot;DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=&quot; &...
  7. Herminio

    Can someone help me with this code??Please

    <% Dim id set id = opin(&quot;idopiniao&quot;) Dim lastarticle lastarticle = &quot;&quot; do while not opin.EOF If opin(&quot;idopiniao&quot;) <> lastarticle Then %> <table width=450 border=1> <tr> <td bgcolor=#3399cc width=400> <font...
  8. Herminio

    Problem with looping

    I guys, i'm having a problem with a loop, i'm going to put the code for you to see it, it's all working just great, however there's one thing that's driving crazy, i can't get the loop to work on the idfields of the DB, i want to pass the id for the next page in order to use it in the query but...
  9. Herminio

    Split a DB field content

    I'm having a problem here, i have a field in a DB that supports 250 char, i need to split it in order to use only blocks of 50 chars and then make a line break on it, i don't know what's the best way to do it, is it better to split and append the &quot;\n&quot; when the text is submited to the...
  10. Herminio

    Problem with SQL query

    i'm trying to put this at work: I have DB that as some articles that users put in, those articles can be commented by other users, what i want to do is to display the article and the comments that it eventually have, the comments are in a separated table i just need to know how do i call all...
  11. Herminio

    Can someone help me with mail question

    I want to send mail from my site without the use of Outlook/Outlook Express, i don't want those program windows to open when the mail link is clicked, i just want to use a form to send mail only with HTML.
  12. Herminio

    Clear an input field on focus

    How can i clean the text in one input field when the user clicks inside that field? Herminio, Portugal
  13. Herminio

    Month name instead of month number problem

    I need to display date like 21 January 2003 instead of 21 1 2003, i've used MonthDate(date()) but it doesn't work, anyone can help me on this? Thanks in advance Herminio, Portugal
  14. Herminio

    Help!!FormatPercent error

    I have this lines of code here, when i run in my computer it works fine, but online it gives me the error that you can see on the end of this post ... <% vtpg1 = rsRes(&quot;resp1&quot;) vtpg2 = rsRes(&quot;resp2&quot;) vtpg3 = rsRes(&quot;resp3&quot;) if rsRes(&quot;totalvotos&quot;) = 0...
  15. Herminio

    Strange error '800a0006'

    Everything was working just fine, and now this &quot;Capacity exceeded on line 40&quot; (or something like this i'm translating from portuguese). This is what happens, i have a page that displays the results from polls on the DB, when the poll has no votes it sould display a message like...
  16. Herminio

    Converting US Date to UK Date

    i need change the Date Format from US to UK(using Brinkster), i have this function USDate = news(&quot;data&quot;) Function UStoUK(USDate) Dim UKDay Dim UKMonth Dim UKYear Dim UKDate UKYear = right(USDate,4) Dim lengthDate...
  17. Herminio

    Getting a predifined number of records from the DB

    I have a page where i have to put some news, the problem is that i only want the 3 last news to be shown, how can i do that?
  18. Herminio

    Problem with paging records

    i'm trying to put a paging record that i found on the net in my page, i think everything is ok, but i get an error that i've never seen before, here's my code: <%@LANGUAGE=&quot;VBSCRIPT&quot; CODEPAGE=&quot;1252&quot;%> <% 'Variáveis Dim conn Dim strCon Dim ass Dim id Dim sql Dim PgSz Dim...
  19. Herminio

    how to make the page redirect from user drop down choice?

    i have a page that has a drop down and when the user cooses one of the fields on that drop down i want the page to reload in order to update the query and populate another drop down with related fields in the DB, can anyone help me? Thanks in advance Herminio,Portugal
  20. Herminio

    Paging records

    I want to prevent my pages to have the scroller bar, for that i need to show only 2 records on each page and display the links to navigate for the following pages, how do i do that?

Part and Inventory Search

Back
Top