Search found 11 matches

by cyjetsu
Sat Sep 06, 2008 7:20 am
Forum: PHP - Code
Topic: php form error
Replies: 7
Views: 484

Re: php form error

I have for the moment given up trying it on my local machine and now I am trying to get it to work on my webhost but they say this: Is PHP mail() enabled on your hosting servers? Answer No, the PHP mail() function is not enabled on our hosting servers. This is due to the fact the function is not abl...
by cyjetsu
Sat Sep 06, 2008 6:34 am
Forum: PHP - Code
Topic: php form error
Replies: 7
Views: 484

Re: php form error

Do I need to use IIS? I already have apache and php running so is there an apache module for smtp that works on xp home?
by cyjetsu
Sat Sep 06, 2008 6:25 am
Forum: PHP - Code
Topic: php form error
Replies: 7
Views: 484

Re: php form error

I understand now.
I am trying to install iis and smtp on xp home now. I am having trouble finding what files i need to install and configure to make iis+smtp work on xp home.
by cyjetsu
Sat Sep 06, 2008 4:34 am
Forum: PHP - Code
Topic: php form error
Replies: 7
Views: 484

Re: php form error

Thanks I have not looked at security issues yet but any more tips or code you can give me on that would be helpful. I see. I understand now that I have to setup and configure a local. SMTP mail server. Is it approximately as easy as setting up apache and php or is it a whole lot more complicated? If...
by cyjetsu
Fri Sep 05, 2008 5:12 pm
Forum: PHP - Code
Topic: php form error
Replies: 7
Views: 484

php form error

I have setup a basic php and html form on my local virtualhost(apache). When I click submit button I get 2 errors: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_s...
by cyjetsu
Fri Sep 05, 2008 3:17 pm
Forum: PHP - Code
Topic: php only showing one virtualhost
Replies: 3
Views: 881

Re: php only showing one virtualhost

I fixed it simply by removing doc_root = "c:\test" from my php.ini file. I was told to add that during php setup, not sure why becuase php seems to work a whole lot better without it.
by cyjetsu
Fri Sep 05, 2008 2:59 pm
Forum: PHP - Code
Topic: php only showing one virtualhost
Replies: 3
Views: 881

Re: php only showing one virtualhost

it does. this is what is i my vhosts file: NameVirtualHost 127.0.0.1:80 <VirtualHost 127.0.0.1:80> ServerName lc.test.com DocumentRoot "C:\test" CustomLog logs\lc.test.com.access.log combined ErrorLog logs\lc.test.com.error.log </VirtualHost> <VirtualHost 127.0.0.1:80> ServerName lc.inform...
by cyjetsu
Fri Sep 05, 2008 2:15 pm
Forum: PHP - Code
Topic: php only showing one virtualhost
Replies: 3
Views: 881

php only showing one virtualhost

I am running php on apache. I have setup multiple virtual-hosts on apache and managed to get php scripts working on a test website, but I am having trouble getting apache files to run on all my virtual hosts. In my php.ini file at the bottom I have added doc_root = "c:\test" extension_dir ...
by cyjetsu
Fri Aug 29, 2008 5:47 pm
Forum: PHP - Code
Topic: php shopping carts
Replies: 5
Views: 854

Re: php shopping carts

I can assure you I am not a spammer. I posted a single link once for 2 probably rival shopping carts and asked questions about how good they are. I shall go for the open source carts since it seems like the pay ones are quite unpopular. Thanks for the info.
by cyjetsu
Fri Aug 29, 2008 2:08 pm
Forum: PHP - Code
Topic: php shopping carts
Replies: 5
Views: 854

Re: php shopping carts

Thanks I will check out those open source carts.

But I have noticed many companies use x-cart. Would I be able to modify and use xcart with clients without buying xcart software?
by cyjetsu
Fri Aug 29, 2008 2:21 am
Forum: PHP - Code
Topic: php shopping carts
Replies: 5
Views: 854

php shopping carts

I am new to php, in fact just about to start studying it. Mainly right now I am interested in developing shopping carts and forums and using and modifying existing ones. I have come across some shopping carts you can buy such as: http://www.x-cart.com/ and http://www.viart.com/ Are these worth buyin...