Re: [PHP] passing random variables names

2003-11-07 Thread Jacob Vennervald
s are worth gold to me, so I prefer to sell them and get rich!" > > Ben-Nes Yonatan > Canaan Surfing Ltd > Tel: 972-4-6991122 > Fax: 972-4-6990098 > http://www.canaan.net.il > -- -- Venlig hilsen / Best regards, Jac

Re: [PHP] PHP and java

2003-10-30 Thread Jacob Vennervald
> > Any ideas on how to do this? > > JDM > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Venlig hilsen / Best regards, Jacob Vennervald System Developer Proventum Solutions ApS Tuborg Bouleva

Re: [PHP] Regular Expressions

2003-10-16 Thread Jacob Vennervald
I to small l, but only in > the beginning of a word. > > How is this done in regular expression ? > > Any help appreciated. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Venlig hilsen / Best

Re: [PHP] Running script produces no output

2003-08-05 Thread Jacob Vennervald Madsen
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 B

Re: [PHP] Displaying MySQL data inside of a table

2003-07-28 Thread Jacob Vennervald Madsen
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); &g

Re: [PHP] a stupid question

2003-07-24 Thread Jacob Vennervald Madsen
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 > >

Re: [PHP] CLI php: how to use different php.ini file

2003-07-22 Thread Jacob Vennervald Madsen
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

Re: [PHP] Array cookie

2003-07-22 Thread Jacob Vennervald Madsen
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, &

Re: [PHP] Passing Serialized Array via Hidden field

2003-07-21 Thread Jacob Vennervald Madsen
ting.com/guru4mac > * Mac, Linux, DTP, Development, IT WEB Site > * > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Venlig hilsen / Best regards, Jacob Vennervald Sy

Re: [PHP] Re: PHP code beautifier?

2003-07-17 Thread Jacob Vennervald Madsen
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

Re: [PHP] Re: PHP code beautifier?

2003-07-17 Thread Jacob Vennervald Madsen
Thanks a lot. Jacob Vennervald On Thu, 2003-07-17 at 15:29, Joseph Szobody wrote: > Jacob, > > http://www.tote-taste.de/X-Project/beautify/ > > http://www.semdesigns.com/Products/Formatters/PHPFormatter.html > > http://www.trita.com/features/php-beautifier.jsp > &g

[PHP] PHP code beautifier?

2003-07-17 Thread Jacob Vennervald Madsen
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