Re: [PHP] cant find uploaded file in /tmp.

2010-10-03 Thread Ashley Sheridan
On Sun, 2010-10-03 at 20:53 +0300, Prekates Alexandros wrote: > Hi to the list. > > Trying to test php upload i used a very simple scrip. > I managed to upload files but i dont understand why the dont > stay in the /tmp dir where the initialy are put even if i dont move them > to another dir. >

Re: [PHP] Syntax Error

2010-10-03 Thread Ashley Sheridan
t;)) { > > $insertSQL = sprintf("INSERT INTO family (firstname, lastname, email, > > password, relationship, story, image, ip, submitted) VALUES (%s, %s, %s, > > %s, > > %s, %s, %s, %s, %s)", > > GetSQLValueString($_POST['firstname'], "text"), >

[PHP] cant find uploaded file in /tmp.

2010-10-03 Thread Prekates Alexandros
Hi to the list. Trying to test php upload i used a very simple scrip. I managed to upload files but i dont understand why the dont stay in the /tmp dir where the initialy are put even if i dont move them to another dir. alex. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] Syntax Error

2010-10-03 Thread chris h
> %s, > %s, %s, %s, %s, %s)", > GetSQLValueString($_POST['firstname'], "text"), > GetSQLValueString($_POST['lastname'], "text"), > GetSQLValueString($_POST['email'], "text"), > GetSQLValueString($_POST['password&

[PHP] Syntax Error

2010-10-03 Thread Gary
n for the help. Gary __ Information from ESET Smart Security, version of virus signature database 5499 (20101003) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Is it possible to create a global namespace alias?

2010-10-03 Thread Matt Palermo
Is it possible to create a global namespace alias in PHP or does the alias have to be defined in EVERY file that I use? Here is an example: file: main.php file: index.php The above code doesn’t work for me. The namespace alias defined in the main.php file isn’t accessible in the index

Re: [PHP] Vermis - new issue tracker in PHP

2010-10-03 Thread Lukasz Cepowski
On 03.10.2010 13:04, Ashley Sheridan wrote: On Sun, 2010-10-03 at 11:38 +0200, Lukasz Cepowski wrote: Hello, I would like to introduce the project that I'm working on for a few months :) Project is called Vermis (lat. bug, worm). It is an Open Source issue tracker and project management tool f

Re: [PHP] Vermis - new issue tracker in PHP

2010-10-03 Thread Ashley Sheridan
On Sun, 2010-10-03 at 11:38 +0200, Lukasz Cepowski wrote: > Hello, > > I would like to introduce the project that I'm working on for a few > months :) > Project is called Vermis (lat. bug, worm). It is an Open Source issue > tracker and project management tool for software developers and projec

[PHP] Vermis - new issue tracker in PHP

2010-10-03 Thread Lukasz Cepowski
Hello, I would like to introduce the project that I'm working on for a few months :) Project is called Vermis (lat. bug, worm). It is an Open Source issue tracker and project management tool for software developers and project managers that has been created for improving quality of code, effic