Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jammer08

macrumors member
Original poster
May 26, 2006
63
0
okay, i have everything going great now... but now i have come accross an issue... i need serval forms on my site and i have them set up -- all ready to go, but when you try to submit the form online you get an error... do i need some sort of mail server or something?? all help is sincerely appreciated.
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
okay, i have everything going great now... but now i have come accross an issue... i need serval forms on my site and i have them set up -- all ready to go, but when you try to submit the form online you get an error... do i need some sort of mail server or something?? all help is sincerely appreciated.
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
exabytes18 said:
A Windows :eek: or Linux box might have been better.
1. They are cheaper.
2. Windows and Linux can run Apache and MySQL significantly faster than a Mac.

Really?? Is there a substancial difference in speed? -- Also, what is MySQL?
 

exabytes18

macrumors 6502
Jun 14, 2006
287
0
Suburb of Chicago
jammer08 said:
Really?? Is there a substancial difference in speed? -- Also, what is MySQL?

I'm looking for some current benchmarks..... I'll report back soon.

MySQL is an open source database that is widely used for websites. It is easy to use and highly scalable.
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
exabytes18 said:
I'm looking for some current benchmarks..... I'll report back soon.

MySQL is an open source database that is widely used for websites. It is easy to use and highly scalable.

Thanks!
 

exabytes18

macrumors 6502
Jun 14, 2006
287
0
Suburb of Chicago
Ok. According to anandtech.com,
on actual servers (i.e. xServes and comparable Linux boxes) the Linux box will serve 10 times more requests than the Mac. I don't know how well Apple optimized Apache for Intel yet and such, but it looks like performance should be alright for a small site with few page views per second.
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
exabytes18 said:
Ok. According to anandtech.com,
on actual servers (i.e. xServes and comparable Linux boxes) the Linux box will serve 10 times more requests than the Mac. I don't know how well Apple optimized Apache for Intel yet and such, but it looks like performance should be alright for a small site with few page views per second.

Wow.. That is quite a difference!.. but it should be fine for what I am using it for.. do you know how to get forms to submit on a site?
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
exabytes18 said:
But like... store the information in a database... or calculate everything on the webpage itself.... or something else.

I want the info taken from the form to be sent to me via email.
 

exabytes18

macrumors 6502
Jun 14, 2006
287
0
Suburb of Chicago
jammer08 said:
I want the info taken from the form to be sent to me via email.

The easy way is to just use <form action="mailto:email@address.com" ....>.

This leaves your email address exposed, requires the client to have their mail app setup properly, and lacks any nice formatting.

The proper way to do it is to have some scripting language (PHP, ASP, etc) get the information from the forms, verify it isn't a bunch of BS and then send you an email. Pretty easy.
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
exabytes18 said:
The easy way is to just use <form action="mailto:email@address.com" ....>.

This leaves your email address exposed, requires the client to have their mail app setup properly, and lacks any nice formatting.

The proper way to do it is to have some scripting language (PHP, ASP, etc) get the information from the forms, verify it isn't a bunch of BS and then send you an email. Pretty easy.



Yeah that (bold) is what I am trying to do. I do not want it to go through the viewer's email client, I want the sever to send it. I have the form set up, I do not need it to verify anything, but how do I script it to send the info out via email? :confused:
 

jeremy.king

macrumors 603
Jul 23, 2002
5,479
1
Holly Springs, NC
jammer08 said:
[/B]

Yeah that (bold) is what I am trying to do. I do not want it to go through the viewer's email client, I want the sever to send it. I have the form set up, I do not need it to verify anything, but how do I script it to send the info out via email? :confused:

Two suggestions since its your company.

1) get a hosting account
2) Hire someone who knows what they are doing. Nobody here is going to walk you through programming in PHP/JSP/Ruby/etc...

This will save you headaches and time.
 

exabytes18

macrumors 6502
Jun 14, 2006
287
0
Suburb of Chicago
kingjr3 said:
Two suggestions since its your company.

1) get a hosting account
2) Hire someone who knows what they are doing. Nobody here is going to walk you through programming in PHP/JSP/Ruby/etc...

This will save you headaches and time.

Agreed. This is what should have been done in the first place.
 

exabytes18

macrumors 6502
Jun 14, 2006
287
0
Suburb of Chicago
jammer08 said:
What's a good hosting company?

Search macrumors for reviews of web hosts, Google around, research, select one that appeals to your needs, and don't get scammed. ;) I started out with the basic package from bravenet.com (nothing wrong with them), and then figured it was cheaper for me to host it on my desktop computer. That's about all the advice I can offer up.

Let us know what you find.
 

jammer08

macrumors member
Original poster
May 26, 2006
63
0
exabytes18 said:
Search macrumors for reviews of web hosts, Google around, research, select one that appeals to your needs, and don't get scammed. ;) I started out with the basic package from bravenet.com (nothing wrong with them), and then figured it was cheaper for me to host it on my desktop computer. That's about all the advice I can offer up.

Let us know what you find.

Anyone have an experience with BlueHost?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.