[PHP] Re: [PHP-WIN] odbc_fetch_array function

2002-10-08 Thread Pascal
s not documented (http://www.php.net/manual/en/function.odbc-fetch-array.php). I still haven't found out why it doesn't seem to be implemented in the PHP version that I am using. Pascal >what database are you using? that problem is a database connection from >your php to your db. i have b

Re: [PHP] php arrays into flash

2003-07-07 Thread Pascal Polleunus
Jim McNeely wrote: I know a lot more about php than about flash (which is probably sad) but does anyone know how to take info in an array and pass it into an array in flash? I think they have arrays, but the only thing I can seem to find in flash to get info from php is the loadvariable actionsc

Re: [PHP] String conversion function

2003-07-09 Thread Pascal Polleunus
Simon Fredriksson wrote: I'm wondering if there's any easy way to convert special chars to the numerical version of it. Like space converts to %20 and slash (/) to %2F. rawurlencode is what you're looking for -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

Re: [PHP] problem using unlink()

2003-08-06 Thread Pascal Miquet
Hello, I'd suggest to have a look at your php.ini and see the value of some execute external commands. Don't remember exactly the name of this flag. HTH Regards Pascal Miquet Le mar 05/08/2003 à 13:53, James Brash a écrit : > > Hi, > I have a problem using unlink(); on a s

Re: [PHP] problem using unlink()

2003-08-10 Thread Pascal Miquet
I think that the safe mode is on But no executables into the safe_mode_exec_dir beware if you set the safe mode to OFF. This is my value, but my server is in a safe place. HTH Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] More command line php

2003-08-14 Thread Pascal Miquet
You should have a look to the widget where you display the field. Sometimes an option is display stars. HTH Pascal Miquet Le mer 06/08/2003 à 18:34, John Nichel a écrit : > Is it possible to 'star out' the standard input (STDIN)? I'm having > users enter a password in,

[PHP] Some SOAP samples

2003-08-14 Thread Pascal Miquet
Hello, I'm looking for PHP/SOAP Samples. Where should I found some ? Thanks for your help. Regards Pascal Miquet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] preg_match issue

2003-08-15 Thread Pascal S.
1, C27_1, C26_1, C25_1, C28_1, C2_2, C30_1, C29_1, C2_1, C9_2, C7_1, C22_1, C24_1, C23_1, C22_2, C31_1, C32_1, C33_1, C9_1, C34_1'; var_dump(preg_match('/^\W*(?:[A-Z]{1,4}\d{1,3}(?:_\d{1,2})?(?(?!\Z)\W+))+$/' , $text)); Does anybody have any tips on what to try/look for? Thanks, Pas

[PHP] odbc_fetch_array function

2002-10-03 Thread Pascal S.
I have version 4.2.3 of PHP installed on a Windows server. I am new to PHP. I did find the function array odbc_fetch_array ( resource result [, int rownumber]) in the documentation, but it doesn't seem implemented in the version that I use. Do you know what I did wrong? Thanks, P

[PHP] Sending a mail in HTML format

2001-01-20 Thread Pascal Clerin
headers to specify that the mail is in html format. Thanks for your help. Pascal Get free email and a permanent address at http://www.netaddress.com/?N=1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Looking for a web host provider

2001-01-21 Thread Pascal Clerin
suggestions. Pascal -- ___ Get your free email from http://www.graffiti.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

Re: [PHP] very basic help on query and db issue

2001-01-23 Thread Pascal Clerin
Jack, Your table have 12 columns, and you are trying to insert without specify in which columns, in sort that you should insert 12 values. Try: INSERT INTO Hoteldetail (HotelName,HotelLocation, HotelCountry, HotelPostcode, HotelTelephone,Hotelfax,HotelURL, HotelContactFirstName, HotelContactLas

Re: [PHP] php mysql_num_rows problem

2002-02-27 Thread Pascal Polleunus
with insert, update and delete you must use mysql_affected_rows() - Original Message - From: "Rodrigo Peres" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 4:58 PM Subject: [PHP] php mysql_num_rows problem > Hi list, > > I have a class to perform my

Re: [PHP] php mysql_num_rows problem

2002-02-27 Thread Pascal Polleunus
with insert, update and delete you must use mysql_affected_rows() http://www.php.net/manual/en/function.mysql-affected-rows.php - Original Message - From: "Rodrigo Peres" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 4:58 PM Subject: [PHP] php mysql

RE: [PHP] splitting up search results, need som ideas. have done < 1 2 3 4 5 6 7 8 9 10 11 12 > stuff ..

2001-10-26 Thread Polleunus Pascal
x rows=10; drop-down: 1, 11, 21, 31, ...) See you, Pascal -Original Message- From: Nicklas Bondesson To: [EMAIL PROTECTED] Sent: 26/10/01 10:55 Subject: [PHP] splitting up search results, need som ideas. have done < 1 2 3 4 5 6 7 8 9 10 11 12 > stuff .. hi everybody! have done a fu

[PHP] "simulate" form submission

2001-06-19 Thread Pascal Polleunus
hat are these header informations? how can I handle that? Thanks, Pascal

[PHP] permissions when using fopen

2001-08-27 Thread Pascal Chouinard
read permissions for everyone. Can I change the access right of the PHP module on the server's filesystem without lowering security and if so, how can change this? Thanks in advance, Pascal Chouinard [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Hidden File Downloads

2005-04-25 Thread Pascal Polleunus
As" box popping up. I'm thinking maybe it has something to do with headers, but I'm not sure. Thanks. Stuart Hi Stuart, You should use the function "fpassthru". You'll need to play with the headers, check the user contributed notes on http://www.php.net/manual

[PHP] How to determine animated status of gif ?

2004-06-18 Thread Pascal Landeau
Hi, No php function found to determine if a gif is animated or not ! May you help me to do that ? -- [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP ODBC and Pervasive.SQL

2004-02-26 Thread Pascal Schaedeli
Hi, I am executing a SELECT query from PHP (4.3.4) through ODBC on a Pervasive 2000SP4 (all on Windows). odbc_result_all, odbc_fetch_into, and all other php odbc function stop returning records before the end of the effective resultset. Here is what is happening : * In Pervasive: SELECT * FROM t

[PHP] PHP and Workflow Engines

2004-02-27 Thread Pascal Schaedeli
built on PHP; again, follow standards such as OMG, etc... - Evaluate open-source wf engines: http://wfmopen.sourceforge.net/ seems like an interesting option, but there are quite a few, most of them written in Java. Please let me know if you are interested in continuing this discussion. Pascal

[PHP] Newbie question

2004-11-28 Thread Pascal Platteeuw
Hello everyone, Here is a newbie question for you guys who are much more advanced than me :-) I want ot do an automatic redirection in a php page... Is there something equivalent to "response.redirect" used in ASP? Thanks in advance, Pascal Platteeuw -- PHP General Mailing

[PHP] XML Downstream

2004-12-02 Thread Luc Pascal
how to get a datastreama into files? Thank you very much for help Pascal Luc --- Pascal Luc Client/System Support (Applicationdeveloping) SSZ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] duplicate entries in mysql column

2001-02-02 Thread Pascal Romain
remove doublons like array_unique), to the different ways to use mysql_fetch_array and to the regular expressions facilities such as ereg and ereg_replace but I haven't find a way to do what I need to do. Thanks in advance for any help I go back to the code :-)) Pascal [EMAIL PROTECTED] --

[PHP] Sending information between pages???

2001-05-02 Thread Vanden Eynde Pascal
(to send those variables seperately) and so to solve the above stated problem. Thanks in advance Pascal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]