[PHP] PHP/MySQL offline

2005-09-04 Thread Mario netMines
Hi all I have a project where I'm using PHP/Mysql. The client wants to run that project to a cd. Does anyone know of a trick either by using javascript, XML or an automated script that creates a static site that will allow me to do that? Many Thanks M -- PHP General Mailing List

[PHP] URL decode

2005-07-10 Thread Mario netMines
Hi all I have a value like: %u0394%u0397%u03A4%u039C%u039B Is there a way to decode to normal characters (like javascript's unescape() function) Thanks in advance Mario -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: date problem

2005-06-29 Thread Mario netMines
Isn't DATEDIFF() a MySQL 4.x function? The server I'm using has 3.x and I can't upgrade... - Original Message - From: Jasper Bryant-Greene [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, June 29, 2005 7:49 AM Subject: Re: [PHP] Re: date problem Mario netMines wrote

[PHP] date problem

2005-06-28 Thread Mario netMines
Hi all I have a database that holds car rental info DB: carrental_from (datetime field) carrental_to (datetime field) carrental_price (datetime field) [rates are per hour] The values I have are like: -00-00 00:00:00,-00-00 07:00:00,10 (all year around 00:00-07:00) -00-00

Re: [PHP] Re: date problem

2005-06-28 Thread Mario netMines
, 2005 4:28 AM Subject: [PHP] Re: date problem Firstly, this shouldn't be in the PHP list, as you're asking for help with SQL. Mario netMines wrote: carrental_from (datetime field) carrental_to (datetime field) carrental_price (datetime field) [rates are per hour] carrental_price shouldn't

[PHP] PHP on XP SP2 IIS Security?

2005-05-29 Thread Mario netMines
Hi all a while ago I bought a new computer and set it up to run PHP on IIS using MySQL db. I did all the usual setup step as I used to for the last 5 yrs. The first problem was with image uploading. The move_uploaded_file() was not working but only if the path was in the Inetpub directory. If

[PHP] Mindbuster - uploading works in some directories

2005-05-18 Thread Mario netMines
Hi all this is so weird but here it goes: PHP version: 4.3.11 Operating system: win XP SP2 I have been using the same uploading script for a while. I just got a new Athlon 64bit and I installed PHP and the rest as always. The only problem is that now my images are not getting to the directory I