I have several questions:
I installed SMTP virtual server in Win Web Server 2008 R2
It's purely for delivering email, I have not tried receiving mail.
It is able to relay / send email sent from Java servlets.
I'm trying to send an email through bmail / command line. I tried vbs script, but...
Hi
I have a script (took it off from Microsoft help and did a bit of change). The original was for CDONTS and I changed it into CDOSYS.
The intention is to use it via command line CSCRIPT.
Option Explicit
On Error Resume Next
Dim objSendMail, MyMail, oArgs, ArgNum
Dim strTo, strFrom...
HI.
I wonder if anyone has ever experienced this.
I am using PHP 4.3.x with Apache and MySQL database.
We have a forum in a community portal. In the forum ,people can create topics or reply. Simple.
The strange thing is that on two rare occasions, somehow a new topic was recorded to be...
Hi all,
I'm trying to execute a java program (very long duration process program) and I want PHP not to wait for it to finish.
I tried this
<?
$exMe = system('/opt/j2sdk1.4.2_01/bin/java -cp /projects/web/dewi Looping &');
print "finish";
?>
but it still hangs ,
anyone knows how ?
Thanks...
Hi!
I downloaded the Discover & Try Adobe Acrobat 7.0 http://www.adobe.com/products/acrobat/pdfs/a7_tryme_gb.pdf
and there is a navigation menu on the first page (left upper corner) which I found out after a few trial that they are recognized as buttons.
But when I openned their properties...
I am using PHP 4.1.1 and 4.3.1
according to the manual, the function OCIFetchStatement have 2-5 arguments which are
ocifetchstatement ( resource stmt, array &output [, int skip [, int maxrows [, int flags]]])
But when I tried this in my code...
Hi,
I have an application which has queries of about 8 inner joins (takes around 0.3 second of execution) . This application is accessed from around 8 different points ( web and wap front end). Since it got so many hits the processes in mysql starts to lock and a lot of people can't access the...
Hi...
I'm trying to force a 404 page with
<?
header("HTTP/1.0 404 Not Found");
exit;
?>
I tried this On IIS and also on Apache (under FreeBSD)
but both just gives me a blank page.
i didn't make any custom 404 pages, just hoping that the default ones will show up.
The page only have the...
Say I have a user list, and every user has his/her own profile
then the user have a friend list..
so I want to give the user an option where she / he can download the friends' profile.
Hopefully in one shot, now they can do it but first they have to view each friend's profile and save it one...
I checked my website using w3 and i got a lotttttt of error. Some of which I don't think it really mattered.
TO what extent does XHTML Compliancy matters?
Personally although I can do CSS and DHTML it's a bit of a hassle. I'm a full believer in the old HTML. Although I know there are things...
Hi,
I need to seperate my connection statements
<?
$db = mysql_connect("localhost", "something","somethingelse");
mysql_select_db("something",$db);
?>
and all my other codes in another page. I want to do this because I don't want to change every page...
Hi.
I'm trying to make a directory through PHP. I tried using the mkdirs function that was posted in PHP website and also tried directly testing the mkdir function.
This is the test without the function
$mk=mkdir("/home/www/articles/test",0766);
echo $mk;
With or without the...
I am using WS_FTP to do uploads, etc
The server is apache and it's not with me (web hosting)
I'm trying to make a new directory, to write and read files into/from it.
The directory works, the file is there but when I view with the ftp I can't see the files. The only way I know the file is...
Hi How do I do it if I want to load a picture from the internet.
I have a database shared between VB program and also PHP in the net. The database holds the path to the file eg. http://www.here.com/images/now.gif
How do I load the image from my VB? I want to show the picture in the program...
Hi
I browse through the forum and found similar problems, but I can't really understand how to apply it to mine. I'm sure a lot of people have faced this before. Anyway I would greatly appreaciate it if someone would explain to me how to display text with new lines
I have a textarea, and the...
My page doesn't work when I tested in Opera. It works in IE though. I only have those two browsers
I took the code from one the forum
But it even refused alert.
Anyone knows what I'm doing wrong?
function subForm(){
for (x=0; x<document.myForm.elements.length; x++){
if...
I posted this message in PHP as a part of my post but I think it's more appropriate here
Has anyone noticed this?
But if you're using Dreamweaver MX and use the shortcut function where you just type $_SER and enter and it will type $_SERVER for you
For the list of variables.. when you choose...
I know a company who wanted to advertise its products through forwarding email.
So I asked them how do you search this email, and they said from the web and other ways.. so then I asked him isn't this spam?
So he said , oh we know about the spam thing. So first thing first we send them an...
I have a mail code who sends a mail when a user signs up
Everything works fine, except that if I put any other header except From:
it goes into the body
This is my code for the headers
$From = "register@domain.com";
$Subject = "Welcome to ";
$headers .=...
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.