Re: [PHP] phpinfo page doesn't display anything

2002-12-12 Thread hacook
Maybe you should check the CHMOD (authorizations). Check if the "Execute" level is on. "Jody Cleveland" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > You're calling it through a web server, right? > > Yup: > http://email.winnefox.org/wals/info.php > > Jody -- PHP G

[PHP] Re: Help please: Unable to get $_POST["variable"]; to work in a form.

2002-12-10 Thread hacook
Make sure your form is sent through the method="POST" "David Scott" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I am going through the introductory tutorial on http://www.php.net/ and am > stuck on this page: > http://www.php.net/manual/en/tutorial.forms.php > > I have

[PHP] Re: php.ini

2002-12-10 Thread hacook
You have it in the zip when you download from php.net "Gregory Hernandez" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > hello. > > quick question. > can someone give a small example of what a php.ini file would look > like? > i had no php.ini file so i created blank one.

[PHP] MySQL ?

2002-12-05 Thread hacook
I am really sorry but i can't find any good mySQL good mailing list... How can i make a little php function to check if a table exists ? Thanks a lot, Hacook -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Variables and http

2002-12-05 Thread hacook
Hi all, I have a page (to create a database) with X text fields called chpX (chp0, chp1, chp2..Etc) that posts these variables to a php file. I would like to know how can i get these values ? (I have also the $i variable that tells me what is the max X) Thanks, Hacook -- PHP General Mailing

[PHP] Newbie Question

2002-12-02 Thread hacook
but i can't work this out (i'm a newbie) Thanks a lot, Hacook -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Loooooooooonnnnnnnnnnggggggggg

2002-11-19 Thread Hacook
Hi all, I made a script that works on a very long charachter chain and its process is lnggg about 5 minutes ! Do you have any tips to make it faster ? Thanks, Hacook -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to break a "while" loop ?

2002-11-15 Thread Hacook
f yes, what is the structure ? Thanks, hacook -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Need difficult help !

2002-11-15 Thread Hacook
: > > > > > > $verylongstring > > $data = ... // your cut function > > $verylongstring = substr($verylongstring, strln($data); > > > > > > > > regards, > > > > Ewout de Boer > > > > - Original Message - > > From: "Hac

[PHP] Need difficult help !

2002-11-15 Thread Hacook
Hi all, I have a very long charachter chain which is like that : Number*link*name*Number*link*name*Number*link*name*Number*link*name* I made a php script to cut it thanks to the "*" to make a list with a number, and the name hyperlinked to the link. The thing is that after i get a data (number, l