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!!!
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...
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...
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
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...
I have this code :
<%
dim nome
dim coment
coment = request.form("com")
nome = request.form("nome")
id = request.querystring("id")
Set conn = Server.CreateObject("ADODB.connection")
strCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &...
<%
Dim id
set id = opin("idopiniao")
Dim lastarticle
lastarticle = ""
do while not opin.EOF
If opin("idopiniao") <> lastarticle Then %>
<table width=450 border=1>
<tr>
<td bgcolor=#3399cc width=400>
<font...
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...
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 "\n" when the text is submited to the...
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...
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.
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
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("resp1")
vtpg2 = rsRes("resp2")
vtpg3 = rsRes("resp3")
if rsRes("totalvotos") = 0...
Everything was working just fine, and now this
"Capacity exceeded on line 40" (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...
i need change the Date Format from US to UK(using Brinkster), i have this function
USDate = news("data")
Function UStoUK(USDate)
Dim UKDay
Dim UKMonth
Dim UKYear
Dim UKDate
UKYear = right(USDate,4)
Dim lengthDate...
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="VBSCRIPT" CODEPAGE="1252"%>
<%
'Variáveis
Dim conn
Dim strCon
Dim ass
Dim id
Dim sql
Dim PgSz
Dim...
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
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.