[PHP] using passthru or system() even and passing the $_FILES array

2011-09-28 Thread Anton Heuschen
Good day, I have a question and something that either does not work, or I have not gotten it to work the way I want to. I have a start page, which is a form, that takes 2 text fields and also a Attachment field. Then it calls the first page, which is supposed to spawn of a call to another page (I

Re: [PHP] Remove blank lines from a file

2010-05-21 Thread Anton Heuschen
On 21 May 2010 15:16, Ashley Sheridan wrote: > On Fri, 2010-05-21 at 14:03 +0200, Anton Heuschen wrote: > > Hi Im trying do something like this, have a function which uploads my > file and returns file pointer ... but at same time ... I want to > remove all Blank lines in a fil

[PHP] Remove blank lines from a file

2010-05-21 Thread Anton Heuschen
Hi Im trying do something like this, have a function which uploads my file and returns file pointer ... but at same time ... I want to remove all Blank lines in a file and update it before it goes to the final location ... What I tried was to do a write of file and use some regexp replace to remov

[PHP] Good SQL builder class

2009-12-04 Thread Anton Heuschen
Good day. I'm looking for a good class to handle building dynamically from and array (and if it is good it will automatically determine / or even have different methods) to handle mutli-dimensional arrays or simple associative arrays ... and build the SQL statement : for example I have an array :

Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Anton Heuschen
Hmmm yes thats another way of doing it ... Im running a Ubuntu box ..so its quite possible (how will you mount if your on XP?) 2009/11/3 Devendra Jadhav : > You can you NFS to mount remote file system on your local system. > > On Tue, Nov 3, 2009 at 2:50 PM, Anton Heuschen wrote:

Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Anton Heuschen
t of that script is > nothing. > > If you want to see the output just put http://200.200.1.1/Folder/Config.php > in browser and check. > > btw what exactly you want to achieve by including external config file? > > On Tue, Nov 3, 2009 at 2:05 PM, Anton Heuschen wrote: >

[PHP] Using remote include config file and class in a local file

2009-11-03 Thread Anton Heuschen
Question is wrt to including a config file on an external server in a local include Lets say that on 127.0.0.1 I have test.php with include http://200.200.1.1/Folder/Config.php $obj = new RemoteClass() do stuff and on server 200.200.1.1 I have my Config.php file which is contains the class Re

[PHP] Freeing Memory

2009-07-30 Thread Anton Heuschen
How would you go about ensuring the memory is not exhausted when running a script ? I have a script, which to make it basic ... reads values from files, I create an array of values per file then with a foreach insert values into a table, I have added a line to echo the memory use after each array

[PHP] Scope of Variables and use of global and this->var

2009-07-14 Thread Anton Heuschen
This is just a general question, I am not 100% on when to use global $var , and $this->var and how/what about the GLOBAL vars Lets say I have one file I call config.php here I connect to the db, to ldap etc the connection "var" I can then use in a file on its own ... obviously aft

[PHP] Echo result in a loop on each instance

2009-06-23 Thread Anton Heuschen
I have a question regarding echo of a var/string in a loop on each instance A shortened example: Lets say I have an array of values (rather big), and then I loop through this array: for or foreach : { $value = $arrValAll[$i]; echo "test".$i."--> ".$value; } When the script runs it will

Re: [PHP] Pointers for NuSOAP

2009-06-22 Thread Anton Heuschen
gramming with NuSOAP Part 2: http://www.scottnichol.com/nusoapprog2.htm > Programming with NuSOAP Using WSDL: > http://www.scottnichol.com/nusoapprogwsdl.htm > > It's nice, and it has lots of working examples. > > Jonathan > > On Mon, Jun 22, 2009 at 11:02 AM, Anton Heus

[PHP] Pointers for NuSOAP

2009-06-22 Thread Anton Heuschen
Does anyone have any good links to basic and more advanced (and some examples) of NuSOAP and using this ? Would be appreciated to see some recommendations that might of helped others etc. Thank you in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

Re: [PHP] How to work with Webservices (.asmx) server

2009-03-11 Thread Anton Heuschen
help thus far ... now I feel depressed all of a suden ...miss the vibe - Holland rocks 2009/3/7 Phpster > If you're not Dutch you're not much! Holland rocks! > > From a fellow dutchie, > > Bastien > > Sent from my iPod > > > On Mar 11, 2009, at 4:47,

Re: [PHP] How to work with Webservices (.asmx) server

2009-03-11 Thread Anton Heuschen
. Thanks for your assistance and advice so far. Regards Now of to make myself a nice Hagelslag botterham to soothe my nerves ;-) Anton 2009/3/11 Thijs Lensselink > Hoi Anton, > > Great job on the Dutch part :) But please keep the thread on list. > > You have set the server lo

[PHP] How to work with Webservices (.asmx) server

2009-03-10 Thread Anton Heuschen
I am confused with XML-RPC / SOAP and WSDL ... If you have a server with a script/file like test.asmx and some web services ...below example of service format : SOAP 1.2 The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values. -

[PHP] Assign 2 values from Mysql to an array

2009-03-06 Thread Anton Heuschen
This might sound trivial, but for the live of me cant seem to get it to work, and I am not familiar with such a thing. What I have is a query lets say : select country,name,population from USERS where id= 'some_id' "; Now I want to assign the result to one set (The above example might have 3+

[PHP] Free XML and WDL classes/scripts

2009-02-18 Thread Anton Heuschen
What are some good php classes/scripts to work with: Parsing XML data/files. Building SOAP/WDML (Im not too familiar with this so still trying to work it out) So far, I have a class from : PHP WSDL Generator - Version 1.1.0 b http://www.protung.ro Basically what I need to do is connect to/se

RE: [PHP] ORM framework suggestion

2007-08-08 Thread Anton C. Swartz IV
Rob you know .. when I went looking into ruby .. rails only turned me away from it more then wanted me to use it .. I'm not so big on the MVC setup's .. :-\ --- Anton C. Swartz IV Phoenix Edge Network L.L.C. http://www.phpopenid.com - Owner PHPLogic Development Services http://www.ph

RE: [PHP] Re: problem with install php 5.2.3 on apache 2.2.4 in windows xp sp2

2007-07-24 Thread Anton C. Swartz IV
Could you Specifiy which error messages you were getting? --- Anton C. Swartz IV Phoenix Edge Network L.L.C. http://www.phpopenid.com - Owner PHPLogic Development Services http://www.phplogic.net - Co-Owner Necrogami http://www.necrogami.com - Personal Blog Based in Indianapolis, IN &quo

RE: [PHP] Strategy when working with designer(s)?

2007-07-23 Thread Anton C. Swartz IV
code I've experienced yet Just my 2 cents --- Anton C. Swartz IV Phoenix Edge Network L.L.C. http://www.phpopenid.com - Owner PHPLogic Development Services http://www.phplogic.net - Co-Owner Necrogami http://www.necrogami.com - Personal Blog Based in Indianapolis, IN "The Opposite of war

Re: [PHP] About PHP CMS

2007-07-07 Thread Anton C. Swartz IV
No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.1/889 - Release Date: 7/6/2007 8:00 PM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] excel macro into php

2007-05-02 Thread Anton Krall
Guys.. I have a problem and I was wondering if somebody with good php knowledge could help. I have this excel macro that converts number currency (mexican) into a string and I was wondering if somebody could help translating it to php... Her eis the macro, if you could help, I would really appre

[PHP] php_ldap.dll - specified module could not be found

2007-01-11 Thread Anton . Hughes
Anton

Re: [PHP] handling multipart form-data

2006-10-24 Thread Anton Statutov
Richard Lynch wrote: I think you want that HTTP_RAW_POST_DATA setting thingie that's in the manual... I tried HTTP_RAW_POST_DATA with same result as php://input did. When form enctype is "url-form-encoded" they both works fine, but when enctype is "multipart/form-data" they both are empty. I n

[PHP] handling multipart form-data

2006-10-20 Thread Anton Statutov
DOCUMENTATION> php://input is not available with enctype="multipart/form-data". What I should do if I really need to get multipart data? I want to implement my own form-data parser with PHP5. Can I at least turn off the PHP's one to be able to use php://input with multipart? -- PHP General M

[PHP] setting vhost or directory based options to php when using apache with php4-cgi

2006-03-09 Thread Christoph Anton Mitterer
Hi. I'm using Debian sarge with php4-cgi and I'm looking for a way to set php settings like open_basedir or disable_functions at a per virtual_host or directry level from apache. This seems to be possible when using libapache2-mod-php4 using stuff like "php_admin_value", but not with my php over

Re: [PHP] Re: PHP vs. ColdFusion

2005-06-30 Thread Anton Kovalenko
Richard Lynch wrote: >>Quoting Anton Kovalenko <[EMAIL PROTECTED]>: >> >> >>>As to ColdFusion, It seems to me that this technology is dead already. >> >>What makes you say this? I had never heard anything like this, but it >>would certa

[PHP] Re: PHP vs. ColdFusion

2005-06-27 Thread Anton Kovalenko
PHP is open source. It's highly supported by lots of developers. It's free. There are many different libraries such as PEAR, for instance. There many free frameworks for creating convinient modular and easyly managebale applications both web and command line. I can name mojavi.org as a brilliant MV

[PHP] Problems upgrading

2005-01-15 Thread Anton Krall
-mtune=pentium4 parameter in cc. Anybody knows how to get apache, mod_perl and php to compile and not fault? Im using RH9 BTW. Thx! Anton Krall -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems upgrading

2005-01-15 Thread Anton Krall
-mtune=pentium4 parameter in cc. Anybody knows how to get apache, mod_perl and php to compile and not fault? Im using RH9 BTW. Thx! Anton Krall -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] FDF PDF and PHP

2004-09-23 Thread Anton Krall
Ok, then how to do it? Im starting to think that maybe it can all be done within acrobat full and not use php unless populating via a db. Intruder Consulting Anton Krall Director General [EMAIL PROTECTED] tel: 5781-5112 mobile: 1325-3511 IM: [EMAIL PROTECTED

RE: [PHP] FDF PDF and PHP

2004-09-23 Thread Anton Krall
Can fpdf create a new pdf based on a another pdf form and importing fdf data into it? Intruder Consulting Anton Krall Director General [EMAIL PROTECTED] tel: 5781-5112 mobile: 1325-3511 IM: [EMAIL PROTECTED] www.intruder.com.mx

[PHP] FDF PDF and PHP

2004-09-22 Thread Anton Krall
Guys.. anybody working with pdf creation using php? I have a pdf form and what I need is to pass variables to it (I already did this and it creates the .fdf file and outputs to the browsers, acrobat opens up and shows the form populated) but how can I also save the resulting .pdf file on the server

RE: [PHP] RE: IMPORTANT: Please Verify Your Message

2004-08-06 Thread Anton Krall
%Sent: Viernes, 06 de Agosto de 2004 09:44 a.m. %To: 'Anton Krall'; [EMAIL PROTECTED] %Subject: RE: [PHP] RE: IMPORTANT: Please Verify Your Message % %Spamcease. Apparently it's the guy's anti-spam software that %automatically sends messages. % %Interestingly enough, I don&#

[PHP] RE: IMPORTANT: Please Verify Your Message

2004-08-06 Thread Anton Krall
Who the hell is using this as their email address on a mailing list? Pardon my language. %-Original Message- %From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] %Sent: Viernes, 06 de Agosto de 2004 08:50 a.m. %To: [EMAIL PROTECTED] %Subject: IMPORTANT: Please Verify Your Message % % % %

[PHP] Voting PHP apps

2004-08-06 Thread Anton Krall
Guys. Anybody knows any PHP voting applications that would let you not only add your quesitons and answers but lso let the user add their own answers in case what they want wasn't on the included ones? Thx for any help! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP] PHP DL and UL Speed Test

2004-06-19 Thread Anton Krall
Guys... Anybody knows of a php script that can help measure download and upload speed tests? Thank you for any comments. Anton Krall -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP CRM

2004-06-14 Thread Anton Krall
Guys. Anybody knows any open source CRM thats based on PHP or something similar? Im looking for CRM alternatives... Thx for any comments. Anton Krall -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP Auth

2004-04-24 Thread Anton Krall
Thx Curt! Intruder Consulting Anton Krall Director General [EMAIL PROTECTED] tel: 5233-9281 mobile: 044-55-1320-8717 IM: [EMAIL PROTECTED] www.intruder.com.mx %-Original Message- %From: Curt Zirzow [mailto:[EMAIL

[PHP] PHP Auth

2004-04-24 Thread Anton Krall
Guys. Im doing a small php auth system and I was wondering, how can avoid having to do a form to pass the user and pw to the php scripts and just use the popup auth windows on IE and NS? do you remember the names of the vars that get passed thru that popup or how can I invoke it? Thx! -- PHP

[PHP] Microsoft Update and how its done question

2004-04-24 Thread Anton Krall
%, etc. How can this be done using PHP? Thx for any comments. Anton Krall -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problem installing php

2003-01-28 Thread Anton Grafström
Thanks. That solved the problem "John W. Holmes" <[EMAIL PROTECTED]> skrev i meddelandet 005e01c2c6ba$975f3110$7c02a8c0@coconut">news:005e01c2c6ba$975f3110$7c02a8c0@coconut... > > Hi I am trying to install php with PHP 4.3.0 installer on windows98. I > > have > > the Xitami server. When I try to

[PHP] problem installing php

2003-01-28 Thread Anton Grafström
irect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive." Does anyone know how I can get it to work? Thanks for any help! Best regards /Anton -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] Get the date of the last sunday

2003-01-15 Thread Gladky Anton
RDS> how can i easily get the date of the last sunday. php or javascript code to RDS> do this would be appreciated. Gladky Anton mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Free web-hosting

2003-01-15 Thread Gladky Anton
Hello everybody! Can anybody advice me the best free web-hosting with PHP? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Free web-hosting

2003-01-11 Thread Anton Gladky
Hello everybody! Can anybody advice me the best free web-hosting with PHP? Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: user auth.. with mysql and cookies.. help

2002-05-30 Thread Anton Heryanto
you have echo'd templates > or some such. > > > - James > -- > W: www.londontown.com > @: [EMAIL PROTECTED] > ------ > > -Original Message- > From: Anton Heryanto [mailto:[EMAIL PROTECTED]] > Sent: 30

[PHP] user auth.. with mysql and cookies.. help

2002-05-30 Thread Anton Heryanto
quot;); setcookie("total_items",""); setcookie("quantity",""); } ?> and 4. common.inc ~ could you tell me what and where is the mistake ... thank for all of you all kindness regards anton --Linux is Power--- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread Anton Heryato
this script below is delete.inc and the lagi.php is .. 1::PHp 2: 3:hahahahha 4: 10: 11: so, which one in line 4 have send anything first please help me to fixed regards anton -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 1:37 PM To

[PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread Anton Heryato
i have one function name deleteCookees that have this error message Warning: Cannot add header information - headers already sent by (output started at /home/reymond/html/phpreport/lagi.php:4) in /home/reymond/html/phpreport/delete.inc on line 10 the script could anybody tell me why this happe

[PHP] Re: mysql_fetch_array()

2002-04-09 Thread David Anton
while( $row = mysql_fetch_array( $recordset ) ) { $var1 = $row["event_id"] ; $var2 = $row["event_title"] ; $var3 = $row["event_date"] ; } Don't forget that what you get with mysql_fetch_array() is just a array where the indexes are just the name of the columns. Un saludo "Phi

[PHP] "\n" Seems not to work fine

2002-03-12 Thread Anton
I cannot get a breakline or line appart with \n with printf or print, I've to use always . \n shows only a space. I've installed latest stable version of php and apache bath under Linux and W2k. Anybody knows something about? Thanks in advance. -- PHP General Mailing List (http://www.php.n

[PHP] Re: Escaping a double-quote problem

2002-02-01 Thread Anton Kolev
n message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Look up addslashes and stripslashes in the manual. Normally you'd use > addslashes going into the db, and stripslashes coming out for display. > HTH Joe :) > > > "Anton Kolev" <[EMAIL PROTECTED]> wro

[PHP] Escaping a double-quote problem

2002-02-01 Thread Anton Kolev
Any idea why when I print the value of $text, I get a backslash in front of the result? $text=preg_replace("/\"/", """, $text); $text=preg_replace("/\"/", "A", $text); $text=str_replace("\"", "A", $text); Contrary: $text=preg_replace("/&/", "&", $text); works quite well. cheerz -- PHP Ge

[PHP] preg_replace()&str_replace() escaping a double-quote problem

2002-02-01 Thread Anton Kolev
Any idea why when I print the value of $text, I get a backslash in front of the result. Any of the following: $text=preg_replace("/\"/", """, $text); $text=preg_replace("/\"/", "A", $text); str_replace() also does the same :( -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] looking for newbie help in solving logic problem

2002-01-23 Thread Anton Stroganov
perhaps $[connit.$i] would to it? - Original Message - From: "Larry Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 20:24 Subject: [PHP] looking for newbie help in solving logic problem > The following is an over simplified description. With additiona

Re: [PHP] Still no solution...can anyone help?

2001-09-19 Thread Anton Stroganov
Oh, I'm sorry, I thought you were having users choose from already uploaded files, not uploading their own. To answer this question, you can either a. code the image resizing script, creating the thumbnail dynamically and leaving one field to users, to upload the large image. or b. change your i

Re: [PHP] PHP Email Handler

2001-09-19 Thread Anton Stroganov
My friend. I'm not quite sure I understand you correctly. Are you asking _us_ to do _your_ work for you? Do you want us to give you a complete script on a silver platter? This is a place where people like to see that you've done a little bit of preliminary work, and ask specific questions. Keepin

Re: [PHP] Still no solution...can anyone help?

2001-09-19 Thread Anton Stroganov
I would suggest keeping one single image field, 'full size', and having the thumbnails use the same name as the full image, with a prefix (ie, large image: image1.jpg; thumbnail: tmb_image1.jpg). this way you would give a. less work to your user and b. avoid unnecessary clutter. and on your pages,

Re: [PHP] text editing (parsing)

2001-09-19 Thread Anton Stroganov
split() function will do what you require. $string = "News, Bla, Blabla"; $textarray = split(", ", $string); for more info see http://us.php.net/manual/en/function.split.php (the main php.net site seems to be down) good luck a. - Original Message - From: Jonas K <[EMAIL PROTECTED]> To: <

[PHP] Writing to file with user as owner

2001-08-28 Thread Anton Stroganov
Any way of doing this in php? Any advice will be greatly appreciated. Anton Stroganov webmaster www.artwithin.com -- 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]

Re: [PHP] two dimensional array or two arrays?

2001-08-28 Thread Anton Stroganov
this should do it for you. $categoryarry = array(array("","none"),array("1","John"),array("2","Jim")); foreach($categoryarray as $value) { if($value[0] == $srch_cat) { $cat_option .= "$value[1]\n"; } else { $cat_option .= "$value[1]\n"; } } - Original Message - From: Tom Be

Re: [PHP] fwrite????

2001-08-20 Thread Anton Stroganov
when you open the file with fopen(), use the 'a' (writing only) or 'a+' (reading and writing) arguments ie: int fopen ("somefile.txt", "a"); "... *'a' - Open for writing only; place the file pointer at the end of the file. If the file does not exist, attempt to create it. *'a+' - Op

Re: [PHP] mysql escape character \'

2001-08-07 Thread Anton Stroganov
eld FROM table WHERE id = '1'"; ... db query ...; echo stripslashes($textfield); for more info see the appropriate manual pages: http://www.php.net/manual/en/function.htmlspecialchars.php http://www.php.net/manual/en/function.addslashes.php http://www.php.net/manual/en/function.stripslashes.

Re: [PHP] Re: What tools do you use to develop PHP?

2001-07-31 Thread Anton Stroganov
all, with a little work it can be made work with PHP quite well. Anton Stroganov webmaster www.artwithin.com - Original Message - From: Matt Rogers <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 10:40 Subject: Re: [PHP] Re: What tools do you use to

[PHP] Filesystem security

2001-04-26 Thread Anton G. Popov
Hi I have to set up a site for free web hosting incl. php I installed apache and php4.0.4pl1 and now the php scripts can browse the entire filesystem of the machine. Does anyone know how to fix that? 10x a lot Antt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM