First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Mail Function Not Working
Hi, I have an issue here where I see no PHP errors on my mail function usage, and yet I am not getting the mail in the desired account. Here is what I have for my PHP code: $headers = "From: ajwei(a)alumni.iu.edu" ; $to = $email; $subject = "Comments Regarding My Site"; $body = "From: $your_n... 12 Apr 2010 11:27
error compiling php-5.3.2
Hi I'm trying to compile PHP 5.3.2 with VC9 but I get this error Creating library Release\php5.lib and object Release\php5.exp crypt.obj : error LNK2001: unresolved external symbol _crypt Release\php5.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft ... 11 Apr 2010 12:22
FastCGI error with IIS (was Windows binaries)
Hi, Here's the error from phpmyadmin after entering the id & password: FastCGI Error The FastCGI Handler was unable to process the request. -------------------------------------------------------------------------------- Error Details: •The FastCGI process exceeded configured request timeout •Error ... 11 Apr 2010 06:54
Changing a column to proper case
I have a MySQL file that is filled with information on the different woods of the world. In one column for the botanical species names, some of the first characters in each record are not capitalized when they should all be while many are properly capitalized. I need to correct this. The database is "TAXA". Th... 7 Apr 2010 04:37
Windows binaries
Hi, Does anyone know why there isn't a VC9-compiled binary for PHP 5.2.13 ? The PHP application I'm using isn't currently compatible with PHP 5.3.x, so I need a 5.2 build, but it will also be running in IIS 6. What is my best option? Use the VC6 x86 Thread Safe build of 5.2.13, use the older VC9 x86 Thread Safe b... 8 Apr 2010 14:03
PHP mailer and IIS 7.0
Hi, I'm not sure whether the hosting Windows IIS 7.0 server support PHP mail or Unix sendmail or not. I'm running a third party PHP app... So, do IIS 7 support a compatible service? If so, what can I do to enable one of these mailer features? Thanks, King ... 17 Mar 2010 06:54
Online PHP-Mysql Meeting
thx... I looking forward to have another tutorial On Tue, Mar 16, 2010 at 10:28 AM, win.a <win.acc(a)gmail.com> wrote: Good idea! i'll join All you best ------------------------ What we are struggling for ? The life or the life ? On Tue, Mar 16, 2010 at 10:47 AM, Gunawan Wibisono <l... 18 Mar 2010 23:29
Cannot connect to MySQL
you install php, apache and mysql one-by-one? how about try access other db (example: odbc) On Fri, Mar 5, 2010 at 9:33 PM, The Phantom <livephantom(a)live.com> wrote: Hello, First of all, I apologise if I do something wrong, because I'm new to this weird system. For test purposes, I have insta... 7 Mar 2010 15:11
OSSCamp Chandigarh April 2010 - Open Source Is The Future
Hello All, OSSCamp is again being organized in Chandigarh on April 10, 2010. This is another step ahead to foster the open source community in the city beautiful. At a Camp, we love to cross-talk, huddle together, raise some noise, celebrate technology, argue over the coolest OS ever made, fight on our fav progr... 4 Mar 2010 11:14
Using Header to sort of redirect a URL to an audio file to be used as a BGSound
FWIW, and might be minorly interesting, but in order to use something like the following HTML tag in a page to play a sound in the background, but without actually allowing them to see the actual file name to prevent the file from being directly downloaded: <bgsound src="sndsrc.php" loop="1" /> Then in the ... 3 Mar 2010 10:42
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16