- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
Computer Science student (final year) and programmer (4 years experience).
- Interests
- I like music, playing my guitar, I write 2 blogs (a satirical one and a personal one) and having fun…
- PC Specs
- Debian based & Windows XP/7
9 Posted Topics
Re: The function you are trying to use works with sendmail, which is a mail server for unix-like systems. In unix/linux/bsd/solaris/uix and so on it is found I believe under /usr/sbin/sendmail. Unfortunately, in Windows, sendmail does not exist. Therefore, when PHP is looking to find sendmail in Windows, it simply cannot … | |
Re: Simply, if I understand what you want to do, you should have a value for each option in your HTML select element of your form. Then, in php, you should have variables which grab those option values (with $_POST or $_GET depending on your form), and then feed them into … | |
Re: Hey, you can try for [url]http://www.net2ftp.com/[/url] . Really good service, I use them quite a lot, especially when I am having a slow connection day. If your ISP is still blocking this site try using a proxy (if this is not illegal in your country of residence of course). Have … | |
Re: Please give more information. As for example, do you need to hardcode the paths or do you need it to be dynamic so you can upload the path/image to mysql via php? ![]() | |
Re: [QUOTE=AirGear;1036486]guys, today i tried to install the same wamp in other PC. and surprisingly, it works there!! guess the wrong thing is my PC now, or maybe the setting of the apache or php. do you have any ideas?[/QUOTE] Try uninstalling WAMPServer and reinstalling it. Sometimes a bad download leaves … | |
Re: This is simple, just instead of WHEREing the id in your query, you should WHERE the field. BUT take care with this, if you have two or more rows in which the field have the same name, then I'm afraid you'll be deleting all of these rows... | |
Hey all, I need to use the PHP mail() function in order to send an email to a number of individuals. So lets say that I have 5 users that need to get a particular email. I was thinking that the correct way of going about using the mail() function, … | |
Re: It has to be a problem with your php script which parses the information from the form. I have run your form and it works fine for me, and I also created some php code for the variables you post from the form and it all works fine and dandy … | |
Re: I don't get it, are you looking for a ready made templated solution? Or are you trying to develop this by yourself with PHP? If its the first, then you can use Joomla and buy components, modules and templates which transform your site into a social networking site and then … |