I'm running WAMP on Windows Server 2003
PHP Version 5.2.x
Apache2
I tried setting the 'include_path' both within php.ini(and restarting apache) and setting it within htaccess
I am usin...
Hi I am using the following code to send mail through the php mail() function. But this mail is going in the html format. I Need to send this mail in a plain text format.
The reason I am ...
If I have a file which includes the following line
This is cat
This is dog
This is man
When I use PHP to read the file in, and echo the content on the screen, the new line are not includ...
My current development server has an installation of ColdFusion 8 running on IIS and a MySQL server. In the near future, I'll be transitioning to PHP, but I'll need to keep CF running as to ma...
I've been trying to install PHP on IIS for the first time. I have used the following 2 sources to help me:
http://www.peterguy.com/php/install_IIS6.html
http://forums.kayako.com/f74/setup-ph...
I am trying to open/download a SpreadsheetML file in a Browser. I have tried several HTTP header options as well as editing the MIME types on the web server side to no avail.
In the applic...
Box setup is PHP 5.2.5 running on IIS (not sure the version). I restart IIS and the functions run fine for the first time. On refresh, the functions give me a redeclare error. I narrowed it do...
I open a file for writing.
$fp = fopen($my_file, "w") ;
I need it to be saved as unicode or insert
unicode data to it.
If I save a text file in Notepad I get the
option unicode in the en...
Hi,
I have a form and I need a php code to move to different page upon submitting
Thanks.
I am a newbie at PHP and MySqL. I am running IIS 5, PHP 5 and MySQL 5 on my XP laptop. I have been testing a php form that would ask the user for input and then insert the data into an exist...
how to do a page pagination like that of google
I've been using this line of code to produce zip files of all the files in a certain directory...
exec("zip $filename $path");
On a PC, I open the zip file and I just see all of the files ...
Hello folks, PHP newbie and I am using a login system developed by JP Master 77 from: http://www.evolt.org/article/PHP_Login_System_with_Admin_Features/17/60384/index.html
In the session.p...
Please somebody help me finding number of months in PHP between two pre-1970 dates.
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 ...
I am trying to implement the CAPTCHA script found at:
http://www.white-hat-web-design.co.uk/articles/php-captcha.php
I have the security code displaying but do not know were to put the...
Hi, Thanks in advance: I run 2 moodle schools and never really got the cron.php working well on either of them. For anyone trying to help who's new to moodle, Cron is really so simple - it...
Hello experts.
I have learned from my last post that I need to be more clearly what the problem is, so I will give it a try.
I have a laptop with wamp server 2.0C with mysql and php.
- A...
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....
I have a problem that I am not possible to solve.
I am using windows server 2003 schedule task manager to run php script every x minutes.
PHP Script 1
The first php script extracts cont...
I've got a bit of issue with configuring Apache and PHP to work together. Ive attached the results of a <?php phpinfo(); ?>
I cant get the 'Configuration File (php.ini) Path ' to point to...
Hello.
I'm testing connecting to the LDAP using PHP. I have found a script (see code snippet), although when trying to run it, it just keeps asking for a username and password and after 3 t...
Hi!
I need to parse an excel file saved as XML. Im able to retreive my numeric value but there is some characters that im not able to remove ( ) :
<Cell ss:MergeAcross="4" ss:Style...
I'm looking to have a script written that will be scheduled to run every 90 days. I can run this PHP script on a server with PHP installed if necessary, but am hoping to put it on a server tha...
Hi,
I have a cron job set up to download a large text file (20MB or more) from a server on a 4 hourly basis. I then need to read the file line by line and insert the data into a MySQL datab...