|
Fwd: php-windows Digest 19 May 2008 13:39:11 -0000 Issue 3474 hi anton you can try utf8_encode function of php .it worked for me in a similar situation. Cheers................. ---------- Forwarded message ---------- From: <php-windows-digest-help(a)lists.php.net> Date: Tue, May 20, 2008 at 1:39 AM Subject: php-windows Digest 19 May 2008 13:39:11 -0000 Issue 3474 To: php-windo... 19 May 2008 16:12
Working with Excel csv retrieved data (using fgetcsv) and unknown characters This is run on an XP box with WAMP install: I have a script that downloads a Excel CSV file and then uses fgetscv to retrieve lines, the strange thing is that in Firefox I get symbols (black triangle with question mark in it) and in IE its basically spaces. So if I echo these values (or print_r array result, my text s... 19 May 2008 09:54
PHP and Windows - php_mysqli continued Having found the phpinfo() instructions, I've reinstalled PHP5 on win w2k3, and have made a few corrections to the ini file as a result. Is there a way to find what dlls are being found when the ini file is loaded? I have moved the libmysql and php_mysqli dlls into the dlls and ext folders respectively of the php5 i... 15 May 2008 06:29
PHP and Windows - problem with php_mysqli.dll I'm trying to get a mysql driven site working, but have hit a nasty problem Started off with php 5 but that simply refuses to find the dll. rolled back to 4.2 or some such, which then fails to load when the dll is included in the extensions list. So long as mysqli line is commented out, its fine. There is defi... 13 May 2008 09:18
Sessions Question! So I have user restricted area to my website. The login works great with the session data being passed. I also have a logout button. I notice that when I logout I can still click the back button on the browser and you can see the previous users restricted data. How do I prevent this from happening. Below is the... 13 May 2008 12:52
Running under Windows Vista? Is there some trick to getting PHP5 to install properly under Windows Vista? I had a successful Windows 'localhost' installation of Apache/MySQL/PHP about a year ago, and I've been trying to get the same thing up under Vista (Home Premium). MySQL and Apache2 install fine, but I just cannot get Apache to recogn... 25 May 2008 16:30
[PHP-WIN] Building PHP extension Hi All, How Can I build any PHP extension standalone? I do not want to build it with php source code. Is there a way to do it? -- View this message in context: http://www.nabble.com/Building-PHP-extension-tp17160680p17160680.html Sent from the Php - Windows mailing list archive at Nabble.com. ... 10 May 2008 03:10
Include Question! So I am really cornfused about the include function. If I use the include function to make my code readable and neat where does the included code go. For instance: if (some variable){ include(page.php); } Does the code go into the current page where the include statement is located on the page. Hope that... 9 May 2008 13:50
Session Question! Hello All, Sorry. I have already asked this question once but my computer's HDD died and I could not retrieve the email from the dead drive. So my question, once again! How would I create a time out function for my session. I want users to log in, store the session, and then have the system log them out af... 7 May 2008 15:51
Problem with PHP 5.2.6 and pgsql extension I have php_pgsql.dll and php_curl.dll loaded using the 'extension' directive in my php.ini file. After switching to version 5.2.6, suddenly pgsql fails to load. Trying to load my home page produces this error: Fatal error: Call to undefined function pg_connect() Calling get_loaded_extensions(), I see curl... 5 May 2008 11:32 |