[PHP] Cutting off first 4 characters using array input names??

2002-10-29 Thread Jarrad Kabral
the page its getting posted to. [value] => Array ( [client_name] => 5678 [student_name] => 5678 ) This used to work and return the entire string on our old server (PHP 4.2.2) but we just moved to a new dedicated server (PHP 4.2.3) and now it screwed. Any thoughts? Regards Jarr

RE: [PHP] What is this??

2002-10-27 Thread Jarrad Kabral
It means you are most likely performing an insert and have more fields specified than values given. If you give us your SQL we can help you out. Regards Jarrad Kabral -Original Message- From: Miguel BrĂ¡s [mailto:molino26@;netcabo.pt] Sent: Monday, 28 October 2002 1:40 PM To: [EMAIL

RE: [PHP] Quick way to test series of integers

2002-10-24 Thread Jarrad Kabral
Regards Jarrad Kabral -Original Message- From: Paul Kaiser [mailto:paukai@;illinimedia.com] Sent: Friday, 25 October 2002 7:35 AM To: [EMAIL PROTECTED] Subject: [PHP] Quick way to test series of integers Hey there, I have around 50 checkboxes on an HTML form. Their "value" is &qu

RE: [PHP] CC Processing Merchants

2002-10-09 Thread Jarrad Kabral
Most of our local banks here in Australia offer merchant facilities. Judging by your email address your from the UK but I cant see any reason why it should be different. Why dont you find out who your boss his/her banking with and contact them regarding a merchant service...? Regards Jarrad

[PHP] Inheritance Question

2002-10-08 Thread Jarrad Kabral
//Or this one...?? foo::jk(); } } Which is the best way? Is one a way a less memory intensive way than the other? Thanks in advance Jarrad Kabral -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Wanting to better understand

2002-10-01 Thread Jarrad Kabral
and just when I thought this day couldnt get any more confusing:| -Original Message- From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 12:50 PM To: PHP General Subject: [PHP] Wanting to better understand Hey, I am trying to better understand s

RE: [PHP] PHP5

2002-10-01 Thread Jarrad Kabral
I was wondering the same thing... There was a URL to an interview with Zeev Suraski posted on here once where he was talking about the new featuresbut it was in german :( Jarrad -Original Message- From: Brad Bonkoski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 9:44

RE: [PHP] PHP 4.2.2 vs PHP 4.0.6

2002-10-01 Thread Jarrad Kabral
n you wish to access session, cookie, post, get or environment variables. This URL will explain everything http://www.zend.com/zend/art/art-sweat4.php Regards Jarrad Kabral -Original Message- From: Alex Shi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 9:29 AM To: [EMAI

RE: [PHP] Re: Web Site

2002-08-22 Thread Jarrad Kabral
If your in Aus (like me) then I recommend eWay, I've used them for several sites and never had a problem. www.eway.com.au They even have some sample PHP code you can use to integrate with there system... Regards Jarrad Kabral -Original Message- From: Sami Mahamed [mailto:[

RE: [PHP] Re: Help and advice sought - search/replace

2002-07-02 Thread Jarrad Kabral
http://www.php.net/manual/en/function.fgetcsv.php that will help you :) -Original Message- From: David Robley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 July 2002 11:49 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Help and advice sought - search/replace In article <[EMAIL PROTECTE

RE: [PHP] Automatic color coded HTML

2002-06-05 Thread Jarrad Kabral
yeah that would be niceis it configurable at all? -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 June 2002 12:19 PM To: 'Martin Towell'; 'Jarrad Kabral'; 'Php-General (E-mail)' Subject: RE: [PHP] Automatic color c

[PHP] Automatic color coded HTML

2002-06-05 Thread Jarrad Kabral
Hi All, Is a command in PHP to format source code as color coded HTML? Regards Jarrad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] User Authentication

2002-06-04 Thread Jarrad Kabral
id in the querystring or post of each page. Regards Jarrad Kabral -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 June 2002 11:48 AM To: [EMAIL PROTECTED]; 'php-general' Subject: RE: [PHP] User Authentication Sessions use cookies as it is

[PHP] DOMXML......aaaahhhhhhhh!!!!!!!!!!!!!!!!!!!!!!!!!!!

2002-05-09 Thread Jarrad Kabral
Im tearing my hair out over how buggy DOMXML is! Im trying to get my Hosting provider to update to PHP 4.2 cause I hear alot of memory leaks for DOMXML are dealt with in this versioncan anyone who has 4.2 confirm or deny this?? Thanking you all in advance Jarrad Kabral -- PHP General

[PHP] Is the browser still open? if not then I want to kill the script

2002-05-06 Thread Jarrad Kabral
?? Regards Jarrad Kabral -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] What's wrong????

2002-04-29 Thread Jarrad Kabral
It sounds like you only downloaded the small windows installer go here http://www.php.net/downloads.php and get the 4.8mb ZIP package. This has a bunch of commonly used modules come with it and comes with instructions on setting up modules Regards Jarrad -Original Message- From: Arp

FW: [PHP] remove last character in a string

2002-04-22 Thread Jarrad Kabral
tring,0,-1) == ",") { //Strip $formatted_str = substr($string,0,str_length-1); } else { //Dont strip // } That should work but I didnt test it ;) Regards Jarrad Kabral -Original Message- From: Tyler Longren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 23 April 2