Does the script work when you run it by hand?
Try to insert an echo "TESTER" in the top the shell script to make sure
something is sent to stdout. And then check in your php script that you
receive the message.
Best regards,
Jacob Vennervald
On Wed, 2003-08-06 at 08:38, Chris Blake wrote:
> Gree
Hi
Next time you can find a lot of information about this on www.php.net.
Check out this example:
Best regards,
Jacob Vennervald
On Mon, 2003-07-28 at 16:08, SP Computing wrote:
> Hi all,
>
> I have this code so far:
>
>
> mysql_connect(localhost, USER, PASS);
> mysql_select_db(DB);
>
> $
Download it and then check it. But if you need to check a lot of files
that's probably to slow.
Jacob Vennervald
On Thu, 2003-07-24 at 06:03, Joe wrote:
> how to check the filetype of remote file
> because is_dir(), is_file() can't work on remote file
> thx a lot
>
>
>
> --
> PHP General Mail
php -c
Jacob Vennervald
On Tue, 2003-07-22 at 12:52, Jean-Christian IMbeault wrote:
> I am running some cronjob scripts that are written in PHP. However
> things are not working as expected because my php.ini file auto-prepends
> a file. This auto-prepending is meant for my PHP web pages and I
You could serialize your an array and save it in the cookie, but I would
also recommend using a session and then save the serialized array in
this instead.
Jacob Vennervald
On Tue, 2003-07-22 at 09:36, Curt Zirzow wrote:
> * Thus wrote Shantanu Oak ([EMAIL PROTECTED]):
> > Hi,
> > I have written
Just tried it out and you should use htmlspecialchars() instead of
urlencode(). When you put it in a hidden field the browser is
responsable for urlencoding the data.
Jacob
On Mon, 2003-07-21 at 09:24, Andrei Verovski wrote:
> Hi,
>
> I am need to pass serialized assotiative array via form hidde
Actually I did search Google first and I did get the same results you
got. But what I was looking for was actually not a list of different
beautifiers but comments from developers having experience with a
specific beautier that they find does the job well.
Jacob Vennervald
On Thu, 2003-07-17 at 1
orth trying in the future. :-)
>
> Joseph
>
> "Jacob Vennervald Madsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> > Hi List
> >
> > Does anybody know any good PHP code beautifiers/formaters?
> > Preferably one
Hi List
Does anybody know any good PHP code beautifiers/formaters?
Preferably one which is configurable so I can specify the exact format I
want.
Cheers,
Jacob Vennervald
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
9 matches
Mail list logo