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!!!
Warning: printf() [function.printf]: Too few arguments in dbteste.php on line 18
line 18 --> printf("Homepage: <a href='%s'>%s</a><br>\n", mysql_result($result,0,"URL"));
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=" &...
Thanks a lot mwolf00, based on your last suggestion i've changed set id = opin("idopiniao") to set id = opin("opiniao.idopiniao") and voilá, it works just fine, you are great, unfortunatelly i just can give one star for all of your atention, thanks one more time.
Herminio...
looking at the SQL instruction that i have on one of my last posts can you tell me if there's anything wrong with it?
Opiniao is the "main" table and Coments is the one that is related with the first by the Id.Opiniao field.
Herminio, Portugal
i think you should get to that result using Request.ServerVariables ("REMOTE_HOST"), when the mail is sent just include an hidden field to get the computer's name.
Hope this helps
Herminio, Portugal
i did exactly that i have a left join on the query
heres is the sql
SELECT *
FROM Opiniao LEFT JOIN Coments ON [Opiniao].[IdOpiniao]=[Coments].[IdOpiniao];
is there anything wrong with the SQL?
Herminio, Portugal
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.