Sorry I stand corrected. According to the php web site as you rightly say the browser has to except cookies or the sid has to be passed via the url so I think your only alternatives are to write to a database or text file. Is this possible?
you have been misinformed the session does not have to be sent via the url and cookies do not have to be used as the session data will be stored in a file on the web server
hmm right.. that worked great DaButcher (strange name lol) thanks, just need to have a look at why but thanks for the script it was really helpful. A * for ur script.
hmm that is similar as the one i am already using but the from i s ignored and the from in the php.ini is used. this is what i am using
<?php
$headers = "from asmtony@ses.co.uk";
$toEmail = "some@yahoo.co.uk";
$myMessage = "Hi me, Just testing out an email system on my com ";
$mySubject =...
Hi DRJ478, I installed a free smtp server and it worked great thanks.
When the mail was sent the email had the from address that was supplied in the php.ini file, is it possible to alter this address at run time.
I have looked at the http://www.php.net/mail page and it seems to be stored in...
I would like to send mail via a php scrip but do I have to install a mail server?
Sorry if this is a silly question. I have already written a simple script but it fails and I think this maybe the reason.
The generalised way to use php is with an Apache web sever. A tutorial on how to set theses up on your computer can be found at http://www.thesitewizard.com/archive/php4install.shtml but this is for Windows but if you are Linux it will be slightly different. Does this help?
Hi all, I actually replied to this thread a few days ago anyhow. Thx for your help, I have managed to get JRE installed for all users. Think I will write a FAQ cos it must be a regular problem for noobs like it was for me, thx again T
hmm I have a Tosh notebook and i cannot get Linux installed with Win or on its own. After searching the net i found that Linux wasn’t compatible with the notebook :( Hope that is not ur problem. By the way In case you are wondering I gave it the wife.
hi thx for ur reply,
sorry didmt get back sooner but was tied up with work. yes i am using mozilla. the daver could you plz tell me more about how you do this, plz bear in mind i have never made a sym link before, thx T
could someone please tell me the command to check the checksum
of the download with the checksum value.
i tried md5sum <filename> then realised it wasn’t an md5 generated number http://otn.oracle.com/software/products/oracle9i/htdocs/linuxsoft.html
i have the downloads but don’t know how to...
Going to download Oracle to have a mess with. I have the wrox book “beginning oracle programming” but when I went to the website there was a 10g. My question is, is the 10g just an upgrade of the 9i, if it is what is the difference between 9i and 10g ie is there much of a difference from a...
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.