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

2007-03-20 Thread Angelo Zanetti
Jon Anderson wrote: Angelo Zanetti wrote: So if the HTML files are attachments and the text is just plain text then will the content-type of the message be text/plain and then each attachment be multipart/alternative. Please note that the HTML files need to be sent as attachments

[PHP] CONTENT-type for sending HTML attachments

2007-03-16 Thread Angelo Zanetti
to for the attachments is text/html. But Im not sure that the content type for the email itself should be plain/text as this just displays the HTML attachment as garbage in the body text. Please could anyone advise, what the content type should be. Thanks, Kind regards Angelo -- PHP General Mailing

[PHP] reading in XML document and getting attribute values in PHP4

2007-02-08 Thread Angelo Zanetti
%. Are there any pointers to the correct way of doing it? I have been looking also at DOM XML functions that seems to be suitable but am still investigating. Thanks in advance. -- Angelo Zanetti Systems developer

[PHP] SOLVEDRe: [PHP] reading in XML document and getting attribute values in PHP4

2007-02-08 Thread Angelo Zanetti
DOM XML functions are the way to go for PHP4 Angelo Zanetti wrote: Dear all, I have been searching the web and manual for solutions for receiving an XML document and getting the values for the attributes out. I found that PHP5 handles it well but in PHP4 there are many scripts people

[PHP] is_dir reading a folder with a space in the name?

2007-02-08 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

Re: [PHP] is_dir reading a folder with a space in the name?

2007-02-08 Thread Angelo Zanetti
its running on a linux server PHP 4.3.x What i mean is that the directory name has a space in it eg: srv/www/htdocs/site/Broker details/ T.Lensselink wrote: OS? PHP version? Tested with PHP4 on Win and *nix : works On Thu, 08 Feb 2007 16:47:26 +0200, Angelo Zanetti [EMAIL PROTECTED

[PHP] which package to use for unzipping zipped files with PHP

2007-01-29 Thread Angelo Zanetti
. regards -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0) 86 681 5885

Re: [PHP] which package to use for unzipping zipped files with PHP

2007-01-29 Thread Angelo Zanetti
), but I can tell it works reliably. :-) jon Angelo Zanetti wrote: Dear all. I have been googling to find out which is the best way to use PHP to unzip a zip file I have found the following: zziplib and pclzip but still can't really decide without doing alot of tests etc.. Can anyone give

Re: [PHP] Re: PHP IMAP with Attachments!?

2007-01-24 Thread Angelo Zanetti
( ) [BodyPart] = 5 [BodyLength] = 64 ) ) ) Its pretty confusing and not too sure where to start. any assistance would be greatly appreciated. kind regards -- Angelo Zanetti Systems developer

[PHP] help with \n\r in strings

2006-12-29 Thread Angelo Zanetti
kinds of tests like $spacePos = strrpos($dateAmount, ' '); but this is always empty. So is there a way to test for \r\n? or what else can I use to delimit these two values (last column of row and first column of next row)? Thanks in advance. Angelo

[PHP] help with curl

2006-12-24 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

Re: [PHP] help with curlSOLVED

2006-12-24 Thread Angelo Zanetti
it appears the problem with the port and not the timeout. Angelo Zanetti wrote: Dear All, I have a script that uses curl to execute an http request now I use the same code for two different servers. And it works on the first server but not the second. I have stored the URL

[PHP] PHP and connection to mail account

2006-12-13 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] Please hack my app

2006-11-22 Thread Angelo Zanetti
Kevin Waterson wrote: This one time, at band camp, Rory Browne [EMAIL PROTECTED] wrote: you can hire - Chris Shiflett. BWAHAHAHAHAHAHAHH I actually did laugh... why you laugh =) -- Angelo

Re: [PHP] Please hack my app

2006-11-22 Thread Angelo Zanetti
will respond. guys I think we need to relax abit and not attack the guy so much! my 2 cents worth cheers -- Angelo Zanetti Systems developer

[PHP] PHP and dynamic DHTML menus - suggestions

2006-11-07 Thread Angelo Zanetti
of the PHP + mySQL things doesnt work. If anyone has any comments, experiences and advices please shoot away! Thanks in advance. Angelo -- Angelo Zanetti Systems developer

Re: [PHP] PHP and dynamic DHTML TREE (not menu) - suggestions

2006-11-07 Thread Angelo Zanetti
Angelo Zanetti wrote: Hi All, We are looking for a solution for visually displaying parent and child nodes in a tree like component. It must work with PHP and mySQL as we are going to be populating the tree with dynamic data. We have found this: http://scbr.com/docs/products/dhtmlxTree

[PHP] mysqldump problem from PHP

2006-10-23 Thread Angelo Zanetti
for this? Thanks in advance. regards Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile:* +27 (0) 72 441 3355 *Fax

Re: [PHP] mysqldump problem from PHP

2006-10-23 Thread Angelo Zanetti
Angelo Zanetti wrote: hi all, Im doing the following dump through PHP: $output = shell_exec('mysqldump '. $db_database .' '. $backup_path.$filename); It doesnt seem to work but when I run the exact same command (with appropriate values) in the command line it creates the dump file

Re: [PHP] mysqldump problem from PHP

2006-10-23 Thread Angelo Zanetti
Edward Kay wrote: Angelo Zanetti wrote: hi all, Im doing the following dump through PHP: $output = shell_exec('mysqldump '. $db_database .' '. $backup_path.$filename); It doesnt seem to work but when I run the exact same command (with appropriate values) in the command line

[PHP] Creating Tree Structure from associative array

2006-10-19 Thread Angelo Zanetti
where I cant go any further, the code is pseudo code and dont want to reinvent the wheel. any suggestions would be really appreciated. Thanks in advance -- Angelo Zanetti Systems developer

[PHP] corrupt image when viewed using PHP

2006-10-18 Thread Angelo Zanetti
for this? Thanks in advance. -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile:* +27 (0) 72 441 3355 *Fax:*+27 (0

[PHP] book on PHP security

2006-10-18 Thread Angelo Zanetti
HI, can anyone recommend a really good book on security with PHP? Thanks in advance -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469

[PHP] PHP solution for virtual folder management

2006-10-09 Thread Angelo Zanetti
is pretty easy with the parentID pointing to the parent directory. if anyone has any links, or any thing that might help it would be greatly appreciated. Thanks in advance. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What Framework would you recommend?

2006-10-05 Thread Angelo Zanetti
this out: http://www.phpit.net/demo/framework%20comparison/chart.php -- Angelo Zanetti Systems developer *Telephone:* +27 (021) 469 1052 *Mobile

Re: [PHP] Accessing .mdb Ms Access file from Linux without ODBC

2006-09-07 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

Re: [PHP] Accessing .mdb Ms Access file from Linux without ODBC

2006-09-07 Thread Angelo Zanetti
Fourat Zouari wrote: it's a PHP question : how can we access Ms Access mdb files without ODBC ? On 9/7/06, *Angelo Zanetti* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Fourat Zouari wrote: Hello all, I need to create a script that can open a connection to a given

Re: [PHP] Re: character set when sending emails with PHP

2006-08-30 Thread Angelo Zanetti
Manuel Lemos wrote: Hello, on 08/29/2006 09:04 AM Angelo Zanetti said the following: I have various PHP CRONTAB scripts that run and send automated emails to people, the subject often contains the TM character: ™, in most of the email clients the character shows correctly but in some

[PHP] character set when sending emails with PHP

2006-08-29 Thread Angelo Zanetti
when sent? The one specified in the PHP script is as follows: $mail-setHeader(Content-type, text/plain; charset=iso-8859-1); Or is there something wrong with the charset that I'm specifying above? Any help or advice would be appreciated. TIA Angelo

[PHP] problem with Firefox print preview?

2006-08-11 Thread Angelo Zanetti
the first few rows but instead just prints blank then only prints the last line of the table on a new page. The table is embedded inside a fieldset component. Im not sure if its a mozilla/firefox bug because it seems fine in IE. Has anyone come across this problem before? Thanks in advance Angelo

Re: [PHP] Books: PHP and WAP

2006-08-01 Thread Angelo Zanetti
Austin Denyer wrote: Angelo Zanetti wrote: Hi all, I need some recommendations for books: are there any good books on PHP and WAP/WML? Also (OT) a recommendation regarding books for CSS2 and XHTML. http://www.hudzilla.org/phpbook/ Regards, Austin. Thanks to all those who

[PHP] sorting array question

2006-07-26 Thread Angelo Zanetti
, but these don't seem to be appropriate unless Im missing something but the examples found are very vague. If anyone can help that would be great, Thanks in advance Angelo Angelo Zanetti Systems developer

Re: [PHP] sorting array question

2006-07-26 Thread Angelo Zanetti
hi guys, thanks for the replies! yes Melanie, you were correct the last example (i had an old version of the manual). seemed to do the trick =) Thanks to john as well for the reply. Angelo Melanie Maddix wrote: [snip] So they way I want to sort these rows is by total, totalPaid

[PHP] Books: PHP and WAP

2006-07-26 Thread Angelo Zanetti
Hi all, I need some recommendations for books: are there any good books on PHP and WAP/WML? Also (OT) a recommendation regarding books for CSS2 and XHTML. Thanks in advance -- Angelo Zanetti Systems developer

Re: [PHP] server sending notifications to clients

2006-06-08 Thread Angelo Zanetti
kartikay malhotra wrote: Hi All, Is there a way for the server to notify the client about an event, provided the client was online in the past X minutes? To elaborate: A client comes online. A script PHP executes (serves the client), and terminates. Now if a new event occurs, how can the

[PHP] weird characters problem

2006-05-26 Thread Angelo Zanetti
not sure how to display the results because if I set the value to either value=' or value= and the actual value has a ' or a respectively its going to escape the value of the textfield and cause issues... are there any pointers or if someone can make a suggestion?? thanks.. -- Angelo Zanetti Z

Re: [PHP] weird characters problem

2006-05-26 Thread Angelo Zanetti
Jochem Maas wrote: Angelo Zanetti wrote: Hi all. I have a situation where people enter values into a textfield can include the following: 1 ! 2 @ 3 # 4 $ 5 % 6 ^ 7 8 * 9 ( 10 ) 11 ; 12 : 13 14 ' 15 ? 16 - 17 _ 18 now once the move to another page and then come back to the page where

Re: [PHP] weird characters problem

2006-05-26 Thread Angelo Zanetti
Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 Jochem Maas wrote: the problem you have in that the data in the DB is slightly borked (something that occurred/occurs at the time it's first entered into the DB). read the section

Re: [PHP] captcha or other recommendations

2006-05-25 Thread Angelo Zanetti
functionality as captcha and what are your experiences with these code bases? TIA -- Angelo Zanetti Z Logic Angelo: Read this: http://www.access-matters.com/2005/05/22/quiz-115-did-a-captcha-catch-ya/ While not prefect by any means (i.e., blind can't see it), you may want to review my click

[PHP] captcha or other recommendations

2006-05-24 Thread Angelo Zanetti
and what are your experiences with these code bases? TIA -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] captcha or other recommendations

2006-05-24 Thread Angelo Zanetti
Angelo Zanetti wrote: Hi all. I've been playing with captcha for one of my sites. It works well but have had a few issues integrating it into the site and sometimes it appears not to work/show the textfield and graphic. Anyway are there any other suggestions for something with similiar

Re: [PHP] Re: PHP JavaScript

2006-05-19 Thread Angelo Zanetti
Daniel Orner wrote: Jay Blanchard wrote: Can they play nicely together? For instance I have a small JavaScript sniplet that will check certain checkboxes if a radio button is selected. Since I have a fair amount of checkboxes I want to put them in an array all their own so I use the XHTML

Re: [PHP] PHP and mySQL getting smashed...

2006-05-17 Thread Angelo Zanetti
perhaps post some code so we can look at how you doing your queries... HTH Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 Dave Goodchild wrote: I have a site that is getting 30K+ traffic daily and it is smashing mySQL - any ideas on what

Re: [PHP] Is there an easier way of doing this?

2006-05-10 Thread Angelo Zanetti
you have above for the DB value. HTH Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mail and hotmail

2006-05-05 Thread Angelo Zanetti
Peter Lauri wrote: I do set the headers now, but still the email is not delivered to Hotmail. This is the headers that I set: X-Sender: [EMAIL PROTECTED] From: DWS Asia [EMAIL PROTECTED] Date: Thu, 04 May 2006 22:04:23 +0700 Subject: What is this? 2 the subject of your email! -- PHP General

Re: [PHP] Mail and hotmail

2006-05-04 Thread Angelo Zanetti
to Hotmail? And how do you solve it? Best regards, Peter Lauri you need to set your mail headers for the mail to be assumed valid, namely: X-Sender From Date Subject Delivered-to MIME-Version Reply-To Content-type X-Priority Importance Return-Path X-Mailer HTH Angelo -- PHP General Mailing List

[PHP] bookmarking with a trademark sign in title

2006-04-26 Thread Angelo Zanetti
this site to be saved with the name of the company? TIA. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] At Last!

2006-04-25 Thread Angelo Zanetti
likely that if I unsubscribe from the list [in order to not get the mailings] I will not then be able to post via NNTP... 8) I think you can login with your email address and change your subscription options, but I might be speaking under correction. HTH Angelo -- PHP General Mailing

Re: [PHP] interview

2006-04-13 Thread Angelo Zanetti
Stut wrote: Mad Unix wrote: can you please send some interview questions for php i have in few days to inteview some people. 1) If I use PHP, and you use PHP, and everyone on this list uses PHP... what colour is my car? 2) How do I avoid the number 42? 3) What time is it Eccles? HTH!

Re: [PHP] plain text email message format

2006-04-12 Thread Angelo Zanetti
Schalk wrote: Greetings All, Is the code below the correct way to 'build' the message for plain text email? $message = Message From: .$firstName. .$lastName. First Name: .$firstName. Last Name: .$lastName. Address: .$address. Home phone: .$homePhone. Best time to contact: .$bestTime.

[PHP] simple regex query

2006-04-06 Thread Angelo Zanetti
as it would be better to list exactly what the acceptable characters are. Can anyone give me some insight as to where I'm going wrong? thanks -- Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] simple regex query

2006-04-06 Thread Angelo Zanetti
Jochem Maas wrote: Angelo Zanetti wrote: Hi guys Been tryin to figure out regex and have found some tutorials but some have made things clear and others have confused me. Anyway for a simple query, if I just wanted to check that a variable has only text and numeric characters would I do

Re: [PHP] test for illegal characters and consequences

2006-04-05 Thread Angelo Zanetti
Paul Scott wrote: On Tue, 2006-04-04 at 15:32 -0800, Angelo Zanetti wrote: Ive developed a site and now I've come to the stage where I need to test each textfield on each form for illegal characters that have been inputted. I would like to know from some of you how you go about it? In our

Re: [PHP] test for illegal characters and consequences

2006-04-05 Thread Angelo Zanetti
Paul Scott wrote: On Wed, 2006-04-05 at 13:34 -0800, Angelo Zanetti wrote: Thanks for the reply. So what do you do if someone enters illegal characters in one of your form? Do you inform the user and prompt them to enter the fields again or do you just strip out all the bad characters

[PHP] Magic quotes good or Bad?

2006-04-05 Thread Angelo Zanetti
and therefore the single quotes break the SQL statement. So on my live server should I enable magic_quotes_gpc or should I use addslashes() and stripslashes()? Thanks in advance. -- Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] test for illegal characters and consequences

2006-04-04 Thread Angelo Zanetti
by taking in your suggestions before doing the testing and counter measure. Thanks in advance -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Re: test for illegal characters and consequences

2006-04-04 Thread Angelo Zanetti
Al wrote: Angelo Zanetti wrote: Hi guys. Ive developed a site and now I've come to the stage where I need to test each textfield on each form for illegal characters that have been inputted. I would like to know from some of you how you go about it? Do you use a regular expression

Re: [PHP] Not sure if this is a php problem or a mysql problem

2006-03-29 Thread Angelo Zanetti
php version? why not use the DATE_ADD function from mySQL?? (date,INTERVAL expr type) eg: mysql SELECT DATE_ADD('1997-12-31 23:59:59', - INTERVAL 1 DAY); hope this helps! Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] HTTPS with NuSOAP

2006-03-22 Thread Angelo Zanetti
I am trying to use a Web Service on the following endpoint https://webservices.netsuite.com/wsdl/v1_3_1/netsuite.wsdl. As seen in the url, it is under HTTPS. I have compiled PHP with CURL and verified that CURL is working. In the documentation for NuSOAP I can not find how I set the soapclient to

Re: [PHP] X-Mailer and headers when sending mail

2006-03-13 Thread Angelo Zanetti
set it up and do some tests will let you know the results thanks Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] X-Mailer and headers when sending mail

2006-03-13 Thread Angelo Zanetti
Paul Scott wrote: On Mon, 2006-03-13 at 13:41 -0800, Angelo Zanetti wrote: * 0.5 X_PRIORITY_HIGH Sent with 'X-Priority' set to high * 1.3 MSGID_NO_HOST Message-Id has no hostname * 2.0 HEADER_COUNT_CTYPE Multiple Content-Type headers found * 0.8 PRIORITY_NO_NAME Message has priority

[PHP] X-Mailer and headers when sending mail

2006-03-09 Thread Angelo Zanetti
appreciated. Thanks in advance -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] help with this error message please

2006-03-06 Thread Angelo Zanetti
Mark wrote: Can anyone tell me why i am getting this message when trying to login to the admin section, i am running the script off my local machine. Warning: session_register() [function.session-register]: Cannot send session cookie - headers already sent by (output started at

Re: [PHP] Site bloated by images

2006-02-16 Thread Angelo Zanetti
, but no good :( Any help would be apreciated. Warm Regards, MARG perhaps your images need to be made smaller as they might be quite big (optimise them for web) So it might not be a PHP issue... HTH Angelo Zanetti -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] web database template

2006-02-15 Thread Angelo Zanetti
reiner wrote: Hello friend I am new in PHP and Mysql a have a good background in sql server I need to create a mysql database but I am new in web application so can you help me to find a database template in mysql? I do not have to much time. Kind regards Reiner what is a datbase

Re: [PHP] doubt in mail() in php

2006-02-14 Thread Angelo Zanetti
check your SMTP settings in yout PHP.ini file. Please dont post the same topic multiple times.. Jochem Maas wrote: suresh kumar wrote: this is my code if(@mail('[EMAIL PROTECTED]','subject','hai this is the test','[EMAIL PROTECTED]')): print mail sent succesfully;

Re: [PHP] mail problem

2006-02-07 Thread Angelo Zanetti
Chris wrote: check your SMTP settings in the PHP.ini file. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] setting Headers using htmlMimeMail class?

2006-02-07 Thread Angelo Zanetti
Richard Heyes wrote: Angelo Zanetti wrote: Ok I take it, it will be something like this: $mail = new htmlMimeMail(); $mail-setHeader(Return-Path, $proxy_from); $mail-setHeader(Reply-To, $proxy_from); ?? Correct. yip it worked thanks!! -- PHP General Mailing List (http://www.php.net

Re: [PHP] system( bell ); ?

2006-02-06 Thread Angelo Zanetti
maybe a javascript button that somehow does the dos command or calls another program (exe) that will do the command to open the till...anywayz this is getting OT! Oli Howson wrote: each of the terminals could then use a web based POS interface but there was only a single cash drawer.

[PHP] setting Headers using htmlMimeMail class?

2006-02-06 Thread Angelo Zanetti
? thanks in advance -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] setting Headers using htmlMimeMail class?

2006-02-06 Thread Angelo Zanetti
Ok I take it, it will be something like this: $mail = new htmlMimeMail(); $mail-setHeader(Return-Path, $proxy_from); $mail-setHeader(Reply-To, $proxy_from); ?? i'll give it a try and let u know if I came right! Angelo Zanetti wrote: hi guys. I'm having a problem with mails I'm sending out

Re: [PHP] Till Drawers

2006-02-03 Thread Angelo Zanetti
also get till drawers that kick open when you print, that is if you want the till to open each time you print... Let us know if you come right and what you did to do it succsssfully. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Wysiwyg editors?

2006-02-02 Thread Angelo Zanetti
also www.solmetra.com check it out,the product is called SPAW.ciao John Nichel wrote: William Stokes wrote: Hello, Once again no PHP question... snip Well, at least you warned me so that I could stop reading now. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] variables in PHP

2006-02-02 Thread Angelo Zanetti
suresh kumar wrote: hi, In my project i assigned name of the text field as 'loginform'.but i got error msg like 'Undefined variable' then i changed the name as 'hiddenfield' but same error.any one having idea reply me. POST the code so we can see exactly whats going on... -- PHP

[PHP] Command Line PHP Advice

2006-01-28 Thread Angelo Christou
Hello List I would like some advice from PHP users regarding PHP and the command line. I have a PHP script that does a whole bunch of stuff to a file on my intranet. ./edit.php filename var1 var2 Everything works fine but I need to run it on a list of files - ./edit.php invoice00212.txt var1

Re: [PHP] Google using PHP @ Google Store

2006-01-25 Thread Angelo Zanetti
Dan Lowe wrote: On Jan 24, 2006, at 9:41 PM, Peter Hoskin wrote: Its hosted from 85.13.206.209.reverse.coreix.net - somehow I don't think this is a google owned site. It's implied right on the front page it's not directly run by Google. Produced for Google Inc. by Merchandise Mania

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Angelo Zanetti
Binay wrote: Hi All, Is it possible that we create a virtual email account(no physical existence) e.g [EMAIL PROTECTED] which will be associated with a real email account e.g. [EMAIL PROTECTED] so that if any body sends the email to virtual email account [EMAIL PROTECTED] will be

[PHP] query problem.

2006-01-24 Thread Angelo Zanetti
that not to be displayed? or is it retrieving it correctly but not showing it because of the (which might be conflicting with HTML tags? thanks in advance -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 [f] +27 86 681 5885 -- PHP General Mailing List (http

[PHP] mail not sent to certain mail accounts

2006-01-16 Thread Angelo Zanetti
...) are able to receive the email. Any help would be great. Thanks in advance! -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and SOAP newbie questions

2006-01-10 Thread Angelo Zanetti
to get you goin, good luck: http://dietrich.ganx4.com/nusoap/ cheers Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Jay Paulson (CE CEN) wrote: I recently got handed a project that requires me to use PHP to talk to a WSDL SOAP service. I'm not new to PHP

[PHP] problem with currency signs

2006-01-09 Thread Angelo Zanetti
'] == €) //where € is also the value in the DB even if the value is €, or euro; it still never reverts to true... So is there a special way I should be treating the symbols and maybe a special way I should be storing them? or comparing them? thanks in advance -- Angelo -- PHP

Re: [PHP] php file upload permission query

2005-12-15 Thread Angelo Zanetti
thanks, but Im sure there is something that is messing up the file permissions that I can change before the upload, instead of trying to cure the problem by setting the chmod of the file after its uplaoded Hristo Yankov wrote: Use chmod() on the uploaded file.

[PHP] php file upload permission query

2005-12-14 Thread Angelo Zanetti
uploaded, which if solved would allow me to not edit my PHP files. any ideas? thanks in advance -- Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [JOB] MySQL/PHP Engineer, Los Angeles, CA

2005-12-13 Thread Angelo Zanetti
LOL Curt Zirzow wrote: On Fri, Dec 09, 2005 at 10:41:15PM -0600, Beau Gould wrote: [JOB] MySQL/PHP Engineer, Los Angeles, CA http://www.superiorss.com/jobs.htm Consider what would happpen if everone on this list would decide to post their resume? You know what would happen? My

Re: [PHP] Anyone getting bounces from

2005-12-07 Thread Angelo Zanetti
me 3 Jason Gerfen wrote: Yeah, I am recieving the same. Jay Blanchard wrote: [EMAIL PROTECTED] ? I am getting failure notices out the wazoo for some very old messages to the general list. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] weird error, cookies??

2005-12-01 Thread Angelo Zanetti
Hi guys. Been working on my site and then been trying to navigate through it, the once page redirects to another. then all of a sudden I get this weird popup (in mozilla) Redirection limit for this URL exceeded. Unable to load requested page Also IE seems to timeout. The page redirects

Re: [PHP] PHP and email

2005-11-23 Thread Angelo Zanetti
John Nichel wrote: Angelo Zanetti wrote: Hi I have a dedicated server in the states. I need to send about 8000 emails (once off). There pretty small +- 5KB. so I want to write a php script and run it from the command line in the background. I was thinking of sending 50 emails

[PHP] PHP and email

2005-11-22 Thread Angelo Zanetti
. Or the same script gets run by cron every 90 seconds and just sends 50 emails. What do you recommend? thanks clive -- Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SOAP and PHP

2005-11-17 Thread Angelo Zanetti
Angelo Zanetti wrote: Hi guys. I've googled but found so many pages that I'm not sure what to use. I want to use PHP to make use of SOAP. I've found: -nuSoap -libxml(2) -php-soap -and others which seemed less important. Can you recommend which one to use? and which one is the most supported

Re: [PHP] plese help

2005-11-17 Thread Angelo Zanetti
yes Im sure everyone is going to answer seeing that this is a postgres list... oh wait its a PHP list. Sorry buddy, think you're goin to get flamed. Aftab Alam wrote: Hello, I want to create a trigger in PostgresSQL , In trigger, Before inserting the record i want to check that data is

[PHP] SESSION expiry time setting

2005-11-17 Thread Angelo Zanetti
in the totally wrong direction?? thanks in advance. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] SOAP and PHP

2005-11-16 Thread Angelo Zanetti
some that you feel I should know about please let me know. Thanks in advance. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Template style question

2005-11-07 Thread Angelo Zanetti
Torgny Bjers wrote: Petr Smith wrote: Smarty sucks. Mixing presentation and logic is never good idea. I know Smarty is very popular, but big popularity doesn't always mean quality. Back to original question: If you decided to reinvent the wheel, please don't reinvent square wheel without

[PHP] create HTML page on the fly

2005-10-25 Thread Angelo Zanetti
will use fwrite() to add the HTML to the file, I need to know how to actually create the file before adding the content to it. thanks in advance. Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] create HTML page on the fly

2005-10-25 Thread Angelo Zanetti
thanks guys, bruce's answer was what I was looking for. regards Angelo David Tulloh wrote: Angelo Zanetti wrote: ... I assume that I will use fwrite() to add the HTML to the file, I need to know how to actually create the file before adding the content to it. You need to open the file

Re: [PHP] create HTML page on the fly

2005-10-25 Thread Angelo Zanetti
that people who cant read HTML emails get a link to the newsletter and can go to that page to see it. Does it make sense?? thanks for your input, much appreciated. Angelo Zanetti Z Logic www.zlogic.co.za [c] +27 72 441 3355 [t] +27 21 469 1052 Miles Thompson wrote: At 10:26 PM 10/25/2005

Re: [PHP] Java editor

2005-10-25 Thread Angelo Zanetti
also check out solmetra.com I think, not sure if its open source... HTH John Taylor-Johnston wrote: Is there a OS java (or other) html editor I can implement on a Web page. I want a user to type text, use bold, italics, etc. I would then store the html in a MySQl record and then use php to

Re: [PHP] Re: Tracking a mobile phone

2005-09-02 Thread Angelo Zanetti
Marcus Bointon wrote: On 18 Jul 2005, at 20:56, Sebastian wrote: The phone would have to have GPS capabilities.. Not true. The network knows what cell the phone is in(and cells are pretty small in cities), and it knows where the cell is. This is the mechanism that's used for location

[PHP] upload file - clients path to file?

2005-08-30 Thread angelo
? thanks in advance. -- Angelo Zanetti This message was sent using IMP, the Internet Messaging Program. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: upload file - clients path to file?

2005-08-30 Thread angelo
way to solve this problem? is this possible? thanks in advance. -- Angelo Zanetti This message was sent using IMP, the Internet Messaging Program. -- PHP General Mailing List (http://www.php.net

<    1   2   3   4   5   >