Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top PHP for Windows Solutions: 1 - 25 of 119
 
Hi, Server set up is: Windows Server 2003, Apache, MySQL and PHP Server is set up in America/New_York and local time always shows correctly in server time clock. When I use simple dat...
How do I change the background color of an html input text box for normal display and for validation error display. Normal is white. Validation error is a shade of red (#990000).  I'm using PH...
Hi, I am having great difficulty creating a PHP  code that downloads a PDF file for the user. I am very  frustrated with IE. My code works on  firefox, but on IE (7 and 8) it fails. My MIME  s...
I am having a piece of code which converts number to word and working fine. But for me i need indian currency form like crore, lakh, etc instead of billion, million . I am new to php. Anyone...
how can i export data from mysql database using php script  to ms excel file format thanks in advance
I get this error from PhpMyAdmin. Cannot load mcrypt extension. Please check your PHP configuration. I used the 'Microsoft Web Platform Installer' then I added the files and the entries ...
I have a script which continuous add elements to an array, which I am holding into session for later use. Problem is that, in some scenario I needed to delete particular element from array so ...
Hi there; I have xampp problem in Windows 7 Pro, latest-64 bit , I can view my page, but it acts not expected, some tags are seen, some pages are not working. Why? I have downloaded the ...
In one server, I am unable to increase the time limit of sessions by doing changes in php.ini Following is the session block taken from phpinfo() session Session Support  enabled   Reg...
Hi, I've been searching internet to find some PHP code for following but can't find anything. Bit stuck. I have a variable (which is a password) that I want to check whether it has a minimum o...
I have successfully connected to MSSQL using PHP, but i get following warnings and system die. Please let me know the problem asap. Thanks Warning: mssql_query(): supplied argument is not a...
Hi, I have associated .php files to open with PHP CLI executable. So, when ever we double-click on a PHP file, it gets executed and can invoke directly PHP files on the command prompt. ...
Hi everyone, I'm experiencing the most unusual problem. Every time I execute an INSERT statement, the database ends up with the record in there TWICE. I thought maybe my PHP app was at f...
Hi there I've been trying to setup a moodle website on Windows 2008 with IIS7 for several weeks now and it's very difficult, but I'm quite close.. I've posted on the moodle forums but these a...
I`m using PHP + Mysql +Apache and using this: $function = 'mysql_connect'; if (function_exists($function)) { echo $function.' exists'; } else { echo $function.' cannot be found'; } ...
I'm trying to use the code below along with the tectite.com formmail script.  Trying to restrict file uploads to only the extensions in the whitelist.  when i try to upload a file, even if its...
Hi there, I am trying to use a snazzy script on my website (Thin Upload) to upload large files to my web server - so clients can share files. Thin Upload "slices" up the files into smaller pi...
I had got tutorials for blogging but they are all for server 2008. I have tried they but I think process is different in Server 2003.
how can I test if a variable passed by a form in php contains numbers ie... myvar = '123'; if I use is_numeric(myvar), this will fail I want to have a test to see if the string var cont...
Hi,      We need to getting address book contact list of gmail,yahoo,hotmail in PHP language.
Ok, here is the problem. Basically I don't know how to connect PHP and Ajax(Javascript) in displaying pages. Lets say I have a simple starting page named index.php: <html> <head></head> <...
Hi I am trying to install php in my Windows Server 2008 R2  (IIS7.5) , but I don't know which php version should I install , there's (Thread Safe) and (Non Thread Safe) , which one of them ...
Hi all, Im trying to create an order form in magento.. which will be very similar to the contact form in  (but with additional fields). This is what I have done so far: 1. created ...
Hi can anyone tell me how I can code this in PHP: Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (ByVal Destination As Long, ByVal Source As Long, ByVal Length As Long)...
Hi guys I am trying to put together some code for my website which when a user enters some details in a form and clicks a button, those details are sent to me in an e-mail. Im gussing i will ...