I am runnig APACHE on windows
I want to protect a folder that has the local path:
C:\Documents and Settings\Administrateur\Bureau\raquettesquash\admin
I am just getting CRAZY because I ...
Is there a PHP function that lets me add months to a date, but not allowing freely that moves to other months.
For example,
echo date("Y-m-d", strtotime("+4 month", mktime(0, 0, 0, 5, 3...
I am currently working on a couple of functions that process a http posted XML document. In that document, there is a tag "image", which contains a base64 encoded string, holding the image inf...
Hi,
On the link http://hbni.net/contact.htm we have a basic php contact form that I would like to further develop. I would like to have a name field, email address, and the question and req...
<?php // This file is protected by copyright law and provided under license. Reverse engineering of this file is strictly prohibited.
$OOO0O0O00=__FILE__;$O00O00O00=__LINE__;$OO00O0000=33260;...
i have a lot of java script vars,, in one web,, but i need to pass them to another page php,,,
i try by parametes in the url,,,but are too many,, i try with cookies, but i have to create too ...
We have several computers on our Windows 2003 domain network. All client PCs are using Windows XP Pro and must login to WIndows to get to the desktop nd their unique profile. From there they...
Hello,
Here is my server config:
Windows 2003 server SP1
XAMPP v 1.5.5b2 (XAMPP is using PHP 5.2.0)
I modified php.ini by uncommenting "extension=php_ldap.dll" and copied libeay32.dl...
Is it possible to change the location of this PHP global variable?
$_FILES['userfile']['tmp_name']
By default it is set to C:\WINNT\TEMP.
I tried the following but I get an error:...
Experts,
I am just trying to capture the text between two tags (ie. <b></b>) and then output the data.
I never really understood regex.
Thanks.
Hi, I am trying to get a form to email me and the submitting party an email containing all text filled in to the form. There are tons of scripts out there to do this, but the problem is that t...
Hi! I'm trying to achieve multiple files and get one .zip file. here is the code
$zip = new ZipArchive();
$filename = "test.zip";
if ($zip->open($filename, ZIPARCHIVE::CREATE)!==TRUE) {...
Hi, I've installed XAMPP onto my laptop in order to update a php site i built years ago. Problem is every time i need to restart apache, I have to reboot my machine.
My OS is XP SP2.
The...
i have tried
c:\wamp\bin\php\php5.26\php -f c:\path\to\your\phpfile.php
and
c:\wamp\bin\php\php5.26\php-win.exe -f c:\path\to\your\phpfile.php
as the content of .bat file
It just ...
I have a problem with getting the fbml markup to work in the footprints example from Facebook. Yes this is my first Facebook app tryout :).
My setup is :
IIS 6.0 W2003
PHP 5.2.6
MySQL 5....
Hi all,
Is there is a way/ tool that I can use to convert arabic text from windows-1256 to utf-8 with keeping the letters in the rigt way (letters aligned and ordered from right to left and t...
I have a variable name $vars where I am saving all the variables such as:
if($publish_year) $vars .= "&year=".$publish_year;
and then passing it through a form as following:
<input id="va...
Hi Guys
I've installed PHP5 and MYSQL, IIS and now im trying install MediaWiki and when i try to run the configuration file for mediawiki i get the error message as below:
----------------...
How can I change timeout setting MySQL for PHP in Windows.
Default is 30.
Thanks
i using this code to fetch information from database and display on the comobox.
first time its display right but when i refresh from firefox comobox selected value change in 10.
it's bi...
I have migrated a website from its host to my server Windows 2003 w/ IIS6; I have installed PHP 5.3.2 on the server.
Whenever I go to fill this contact form on the bottom left
www.hansonan...
Hello
I have downloaded a neat little php directory scipt but some it is encrypted.
Could someone take a look at it and tell me if it possible to remove the encryption please
http://w...
I have recently installed PHP on my home computer so I don't have to ftp everytime I want to test code. Everything works great except I can't access session variables outside the page they we...
I've upgraded to PHP 5.2.8 on our Windows server (IIS 6) for our install of Sugar CRM.
We use SQL Server with Sugar and it was humming along just fine under PHP 5.2.5. When I was installing P...
Hi Folks
I've been round and round this one for days and cannot figure it out. I've read all the relevant similar questions I can find in here on Experts eXchange and am still no closer to ...