RE: [PHP] integrating shipping with shopping cart site - OT

2010-01-20 Thread Angelo Zanetti
for the responses and thoughts, they are much appreciated. I see the UPS class is also quite interesting but its only if you using them :) Cheers Angelo -Original Message- From: Jochem Maas [mailto:joc...@iamjochem.com] Sent: 19 January 2010 04:53 AM To: Angelo Zanetti Cc: 'php-general' Subject: Re

[PHP] integrating shipping with shopping cart site - OT

2010-01-18 Thread Angelo Zanetti
the client is going to use UPS. Perhaps you can tell me how you have handled this issue in the past. Apologies if it is slightly off topic but it does still relate to PHP indirectly. Thanks in advance. Angelo http://www.wapit.co.za http://www.elemental.co.za -- PHP General Mailing List

RE: [PHP] Form validation and save the form

2010-01-11 Thread Angelo Zanetti
again by focusing on the wrong field.Say i don not enter my address so when the form loads everything else is saved and the form points to address field. Thanks Aditya You need Javascript for that not PHP. PHP is server side, javascript is client side (browser). Regards Angelo http

RE: [PHP] Form validation and save the form

2010-01-11 Thread Angelo Zanetti
-Original Message- From: aditya shukla [mailto:adityashukla1...@gmail.com] Sent: 11 January 2010 05:03 PM To: Robert Cummings Cc: Angelo Zanetti; php-general Subject: Re: [PHP] Form validation and save the form Thanks for the reply guys.Do you guys know a good resource where i can read

RE: [PHP] Open source project management tool - PHP

2010-01-06 Thread Angelo Zanetti
and good functionality. Regards Angelo http://www.wapit.co.za http://www.elemental.co.za -Original Message- From: Gaurav Kumar [mailto:kumargauravjuke...@gmail.com] Sent: 18 December 2009 10:34 AM To: Robert Cummings Cc: Angelo Zanetti; php-general@lists.php.net Subject: Re: [PHP] Open

[PHP] Open source project management tool - PHP

2009-12-17 Thread Angelo Zanetti
them? Also are there any others you would recommend or not recommend and why? Thanks in advance. Regards Angelo http://www.wapit.co.za http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Tracking the progress of download

2009-12-17 Thread Angelo Zanetti
google. Regards Angelo http://www.wapit.co.za http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Open source project management tool - PHP

2009-12-17 Thread Angelo Zanetti
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: 17 December 2009 02:03 PM To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Open source project management tool - PHP On Thu, 2009-12-17 at 12:24 +0200, Angelo Zanetti wrote: Hi guys

RE: [PHP] PHP live chat

2009-12-15 Thread Angelo Zanetti
like it's worth a try, though. http://www.craftysyntax.com/ thanks Ghomode, I will have a look at it now. Regards Angelo http://www.elemental.co.za http://www.wapit.co.za On 14/12/09 21:14, Angelo Zanetti wrote: Hi all, I know there are a lot of scripts that one can pay for, for live chat

[PHP] PHP live chat

2009-12-14 Thread Angelo Zanetti
or not recommend and why Thanks in advance. Angelo http://www.wapit.co.za http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Best ajax library

2009-12-14 Thread Angelo Zanetti
On Sat, 2009-12-12 at 15:34 +0330, shahrzad khorrami wrote: salam ;) JQuery is good one. Yes I agree with JQuery but you also get JQuery UI (user interface). You can also check out extjs.com. good luck. Angelo http://www.elemental.co.za http://www.wapit.co.za JQuery is good

RE: [PHP] Re: what is php4 popularity?

2009-12-14 Thread Angelo Zanetti
/chiffres_cles/phpversion/ Thanks for the graph Eric, I know a lot of servers don't support PHP4. but it of course depends on the hosting company. Angelo http://www.elemental.co.za http://www.wapit.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] ip-to-country

2009-12-14 Thread Angelo Zanetti
. The most accurate database I have seen so far is the paid database from maxmind.com -- John Thanks for the link John! Angelo http://www.elemental.co.za http://www.wapit.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP live chat

2009-12-14 Thread Angelo Zanetti
-Original Message- From: Philip Thompson [mailto:philthath...@gmail.com] Sent: 15 December 2009 12:01 AM To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] PHP live chat On Dec 14, 2009, at 2:14 AM, Angelo Zanetti wrote: Hi all, I know there are a lot of scripts

[PHP] tracking forwarded emails using PHP

2009-11-18 Thread Angelo Zanetti
Hi all, I want to develop a newsletter system, where by users can create newsletters and send them to recipients, that's not a problem. I want to be able to track certain things: 1. When an email is opened. I think this can be done with an img tag where the src is a php script. We can then

[PHP] Paging script

2009-09-30 Thread Angelo Zanetti
Hi All, I am looking for a paging script, not the normal type but slightly different. It must show as follows: 1 2 3 ... 12 Then: 1 ... 678 ... 12 And 1 ... 10 11 12 I have googled and not really found much and don't really want to reinvent the wheel. I am sure I can write my own but

RE: [PHP] Paging script

2009-09-30 Thread Angelo Zanetti
-Original Message- From: Mert Oztekin [mailto:mozte...@anadolusigorta.com.tr] Sent: 30 September 2009 12:40 PM To: 'Angelo Zanetti'; php-general@lists.php.net Subject: RE: [PHP] Paging script Sorry but I dont understand what you mean. Can you be more specific? {1} 2 3 ... 12

RE: [PHP] Paging script

2009-09-30 Thread Angelo Zanetti
_ From: Ruben Crespo [mailto:rumails...@gmail.com] Sent: 30 September 2009 01:23 PM To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Paging script Hi all, Maybe it is not just what you need but could be helpfull. Here you have the code

[PHP] WYSIWYG editor to change textarea

2009-09-28 Thread Angelo Zanetti
Hi all, I have been looking to implement a WYSIWYG editor that will automatically transform a textarea into a Rich text area / WYSIWYG. We have lots of dynamic content that is pulled from a database and files. Therefore we cant really change the textarea field. I have tried the tinyMCE but its

RE: [PHP] SESSIONS lost sometimes - SOLVED

2009-08-26 Thread Angelo Zanetti
-Original Message- From: Angelo Zanetti [mailto:ang...@zlogic.co.za] Sent: 24 August 2009 04:30 PM To: 'Nitebirdz'; php-general@lists.php.net Subject: RE: [PHP] SESSIONS lost sometimes -Original Message- From: Nitebirdz [mailto:nitebi...@sacredchaos.com] Sent: 20 August 2009

RE: [PHP] SESSIONS lost sometimes

2009-08-24 Thread Angelo Zanetti
-Original Message- From: Nitebirdz [mailto:nitebi...@sacredchaos.com] Sent: 20 August 2009 02:58 PM To: php-general@lists.php.net Subject: Re: [PHP] SESSIONS lost sometimes On Thu, Aug 20, 2009 at 02:34:54PM +0200, Angelo Zanetti wrote: Hi Leon, No harm intended :) Just thought

RE: [PHP] SESSIONS lost sometimes

2009-08-20 Thread Angelo Zanetti
-Original Message- From: Ben Dunlap [mailto:bdun...@agentintellect.com] Sent: 19 August 2009 08:18 PM To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] SESSIONS lost sometimes We have a server with a site that does some XML calls. After lots of testing I have found

RE: [PHP] SESSIONS lost sometimes

2009-08-20 Thread Angelo Zanetti
with the SESSIONS on the server. However if anyone has other things they think I can look at, I'd appreciate that very much. Thanks Angelo http://www.elemental.co.za -Original Message- From: Leon du Plessis [mailto:l...@dsgnit.com] Sent: 20 August 2009 12:04 PM To: a...@ashleysheridan.co.uk Cc

RE: [PHP] SESSIONS lost sometimes

2009-08-20 Thread Angelo Zanetti
Hi Leon, No harm intended :) Just thought that people were missing my post now and only answering yours. Anyways hope your issue got resolved. Angelo -Original Message- From: Leon du Plessis [mailto:l...@dsgnit.com] Sent: 20 August 2009 01:46 PM To: php-general@lists.php.net Subject

[PHP] Extract an element from XML

2009-07-31 Thread Angelo Zanetti
Hi all, I have the following segment of XML: BookingReference ReferenceSource=api165432 /BookingReference Now I want to get the value of the BookingReference where the ReferenceSource = api. In other words I want to get the value 165432. I have the following code:

[PHP] Object of class could not be converted to string

2009-06-18 Thread Angelo Zanetti
Dear all, We are experiencing this error: Object of class xxxClass could not be converted to string I have searched google a lot mostly the results are for Drupal or badly coded sites. I have further found out that the issue is with PHP 5.2 version. There isn't a problem with the script as

RE: [PHP] Forms validation and creation- easier solution?

2009-05-22 Thread Angelo Zanetti
-Original Message- From: Manuel Lemos [mailto:mle...@acm.org] Sent: 22 May 2009 09:56 To: Paul M Foster Cc: php-general@lists.php.net; Angelo Zanetti Subject: Re: [PHP] Forms validation and creation- easier solution? Hello, on 05/20/2009 11:09 AM Paul M Foster said the following

[PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Angelo Zanetti
. Validation of specific fields within the forms (server side not JS) 3. Decrease in time required to setup the forms pages any other comments are welcome. Thanks in advance Angelo Elemental http://www.elemental.co.za http://www.elemental.co.za/ Dynamic Web and Mobile Solutions

RE: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Angelo Zanetti
_ From: Olexandr Heneralov [mailto:ohenera...@gmail.com] Sent: 20 May 2009 09:08 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Forms validation and creation- easier solution? Hi! Zend framework has a wonderful solution to solve this task. You can download

RE: [PHP] Forms validation and creation- easier solution?

2009-05-20 Thread Angelo Zanetti
-Original Message- From: Paul M Foster [mailto:pa...@quillandmouse.com] Sent: 20 May 2009 16:09 To: php-general@lists.php.net Subject: Re: [PHP] Forms validation and creation- easier solution? On Wed, May 20, 2009 at 10:08:12AM +0300, Olexandr Heneralov wrote: 2009/5/20 Angelo

[PHP] Extract code from XML

2009-01-30 Thread Angelo Zanetti
) { $item = $xpath-query( 'Item' , $hotelElement ); I know you can use an @ sign but I am not 100% sure. Thanks in advance. Kind regards, Angelo Zanetti Application Developer _ Telephone: +27 (021) 552 9799 Mobile: +27 (0) 72 441 3355 Fax:+27 (0) 86 681 5885 Web

RE: [PHP] Extract code from XML

2009-01-30 Thread Angelo Zanetti
-Original Message- From: Per Jessen [mailto:p...@computer.org] Sent: 30 January 2009 11:53 To: php-general@lists.php.net Subject: Re: [PHP] Extract code from XML Angelo Zanetti wrote: Hi all, I have the following snippet of XML: Code: HotelDetails Hotel HasExtraInfo=true

[PHP] Last working day of a month

2008-12-04 Thread Angelo Zanetti
if it's either of those 2 days then return false else return true? I also need to take public holidays into account. What would be the best solution for that? Store the public holidays in a table and check if the current day isn't a public holiday? Any advice is appreciated. TIA Angelo Web: http

[PHP] reading XML

2008-11-20 Thread Angelo Zanetti
Hi all, I have a script that I call with CURL and get an XML response with a few parameters. I need to be able to read that XML but not sure how to. I know of simpleXML but the server is php4. Would xml_parse be the thing to look at? What is the simplest way to accomplish this

[PHP] Sending out mass emails

2008-09-04 Thread Angelo Zanetti
how many at once. Also what is the best way about going around being black listed due to spam issues. I know that the headers need to be set to avoid being detected as spam. Any advice is appreciated. Thanks Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] uploading file outside WEB Root

2008-09-01 Thread Angelo Zanetti
get the upload to work and have no idea what the problem could be. I have also set the permissions of the folder, so that can't be a problem. Could it be a problem with server hosting restrictions? Or maybe the server is setup for virtual hosting? Thanks Angelo -- PHP General Mailing List

[PHP] [SOLVED]RE: [PHP] restricted file access

2008-08-29 Thread Angelo Zanetti
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: 28 August 2008 21:19 To: php-general@lists.php.net Subject: RE: [PHP] restricted file access At 10:50 AM +0200 8/28/08, Angelo Zanetti wrote: Thanks for your reply. But what happens if the file is situated here

RE: [PHP] restricted file access

2008-08-28 Thread Angelo Zanetti
. -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: 27 August 2008 17:29 To: php-general@lists.php.net Subject: Re: [PHP] restricted file access At 4:13 PM +0200 8/27/08, Angelo Zanetti wrote: Hi all, We have a site and we have created an admin section where the admin can upload documents

[PHP] restricted file access

2008-08-27 Thread Angelo Zanetti
Hi all, We have a site and we have created an admin section where the admin can upload documents. We have made a user login section where they can view a list of the documents (from the DB) and download the file. We want to make the site however not allow ppl to type in the path of the

[PHP] newsletter code

2008-08-11 Thread Angelo Zanetti
some scheduled emails -Plain text vs HTML email Etc... What do you guys use if you are building a custom web app? I have seen Webinsta before it works well but it's a separate system. Let me know, Thanks Kind regards Angelo Web: http://www.elemental.co.za -- PHP General Mailing List

[PHP] uploading big files with PHP

2008-07-25 Thread Angelo Zanetti
will be appreciated. Thanks in advance Angelo http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] uploading big files with PHP

2008-07-25 Thread Angelo Zanetti
-Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: 25 July 2008 12:08 To: php-general@lists.php.net Subject: Re: [PHP] uploading big files with PHP Quoting Angelo Zanetti [EMAIL PROTECTED]: Hi all We are pitching to develop a website where the admin has

[PHP] DB search and case sensitive comparison

2008-07-15 Thread Angelo Zanetti
accomplish searching for the lookup_string in the useragent and that it's the correct case? Thanks in advance. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] SCanning text of PDF documents

2008-05-15 Thread Angelo Zanetti
documents? My feeling is NO, but perhaps someone will prove me wrong. Thanks in advance. Angelo Web: http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] AI file and mapping with PHP

2008-05-07 Thread Angelo Zanetti
to start. I guess image maps arent going to work are they? Should I be using the GD library for manipulating the images and doing zooming? Also will the ai format be supported? Please guys, any tips, links or help is appreciated. TIA Angelo -- PHP General Mailing List (http://www.php.net

RE: [PHP] AI file and mapping with PHP

2008-05-07 Thread Angelo Zanetti
_ From: Aschwin Wesselius [mailto:[EMAIL PROTECTED] Sent: 07 May 2008 12:21 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] AI file and mapping with PHP Angelo Zanetti wrote: Hi Guys, We have a project where by we have a map in ai format (vector format

RE: [PHP] FRench characters not displayed correctly

2008-04-24 Thread Angelo Zanetti
-Original Message- From: Ford, Mike [mailto:[EMAIL PROTECTED] Sent: 17 April 2008 12:25 To: php-general@lists.php.net Subject: RE: [PHP] FRench characters not displayed correctly On 17 April 2008 10:05, Robert Cummings advised: On Thu, 2008-04-17 at 10:57 +0200, Angelo Zanetti wrote

[PHP] French character string encoding

2008-04-24 Thread Angelo Zanetti
. Angelo Zanetti Application Developer : Telephone: +27 (021) 552 9799 Mobile: +27 (0) 72 441 3355 Fax:+27 (0) 86 681 5885 Web: http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] French character string encoding

2008-04-24 Thread Angelo Zanetti
-Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: 24 April 2008 18:26 To: php-general@lists.php.net Subject: Re: [PHP] French character string encoding Angelo Zanetti wrote: Hi all, If I have the following French character : #65533; And I want to display

[PHP] FRench characters not displayed correctly

2008-04-17 Thread Angelo Zanetti
that the charset=iso-8859-1 is missing in the above meta tag, could this be affecting the characters? I have seen that there is no DOCTYPE declaration, could this be the problem if this is omitted? If you have any suggestions, please let me know. TIA. Angelo Web: http://www.elemental.co.za

RE: [PHP] FRench characters not displayed correctly

2008-04-17 Thread Angelo Zanetti
-Original Message- From: Angelo Zanetti [mailto:[EMAIL PROTECTED] Sent: 17 April 2008 09:48 To: php-general@lists.php.net Subject: [PHP] FRench characters not displayed correctly Hi all. We have taken over a site and a problem we have is that French special characters aren't

RE: [PHP] FRench characters not displayed correctly

2008-04-17 Thread Angelo Zanetti
-Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: 17 April 2008 10:38 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] FRench characters not displayed correctly On Thu, 2008-04-17 at 09:47 +0200, Angelo Zanetti wrote: Hi all. We have taken

RE: [PHP] FRench characters not displayed correctly

2008-04-17 Thread Angelo Zanetti
-Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: 17 April 2008 11:05 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: RE: [PHP] FRench characters not displayed correctly On Thu, 2008-04-17 at 10:57 +0200, Angelo Zanetti wrote: Thanks Robert, I

[PHP] Dynamic dropdown lists (select)

2008-04-04 Thread Angelo Zanetti
. Thanks in advance Angelo Web: http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: SESSION Array problem - possibly different PHP versions?

2008-03-11 Thread Angelo Zanetti
or disabled. - Thanks will do so going to check the unset() as well as the print_r at top and bottom, also I am not using cookies hope to get this sucker working. Will keep you posted. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] SESSION Array problem - possibly different PHP versions?

2008-03-10 Thread Angelo Zanetti
regards, Angelo Zanetti Application Developer Web: http://www.elemental.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] SESSION Array problem - possibly different PHP versions?

2008-03-10 Thread Angelo Zanetti
-Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: 10 March 2008 16:04 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] SESSION Array problem - possibly different PHP versions? On Mon, Mar 10, 2008 at 9:22 AM, Angelo Zanetti [EMAIL PROTECTED] wrote

RE: [PHP] Logging session timeout in DB

2008-03-06 Thread Angelo Zanetti
Thanks Daniel, this is a good solution, I will implement it and get it working! Cheers Angelo -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 20:37 To: Angelo Zanetti Cc: php-general@lists.php.net Subject: Re: [PHP] Logging session timeout in DB

[PHP] Logging session timeout in DB

2008-03-05 Thread Angelo Zanetti
Hi all, I am implementing a system where when a user is logged in and out that a date time is set in a database for each action for each used. We can then trace who logged in a and when. No what I would like to know is how can I record when a user closes the browser or the session expires?

RE: [PHP] Re: Variable post as array

2008-03-05 Thread Angelo Zanetti
Have you tried print_r($_FILES); to see all the values in the variable? Its difficult to see whats going on as you posted your whole file. -Original Message- From: Pieter du Toit [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 12:38 To: php-general@lists.php.net Subject: [PHP] Re:

RE: [PHP] Re: Variable post as array

2008-03-05 Thread Angelo Zanetti
What is on line 49? What variable are you passing as the parameter? -Original Message- From: Pieter du Toit [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 13:36 To: php-general@lists.php.net Subject: [PHP] Re: Variable post as array This is my problem Warning: fopen() expects

RE: [PHP] Re: Variable post as array

2008-03-05 Thread Angelo Zanetti
] Sent: 05 March 2008 13:43 To: php-general@lists.php.net Subject: Re: [PHP] Re: Variable post as array This is line 49 $txtPhotoData = addslashes(fread(fopen($txtPhoto, r), filesize($txtPhoto))); the $txtPhoto is the parameter Angelo Zanetti [EMAIL PROTECTED] wrote in message news:[EMAIL

[PHP] \n problems when creating an email

2008-02-11 Thread Angelo Zanetti
to the next row before event But it works fine for the location \n preference Is there any reason it works for the 1 piece of code and not the next? Do spaces affect anything? Kind regards, Angelo Zanetti Application Developer Telephone: +27 (021) 552

RE: [PHP] \n problems when creating an email

2008-02-11 Thread Angelo Zanetti
Looks like you're using Outlook. It has an annoying feature where it helpfully removes extra line breaks. This would appear to be what's happening here. When it does this it usually displays a notice somewhere to say it's done this and offers a way to undo it. Thanks, dam I

Re: [PHP] Best way to automatically get mySQL database.

2007-10-31 Thread Angelo Zanetti
going ahead with development. [/snip] TRUNCATE local_table; SELECT remote_stuff INTO local_table; -- Angelo Zanetti Systems developer *Telephone:* +27

[PHP] Best way to automatically get mySQL database.

2007-10-11 Thread Angelo Zanetti
your views etc... Thanks in advance -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 552 9799 *Mobile:* +27 (0) 72 441 3355 *Fax

Re: [PHP] Best way to automatically get mySQL database.

2007-10-11 Thread Angelo Zanetti
out there before going ahead with development. [/snip] TRUNCATE local_table; SELECT remote_stuff INTO local_table; -- Angelo Zanetti Systems developer

[PHP] languages and PHP

2007-09-27 Thread Angelo Zanetti
. -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 552 9799 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0) 86 681 5885 * Web:* http

Re: [PHP] languages and PHP

2007-09-27 Thread Angelo Zanetti
Paul Scott wrote: On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote: What are the implications of having a site that has many different languages, including latin and non latin characters? Keep everything as universal (UTF-8) as possible, and make sure that you code for right

Re: [PHP] languages and PHP

2007-09-27 Thread Angelo Zanetti
Per Jessen wrote: Paul Scott wrote: On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote: What are the implications of having a site that has many different languages, including latin and non latin characters? Keep everything as universal (UTF-8) as possible, and make

Re: [PHP] MIME type

2007-09-13 Thread Angelo Zanetti
GOt it working by adding the MIME type to the .htaccess file on the server. Angelo Zanetti wrote: Thanks heavyccasey Im not sure which comment you are referring to, perhaps this one? There are many posts. |?php $file = '/var/www/html/file-to-download.xyz'; header('Content-Description

Re: [PHP] MIME type

2007-09-12 Thread Angelo Zanetti
($filename)); header('Content-Disposition: attachment; filename=' . basename($file)); readfile($file); ?| [EMAIL PROTECTED] wrote: Look up readfile(); Make sure you read the comments. On 9/11/07, Angelo Zanetti [EMAIL PROTECTED] wrote: Hi guys. I am linking to a file on a WAP site

[PHP] MIME type

2007-09-11 Thread Angelo Zanetti
-- Angelo Zanetti Systems developer *Telephone:* +27 (021) 552 9799 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0) 86 681 5885 * Web:* http://www.zlogic.co.za *E-Mail:* [EMAIL PROTECTED

Re: [PHP] PHP and SOAP calls

2007-08-27 Thread Angelo Zanetti
Richard Lynch wrote: On Fri, August 24, 2007 12:55 am, Angelo Zanetti wrote: Dear All I have been using nusoap to development a client that makes SOAP calls to a server. I have however been stuck on a small issue but can't seem to solve it and therefore I need to relook at using another

Re: [PHP] nuSoap client SOAP Call problem

2007-08-25 Thread Angelo Zanetti
Thijs Lensselink wrote: On Fri, 24 Aug 2007 13:55:29 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Thijs Lensselink wrote: On Fri, 24 Aug 2007 12:39:06 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Thijs Lensselink wrote: On Fri, 24 Aug 2007 11:53:12 +0200

Re: [PHP] nuSoap client SOAP Call problem

2007-08-25 Thread Angelo Zanetti
Thijs Lensselink wrote: Angelo Zanetti wrote: Thijs Lensselink wrote: On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Dear all Im using nusoap to create a cleint and I am having a small issue but its a fairly large one because I cant get

Re: [PHP] PHP and SOAP calls

2007-08-24 Thread Angelo Zanetti
Paul Scott wrote: On Fri, 2007-08-24 at 07:55 +0200, Angelo Zanetti wrote: I have been using nusoap to development a client that makes SOAP calls to a server. I have however been stuck on a small issue but can't seem to solve it and therefore I need to relook at using another package

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
Thijs Lensselink wrote: On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Dear all Im using nusoap to create a cleint and I am having a small issue but its a fairly large one because I cant get the correct XML to send. I have a scenario as follows: My client

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
forums and the mailing list. No luck what so ever. Your the first to reply thanks, I think this could work. Your help is very much appreciated. regards Angelo Angelo Zanetti Systems developer

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
Thijs Lensselink wrote: On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Dear all Im using nusoap to create a cleint and I am having a small issue but its a fairly large one because I cant get the correct XML to send. I have a scenario as follows: My client

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
Thijs Lensselink wrote: On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: It's probably better to ask on a NuSOAP list. The call method needs an array with parameters as far as i remember. But i never use the call method anyway. I always go for the send method

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
Thijs Lensselink wrote: On Fri, 24 Aug 2007 12:39:06 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Thijs Lensselink wrote: On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: It's probably better to ask on a NuSOAP list. The call method needs

[PHP] PHP and SOAP calls

2007-08-23 Thread Angelo Zanetti
or recommendations or what not to use and why? Thanks in advance. -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 552 9799 *Mobile:* +27 (0) 72 441

[PHP] nuSoap client SOAP Call problem

2007-08-23 Thread Angelo Zanetti
Dear all Im using nusoap to create a cleint and I am having a small issue but its a fairly large one because I cant get the correct XML to send. I have a scenario as follows: My client: $wsdlfile=http://xxx_WSDL.xml?wsdl;; $client=new soapclient($wsdlfile, true); //, true);

Re: [PHP] import spreadsheet

2007-07-30 Thread Angelo Zanetti
Richard Lynch wrote: On Fri, July 27, 2007 4:01 am, Angelo Zanetti wrote: Does anyone have any resources or links as to how to import a spreadsheet but it might have different number of columns and many sheets (those tab things at the bottom). What I thought of doing was creating a table

[PHP] import spreadsheet

2007-07-27 Thread Angelo Zanetti
in advance -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 552 9799 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0) 86 681 5885

Re: [PHP] uploading really big files

2007-06-01 Thread Angelo Zanetti
clive wrote: Angelo Zanetti wrote: Dear all We need to develop a system where we can upload really big files. IE 15 - 25 Mb. I know its not a php answer, but if you have ever uploaded a file with facebook then you will have seen the little applet they push down to your browser, perhaps

Re: [PHP] uploading really big files

2007-05-31 Thread Angelo Zanetti
Richard Lynch wrote: On Wed, May 30, 2007 8:47 am, Angelo Zanetti wrote: We need to develop a system where we can upload really big files. IE 15 - 25 Mb. You're pushing the limit on user patience and browser timeouts... So I know you can set the limit of the upload thats

Re: [PHP] uploading really big files

2007-05-31 Thread Angelo Zanetti
Zoltán Németh wrote: 2007. 05. 30, szerda keltezéssel 15.47-kor Angelo Zanetti ezt írta: Dear all We need to develop a system where we can upload really big files. IE 15 - 25 Mb. So I know you can set the limit of the upload thats not a problem, I know a problem that we might experience

[PHP] uploading really big files

2007-05-30 Thread Angelo Zanetti
problems I might encounter? Thanks in advance angelo -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile:* +27 (0) 72 441

[PHP] problem with composing URL with GET Variables

2007-05-23 Thread Angelo Zanetti
. -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0) 86 681 5885 * Web:* http://www.zlogic.co.za *E-Mail

[PHP] SOLVED Re: [PHP] problem with composing URL with GET Variables

2007-05-23 Thread Angelo Zanetti
SOLVED. seems that something else was causing the script not to work. Thanks anyway Angelo Zanetti wrote: Dear all. I have a script that is called by an AJAX popup. Now I use an image file to get the path of an image for an img tag eg: img border=0 id=middleImage name=middleImage src

Re: [PHP] What is wrong with this INSERT?

2007-03-29 Thread Angelo Zanetti
$result = mysql_query($sql) or die(Fatal Error :.mysql_error()); where do you define $sql? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What is wrong with this INSERT?

2007-03-29 Thread Angelo Zanetti
mysql_query on mysql_query, see the other guy's post for the correct answer Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile

[PHP] CURL questions

2007-03-29 Thread Angelo Zanetti
the cause be something else network related? What else can I troubleshoot? or is my code incorrect? TIA Kind regards -- Angelo Zanetti Systems developer

Re: [PHP] CURL questions

2007-03-29 Thread Angelo Zanetti
y Erik Jones wrote: On Mar 29, 2007, at 11:15 AM, Angelo Zanetti wrote: Hi all. I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script is as follows: $url

[PHP] HELO command when sending email using PHP

2007-03-28 Thread Angelo Zanetti
. -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0) 86 681 5885 * Web:* http://www.zlogic.co.za *E-Mail:* [EMAIL PROTECTED] mailto:[EMAIL

Re: [PHP] HELO command when sending email using PHP

2007-03-28 Thread Angelo Zanetti
demo wrote: please check the RFC 821, it shows the SMTP protocol. HELO domain.com it should fill your Mail server domain in order to prevent email going through most of anti-spam. Thanks, so if Im running localhost, the HELO command will also be localhost? -- PHP General Mailing List

Re: [PHP] Running PHP on a windows server-your views

2007-03-20 Thread Angelo Zanetti
thanks to everyone for the answers, much appreciated and if there are more I'd gladly like to hear those views/opinions -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: CONTENT-type for sending HTML attachments

2007-03-20 Thread Angelo Zanetti
Manuel Lemos wrote: Hello, on 03/16/2007 12:16 PM Angelo Zanetti said the following: Hi guys. Im using the HTML Mime Mail http://www.phpguru.org/static/mime.mail.html class from phpguru.org. Anyway I've written a few scripts that use the class to attach files to it. These files are HTML

  1   2   3   4   5   >