I have come to PHP from Java and am finding managing large/enterprise
projects using lots of includes and suchlike rather tricky and error prone.
Are there any projects and/or best-practice documentation for describing
a good way to organise large projects with lots of files and/or
classes. I
Sheawh wrote:
thanks all
http://www.php.net/manual/en/ref.filesystem.php
...have a look at the user submitted examples at the bottom of the page.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I want to be able to manipulate files that are on my samba file server from
my PHP application. These shares are not normally mounted on my web server
and it would be inconvenient and yet another administative maintenance task
to do so.
So... I want to be able to present a form to the user wh
Hi,
I want to be able to manipulate files that are on my samba file server from
my PHP application. These shares are not normally mounted on my web server
and it would be inconvenient and yet another administative maintenance task
to do so.
So... I want to be able to present a form to the user wh
Hi (again),
I need to unzip (in/from PHP) files that have been zipped using pkzip on a
windows machine using a password.
Has anybody any thoughts on how to do this. I was just going to call a
command line program (if I can find one!), but thought I would ask if there
is something cleverer.
Thank
You can't
well, not via PHP anyway. You would need to do a select first to establish
if any of these values exist in the database. Something like...
select first,last,email from mytable where first=x or last=y or email=z;
then check which one of first,last,email is non-empty.
BUT.. do you *
I am prepared to be wrong (but I'm too lazy to go and try it)...
does MySql return a detailed enough error message to detect *which* field
caused the problem. IIRC, I don't think it does.
Anyway *if* it does it will be in here...
http://www.mysql.com/doc/en/Error-returns.html
DUP UNIQUE I guess
ust mount the share on-the-fly when they enter the
> username and pass?
>
>
> On Tue, 2004-02-24 at 06:11, Howard Miller wrote:
>> Hi,
>>
>> I want to be able to manipulate files that are on my samba file server
>> from my PHP application. These shares are not
Aha!
This looks really cool! Why can I never find this sort of stuff :-)
Thanks very much.
Howard
Manuel Lemos wrote:
> Hello,
>
> On 02/24/2004 08:11 AM, Howard Miller wrote:
>> I want to be able to manipulate files that are on my samba file server
>> from my PHP appl
No I didn't say that I *wouldn't* run external commands. However I want the
operation to be transparent and non-confusing to the user, so they don't
get get with error messages from the Unix mount command or something. I
just expected a lot of grief/drama doing it that way.
I'll give the class a g
10 matches
Mail list logo