[PHP] Re: Inserting function into mail()???

2003-12-17 Thread Eric Bolikowski
"Tristan Pretty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok, here's my code that I want to pick a random line from a text file, and > then mail myself 10 times with a different line each time... > But It simply won't work... > Anyone know why? > > function randomline($fi

[PHP] Update issue - more then likely simple problem

2003-12-17 Thread Eric Holmstrom
x27;"; mysql_query($update); I know the answer is simple but i seem to be stuck on it. Thankyou Eric Holmstrom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: fopen does not open URL-files

2003-12-18 Thread Eric Bolikowski
"Taras Panchenko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have 2 questions: > 1) why gethostbyname() does not resolve my host name into IP? > 2) why fopen() (and file()) does not open an external (URL) file via http? > Please, see my example below: > -- > ht

Re: [PHP] Update issue - more then likely simple problem

2003-12-18 Thread Eric Holmstrom
Thankyou i did not know that command existed! so simple cheers "Eugene Lee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, Dec 18, 2003 at 01:39:57PM +1100, Eric Holmstrom wrote: > > > > What im trying to do is read the information from a fie

[PHP] Christmas

2003-12-19 Thread Eric Bolikowski
Merry christmas!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Christmas

2003-12-19 Thread Eric Bolikowski
Merry christmas to every PHP developer here!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fetch Information Via a link

2003-12-21 Thread Eric Holmstrom
lp at all will be very grateful for. Thankyou Eric Holmstrom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Fetch Information Via a link

2003-12-22 Thread Eric Holmstrom
Thankyou, put me on the right track :) "Jasper Bryant-Greene" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Eric > > What you need to do is make another PHP page, maybe info.php, which will > fetch the info field from the DB and display it. >

[PHP] SimpleXML and documentation

2004-01-02 Thread Eric Daspet
on is inherited, and do not know how to use namespaces after registration ($element->ns:subelement is not a valid PHP syntax) - I've seen many times that simpleXML is limited to 3 levels of nesting but there is a phpt with 4 levels. Is there a limitation ? if yes, which one ? thanks per adva

Re: [PHP] Counting back 90 days...

2004-01-05 Thread Eric Wood
to support negative timestamps ... which means you > can't skimp on your testing if you decide to go this route. ;-) In Business Basic I use Julian Dates: http://www.basis-documentation.com/commands/jul_function.htm. This lets me easily calculate days between dates just by substracting

[PHP] Script Needed

2004-01-14 Thread Eric Belardo
Good evening all, I am designing a website were different users will be posting their "portfolios" and I am seeking a PHP Contact form script that will email JUST the person on the profile and the profiled person's email will remain anonymous. Does anyone know if this script

[PHP] Flash-PHP Socket Connection

2004-01-20 Thread Eric Bolikowski
. Thanks a lot Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash-PHP Socket Connection

2004-01-20 Thread Eric Bolikowski
, not finding anything there... Eric "Donald Tyler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > We use XMLRPC to communicate between flash & PHP. I presume it can be > coupled with sockets if you should need a permanent connection as well. > > It

[PHP] Re: inserting info from a query string into sql

2004-01-20 Thread Eric Bolikowski
It doesn't seem that you have declared the vars $reorder and $order, so that will make a bad query. "Mayo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PROBLEM > > I'm trying to insert information from a query string into sql. > > I have a table with content. The column headers ha

[PHP] Re: Flash-PHP Socket Connection

2004-01-20 Thread Eric Bolikowski
) I'm looking at this as a challenge, because it doesn't seem like anyone else has done this before Eric "Ben Ramsey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What I mean is: you shouldn't need to use sockets to read in a file from > Flash

[PHP] Re: Odd Code Error.

2004-01-20 Thread Eric Bolikowski
EQUAL to NFH see $EA"; } ?> Here I use the strict comparison operator, and it writes out the last sentence. Very odd this code Eric "Jonathan Pitcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am so frustrated at the moment with coding. I had a

[PHP] Re: Specifying file paths in Windows

2004-01-20 Thread Eric Bolikowski
"Todd Cary" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I moved an application from Linux to my Client's NT system and is_file > cannot file the file on the NT system. My directory structure is as > follows: > > c:\webroot >\application > \php_code >\filedir > >

[PHP] Re: drop down list of years puzzles me

2004-01-20 Thread Eric Bolikowski
This should help: ".$y."\n"; } ?> What you forgot is that $range must be the current year plus how many loops you want. Eric "Bill Green" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This works to create a drop down select box of nu

[PHP] Re: Flash-PHP Socket Connection

2004-01-21 Thread Eric Bolikowski
Hi everybody helping me on this I have not gotten a lot of tips, I appreciate all the help I have gotten here. I have decided to try out different technologies that I have been advised and measure performance to choose the best and fastest one! Eric "Eric Bolikowski" <[EMAIL PROT

[PHP] Re: generating arrays using $_REQUEST/$_GET/$_POST

2004-01-22 Thread Eric Bolikowski
s $math){ echo "$key => $value"; ?> -- This would output: 1 => 1 2 => 2 3 => 3 --- This method can also be very useful with selects, naming the select "name[]" Then you when you submit, name[] will become an array where the selected indexes are given in

[PHP] serve local file but remote url

2001-01-21 Thread Eric Dahnke
esn't seem possible. is it? thx - eric -- 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] url hide

2001-01-22 Thread Eric Dahnke
I just asked a similar question two hours ago, and would like to express my interest in this same question. Sorry it for a no answer response. AJDIN BRANDIC wrote: > Perhaps not related to php but I was wandering, is it possible to hide > site's real url and replace it with something else (

[PHP] html_mime_mail.class - - help

2001-01-25 Thread Eric Dahnke
rough this, or recognize the error otherwise. - eric output (msg body) # MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_2ad7f0cbb98266e56a24391bd135d9a4" This is a MIME encoded message. --=_2ad7f0cbb98266e56a24391bd135d9a4 Content-

Re: [PHP] I have a problem with uploading files, can anybody help me!!!

2001-01-25 Thread Eric Dahnke
you could maybe use the sleep function. and for the directory question chown nobody.nobody dir/ or whatever user your webserver runs under. Securez wrote: > I have a form that permit a user to upload files, but if the file is 1 or 2 > Mb the time excess the script live time, > how i can chan

[PHP] checking for a defined function

2001-02-28 Thread Eric Peters
how can I do something like if(!defined(cybercash_encr())) dl("cybercash.so"); anyone know of a good way to see if a function/module has been included in php? I need a run time solution for a script to be encoder()ed and distributed, Thanks Eric -- Support your government, gi

[PHP] Problem with either timing or large data structures...

2001-03-06 Thread Eric Nielsen
debug echo's. Neither case is a boundary case, occurring in the later half of the table. Can anyone offer any advice? Eric -- 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 admi

RE: [PHP] dates from db

2001-03-07 Thread Eric Naujock
My own solution to this is a bit more complex but it seems to work with both of the databases I work with. MySQL and Postgress. for example I would use 'select *,unix_timestamp(cr_date) as my_cr_date from table where ref_index=2345;' Then when I go to output it I can use the unix date command

[PHP] Problems with dynamic HTML tables on large pages

2001-03-07 Thread Eric Nielsen
4 MB) RH5.2/php4/AOLServer. Can anyone suggest the cause of this bug and a possible fix? Has anyone heard of a AOLServer truncating data from php? Does HTTP sometimes truncate packets in weird ways? Eric Nielsen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Sessions, no cookies, enable-trans-sids, no success

2001-03-14 Thread Eric Nielsen
rrent limitation). What else do I need to do? Eric Nielsen -- 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]

[PHP] Problem refreshing page after exec

2001-03-15 Thread Eric Watson
Hello, I am trying to start/stop a java program using PHP 4.04 on RH6.2. I can successfully start the program using: exec("/usr/bin/nohup /home/itrades/bin/startserver >/dev/null 2>&1 &") But when I revisit the page or refresh the page the web server hangs until I kill the java program. Can s

[PHP] function mail()

2001-03-21 Thread Eric Tonicello
Hi ! I'm trying to use the function mail(). I get : Warning: Failed to Connect in D:\IBOIS\web\test.php on line 1 I'm using the lastest version of PHP on IIS 4.0 What's wrong ? Should I change the php.ini ? If I try to use the snmp library i get lot of errors... PLease help.me mcfly

[PHP] php dieing/apache or something!

2001-04-26 Thread Eric Peters
ir=/usr/lib --with-imap=/usr/local Apache: ./configure \ "--with-layout=Apache" \ "--enable-module=so" \ "--activate-module=src/modules/auth_mysql/libauth_mysql.a" \ "--enable-module=ssl" \ "--enable-module=rewrite" \ "$@" Thanks! Eric

[PHP] GetImageSize() problem...

2001-05-03 Thread Eric Knudstrup
"orig x: $orig_size[0] orig y: $orig_size[1] "; produces: orig x: 1200 orig y: 1600 orig x: orig y: The test image was produced from my Canon S100 and the Canon image downloading software. Can anyone help? Thanks, Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] GetImageSize() problem...

2001-05-03 Thread Eric Knudstrup
I think that was the first thing I tried. It might have something to do with the actual image itself. Images created with th PHP/GD routines come up with acceptable results. Thanks, Eric Quoting Dan Lowe <[EMAIL PROTECTED]>: > Previously, Eric Knudstrup said: > > I am havin

[PHP] serial array vs. hash....

2002-01-08 Thread Eric McKeown
see if the entry exists in the associative array in order to determine whether it is valid. I suspect that the latter method would be much more efficient, and I intend to test the two techniques myself to find out, but I just thought I would check here to see if anyone could confirm or refute my hunch

[PHP] PHP and hyperfile database...

2002-02-12 Thread Eric Trezza
MySQL databases and the hyperfile databases.) Thanks in advance. Eric -- ) b-tween ( web design > e-communication > e-education http://www.b-tween.com Geneva> Switzerland -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML issues

2002-02-12 Thread Eric Tonicello
T and produce HTML. How make it simply ? I have a solution using xml2tree, but I'd prefer a DOM-XML solution (it exists in java with xalan ...) I use PHP 4.1.1 on windows 2000 and MS IIS 5.0. Thanks for any help. Eric Tonicello -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Re: PHP with gd support

2002-02-12 Thread Eric Johnson
> or do I do the configure with > all the other arguements AND --with-gd and then do the > 'make' and 'make install'? Yes, you will have to configure with all the prior options in addition to the --with-gd. A quick way to get your currently compiled options is with the php function phpinfo().

[PHP] Speed problems

2002-02-15 Thread Eric Katchan
Hi everyone, I am having a small speed problem and I think I may be on track to solve it. i need some input. I have a search script which either returns results or not. if No results I use a header location redirect to an insert form if one result I redirect to part 2 else if many I display t

Re: [PHP] create textfile if not existing?

2002-04-29 Thread Eric Coleman
me1.txt or similiar? > >HÃ¥kan > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php = = = = = = = = = = = = = = = = = = = = Best regards. Eric Coleman [EMAIL PROTEC

Re: Re: [PHP] Re: php.net sloooooooowwww

2002-05-20 Thread Eric Coleman
php >> > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php = = = = = = = = = = = = = = = = = = = = Best regards. Eric Coleman [EMAIL PROTECTED] 2002-05-20 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Accessing PHP globals from a module.

2002-05-21 Thread Eric Veldhuyzen
t now how to access existing globals. Could somebody please tell me where tell me where this is documented if it is documented at all, or explain it to me if it is not documented yet? -- #!perl # Life ain't fair, but root passwords help. # Eric

[PHP] Accessing PHP globals from a module.

2002-05-21 Thread Eric Veldhuyzen
t now how to access existing globals. Could somebody please tell me where tell me where this is documented if it is documented at all, or explain it to me if it is not documented yet? -- #!perl # Life ain't fair, but root passwords help. # Eric

Re: [PHP] Accessing PHP globals from a module.

2002-05-22 Thread Eric Veldhuyzen
but what I am really after is getting values from the session variables, like $_SESSION["id"]. Is this possible at all and if so, is this documented somewhere? > On Tue, 21 May 2002, Eric Veldhuyzen wrote: > > > Hi, > > > > I have just written a module for PHP

[PHP] mySQL and ODBC

2002-05-23 Thread Eric Tonicello
Hi ! There is an equivalent of : mySQL_insert() in : Unified ODBC functions ??? Thanks for any help ! ___ Eric TONICELLO Faculty of Architecture, Civil and Environmental Engineering SWISS FEDERAL INSTITUTE OF TECHNOLOGY LAUSANNE Email : [EMAIL

[PHP] Re: mysql_db_query and the future?

2002-02-23 Thread Eric Thelin
You can add the database to your query. Such as: SELECT * FROM database.table WHERE stuff=other_stuff; I am not sure what other databases support this notation but I know that MySQL does. Eric On Sat, 23 Feb 2002, Thomas Seifert wrote: > Hi folks, > > just wondering

[PHP] php4.1.2 compile error with-gd

2002-03-07 Thread Eric Persson
nyone know a soloution to this? Feel free to contact me if you need more information to solve this. Best regards, Eric -- [ eric persson | [EMAIL PROTECTED] | www.persson.tm ] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] dynamic startpage in flash...

2002-03-11 Thread Eric Trezza
to give some links in emails like http://www.blabla.com/mailTarget.php?target=6 and then ask PHP build the HTML page containing the flash movie which needs the variable 'target' to know which part of the movie to begin with. Thanks for your help... Trezza Eric -- ) b-tween ( web

[PHP] Re: PHP based search engine

2002-03-13 Thread Eric Persson
d to update those who where changed since the last indexinground. Often there are no links modified in the last hour, so its not very resourcehungry, but that depends on the data off course. :) Just my ideas. :) Good luck! Eric -- PHP General Mailing List (http://www.php.net/) To u

[PHP] posting without a from

2002-03-14 Thread Eric Kilgore
I am trying to post to another server without a form. The input is from a form on my server. I log the entry in MySQL and then pass the input to this function to open the connection and return a query result. The post to the other server requires authentication in the form of USERID and PASSWORD.

[PHP] Test - Sorry, but it's necessary

2002-03-29 Thread Eric Starr

[PHP] function calls...Incorrect output...What am I doing wrong?

2002-03-29 Thread Eric Starr
I am learning PHP and I am having some trouble. I am working on a hit counter application. I am using PHP 4 even though the file extension might lead you to believe I am using PHP 3. This code is on a page called "homePage.php3". Here is the instantiation of my Counter: All Done!" ?> Here is

[PHP] Re: function calls...Incorrect output...What am I doing wrong?

2002-03-29 Thread Eric Starr
Testing reply... ** "Eric Starr" <[EMAIL PROTECTED]> wrote in message 003f01c1d748$8785e200$[EMAIL PROTECTED]">news:003f01c1d748$8785e200$[EMAIL PROTECTED]... I am learning PHP and I am having some trouble. I am working on a hit counter application. I am

[PHP] Re: function calls...Incorrect output...What am I doing wrong?

2002-03-29 Thread Eric Starr
ot;>>>" . $this->mCountPosition . "<<< "); The output is not what I expected. I am expecting: >>>1<<< Instead I am getting: >>><<< "Eric Starr" <[EMAIL PROTECTED]> wrote in message 003f01c1d748$878

[PHP] Can you find the parse error?

2002-03-29 Thread Eric Kilgore
x27;".$UserID."', '".$Complex."', '".$Contact."', '".$Address."', '".$State."', '".$City."', '".$Zip."', '".$Phone."', '".$Fax."', '".$email."', '".$fee."')"; I think I've been staring at it too long. I can't find it. Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Can you find the parse error?

2002-03-29 Thread Eric Kilgore
There are a couple of carriage returns, but this has never affected any of my other code. I'm using dreamweaver. -Original Message- From: Henning, Brian [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 1:55 PM To: 'Eric Kilgore' Subject: RE: [PHP] Can you find

RE: [PHP] Can you find the parse error?

2002-03-29 Thread Eric Kilgore
Good to know I'm not going crazy. I found the error in the previous function. I failed to end an echo statement and the next quote on that page was this statement. Doh. -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:08 PM To: Eric Ki

[PHP] Re: some kind of "library loader"

2002-04-05 Thread Eric Thelin
cly available archive of functions and classes that fit into this index. Or to build it into pear. Please keep in touch with me on this issue. Feel free to email me off list if you want. Eric On Wed, 3 Apr 2002, Arpad Tamas wrote: > Hi Everyone! > > I have an idea, but I don't know

[PHP] newbie configuration question

2002-04-05 Thread Eric Kilgore
r. Can I install over the top of the existing module or would I have to uninstall that package first? Any help would be greatly appreciated. Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] newbie configuration question

2002-04-05 Thread Eric Kilgore
April 2002 11:12, Eric Kilgore wrote: > I'm a newbie to Linux and Apache, not so new to php itself. I'm using Red > Hat 7.2. The RPM installs apache with php, etc. as part of the standard > install but --without-mysql in the configuration. I've read quit a bit on > how you

[PHP] Scoping functions in PHP

2002-04-09 Thread Eric Starr
would be greatly appreciated. Eric Starr

[PHP] Re: alphabetizing titles when first word begins with 'The','A',etc.

2002-04-12 Thread Eric Thelin
It could be done with MySQL itself by either adding a sort_title field that you make those changes to, by selecting the data into a temporary table then performing the appropriate updates before selecting it ordered properly, or by some crazy complex combinations of the if, index, and substr funct

[PHP] Error compiling pdflib extension

2001-10-19 Thread Eric Thelin
d! So now I am really confused. I am up and running but at some point I will want to upgrade so I will need find the problem. Anyone have an idea? Eric -- Eric Thelin [EMAIL PROTECTED] AZtechBiz.com: Where Arizona Does Tech Business

Re: [PHP] Flash and PHP loadvariablesnum

2001-11-13 Thread Eric Trezza
Hello, I use a lot Flash with PHP. I really don't understand why your browser opens a new window. Could you tell me exactly which function you run (loadVariablesNum ...) and which browser you are using. (MAC IE5 doesn't work well with loadVariablesNum. Eric www.b-tween.com web

[PHP] waiting a long time for a XML file

2001-11-15 Thread Eric Trezza
-- Eric Trezza www.b-tween.com web design > e-communication > e-education -- 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] PHP Editor for Linux

2001-03-30 Thread Eric Knudstrup
I'm looking for a PHP mode for XEmacs and really miss c-mode. Do you know of any packages for it? Eric > -Original Message- > From: Phillip Bow [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 30, 2001 7:18 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP Editor

[PHP] Requiring variables to be pre-declared?

2001-04-04 Thread Eric Knudstrup
Being new to PHP from the C world, is there anyway that I can enforce that variables are declared for being used? There have been a couple of times where I have been driven nuts trying to find out why something isn't working and found that a variable name was off. Eric -- PHP General Ma

[PHP] mail() and command line headers

2001-07-05 Thread Eric Wood
I can easliy add addional email header using the php mail() function. Does 'mail' or 'sendmail' have this same ability to add email headers from the command line? Thanks, -eric wood -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] web traffic report

2001-08-03 Thread Eric Wood
Has anyone figured a way to purge access-log files after webalizer is done using to data only so far back? -eric - Original Message - > I'm rather fond of Webalizer (www.mrunix.net/webalizer). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP] calendar, msg board, chat in PHP

2001-08-07 Thread Eric Wood
I'm looking to give each of my virtual domain accounts a calendar, msg board, and maybe a chat function to their web site. Anyone know of a php program that has messaging and calendaring working together? Thanks! -eric wood -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: Wide Image Scroller

2001-08-26 Thread Eric Persson
t side, with java/javascript/dhtml or something. The easy way should be to use a frameset, where one frame contains the image with the scroll. //Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Extensions question...

2001-09-03 Thread Eric Knudstrup
I have been searching for this in the Zend docs and examples, but I don't see it anywhere. In a PHP extension how do I access the elements of an array that has been passed in? Thanks, Eric "My mother's maiden name is not a password; my social security number is not a PIN&q

[PHP] What is PHP's equivalent?

2001-09-17 Thread Eric Lebetsamer
What is PHP's equivalent to ASP/COM or JSP/EJB? Basically, I want to get an idea of what methods there are of having multi tier development in PHP. Any information or links are appreciated. Thanks, Eric Lebetsamer -- PHP General Mailing List (http://www.php.net/) To unsubscri

RE: [PHP] Weird results from Left Shift

2001-09-19 Thread Eric O'Connell
> I get the output > > Number is 0001000 > Shifted Number is 2000 > > What am I missing?!? $num = "0001000"; sets $num to be 1000, not 0001000 binary. As I'm not sure if PHP has a binary type, you can use hex: "; $num = $num << 1; echo "

RE: [PHP] simple question...

2001-09-20 Thread Eric O'Connell
> One more thing... If I got '2001-09-01' > Is there a fast way of incrementing the month of it? > making it '2001-10-01' ? list($year, $month, $day) = explode("-", $date); $month++; if ($month == 13) $month = 1; $date = "$year-$month-$day";

[PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Dahnke, Eric
der tomcat, but it's only to get at the apache soap tools. See what I mean. Thanks to all the php developers. 'gards - Eric -- 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] SOAP Tool Kit for PHP

2001-10-01 Thread Dahnke, Eric
or anywhere else, I'm supposed build the SOAP:Fault XML and send that back. I mean all the IP functions in PHP are so nice, and SOAP is an IP service as well. Why no love for SOAP? -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 1:30 PM

[PHP] Rebuild PHP

2001-10-02 Thread Eric G.
If I rebuild PHP, do I need to rebuild my apache??? _ Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

[PHP] SOAP Tool Kit for PHP | Solved | PHP-Tomcat-Apache HOWTO

2001-10-02 Thread Dahnke, Eric
I'm happy I get the apache soap and XML java based tools for the web services and get to keep the rapid development environment of php. Hope this is of use to some people. - Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric Sammons
, try rebuilding PHP. -B - Original Message - From: "Eric L. Sammons" <[EMAIL PROTECTED]> To: "Jay Blanchard" <[EMAIL PROTECTED]>; "php-general" <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 3:49 PM Subject: RE: [PHP] Fatal error: Call to

[PHP] Crazy Serialize/Header/$_POST PHP Error - Is this a bug?

2004-08-23 Thread Peters, Eric
3.27 (Unix) (Red-Hat/Linux) PHP/5.0.0 mod_ssl/2.8.12 OpenSSL/0.9.6b X-Powered-By: PHP/5.0.0 X-CacheDebug-five: a:0:{} Connection: close Transfer-Encoding: chunked Content-Type: text/html a:1:{s:3:"foo";s:3:"bar";} Anyone know why my header() output behaves so

RE: [PHP] Re: Crazy Serialize/Header/$_POST PHP Error - Is this a bug?

2004-08-24 Thread Peters, Eric
: chunked Content-Type: text/html 27 26 How the bloody hell is $length being treated differently? Thanks, Eric -Original Message- From: Daniel Schierbeck [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:53 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Crazy Serialize

RE: [PHP] Re: Crazy Serialize/Header/$_POST PHP Error - Is this a bug?

2004-08-24 Thread Peters, Eric
tools plugin in Firefox to get the HTTP Headers that were returned :) Compare those two, and boggle the mind ;) Thanks! Eric -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 8:12 AM To: Peters, Eric; Daniel Schierbeck; [EMAIL PROTECTED];

RE: [PHP] Re: Crazy Serialize/Header/$_POST PHP Error - Is this a bug?

2004-08-24 Thread Peters, Eric
I figured it out...wasn't a PHP thing at all but rather the Firefox addin to "view" response headers It was cheating and doing a GET to grab the headers instead of the cached POST output. Thanks for your help John, Eric -Original Message- From: John Holmes [mailto:[

Re: [PHP] Adding a realtime monitoring console

2004-09-02 Thread Eric Emminger
need for a database. Potential > drawbacks include the overhead of file I/O and file locking, etc. Logging may be something you'll want to do regardless of the communication model. Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP IDE for OS X

2004-09-04 Thread Eric Marden
ly do development as well as design, DW is a great IDE. The MX and MX 2004 have a real Homesite feel - a great IDE that never did make it over to the Mac. - Eric Marden On Sun, 5 Sep 2004 00:26:31 +1000, Justin French <[EMAIL PROTECTED]> wrote: > Can anyone suggest a PHP editor/IDE for O

Re: [PHP] Adding a realtime monitoring console

2004-09-06 Thread Eric Emminger
> kick-start another ideaThanks...! http://www.dofactory.com/Patterns/PatternObserver.aspx Just google "event listener pattern" or "observer pattern". Also, you may find Extreme Programming to be useful. http://www.extremeprogramming.org/ Eric -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Missing $_POST data from a Outlook Express email form

2004-09-23 Thread Eric Wood
nderbird with same missing data problem. I'm at my wits end on this one. -eric wood -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Determine variable with the lowest value?

2004-10-14 Thread Eric McGrane
Why use the min function? Just sort the array and then grab the first element in the sorted array. No random picking required. E "Paul" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks guys. Yes I figured using an array and the MIN function would be a > start. > > Now the ra

Re: [PHP] Re: phpDesigner 2008?

2008-11-18 Thread Eric Butera
On Tue, Nov 18, 2008 at 6:00 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > Waynn Lue wrote: >> >> I know the IDE wars spring up occasionally, but looking through the >> archives, I haven't seen any discussions pro or con for phpDesigner 2008 ( >> http://www.mpsoftware.dk/phpdesigner.php). Anyone

Re: [PHP] PHP performance profiling

2008-11-18 Thread Eric Butera
On Tue, Nov 18, 2008 at 10:11 AM, Gryffyn <[EMAIL PROTECTED]> wrote: > I did a search and didn't find anything really astounding sounding, so I > wanted to ask for some "live" recommendations from the crowd here. > > I was wondering if anyone had used FirePHP with Firebug or could recommend a > goo

Re: [PHP] store class zithin session

2008-11-20 Thread Eric Butera
On Thu, Nov 20, 2008 at 8:37 AM, Yeti <[EMAIL PROTECTED]> wrote: > If you can't load the class before calling session_start you can store > the serialized object in a file and simple set a > $_SESSION['path_to_file'] session variable.. > > EXAMPLE: > session_start(); > > //some code > > class appl

Re: [PHP] store class zithin session

2008-11-20 Thread Eric Butera
On Thu, Nov 20, 2008 at 2:07 PM, Jochem Maas <[EMAIL PROTECTED]> wrote: > Eric Butera schreef: >> On Thu, Nov 20, 2008 at 8:37 AM, Yeti <[EMAIL PROTECTED]> wrote: > > ... > >>> >> >> Autoload. Why on earth would you do such a thing? > >

Re: [PHP] store class zithin session

2008-11-20 Thread Eric Butera
On Thu, Nov 20, 2008 at 2:51 PM, Stut <[EMAIL PROTECTED]> wrote: > On 20 Nov 2008, at 19:35, Eric Butera wrote: >> >> Well I wouldn't put objects into the session to begin with. > > Why not? I do it all the time and it works fine. > >> I was >> j

Re: [PHP] Re: Open Project

2008-11-23 Thread Eric Butera
On Sun, Nov 23, 2008 at 5:34 PM, Alex Chamberlain <[EMAIL PROTECTED]> wrote: >> Nathan Rixham wrote: >> > Evening All, >> > >> > I'm feeling the need to either start or contribute to something >> > opensource and in PHP. >> > >> > Anybody have any worthy causes or projects they'd like to collab on

Re: [PHP] PHP friendly web software?

2008-11-25 Thread Eric Butera
On Tue, Nov 25, 2008 at 10:03 AM, Ashley Sheridan <[EMAIL PROTECTED]> wrote: > On Tue, 2008-11-25 at 12:54 -0200, uaca man wrote: >> I use vs.php to edit php and dreamweaver to html and im happy with those >> two. >> >> 2008/11/25 John Boy <[EMAIL PROTECTED]>: >> > Can anyone recommend a wysiwyg

Re: [PHP] PHP friendly web software?

2008-11-25 Thread Eric Butera
On Tue, Nov 25, 2008 at 1:20 PM, uaca man <[EMAIL PROTECTED]> wrote: > 2008/11/25 <[EMAIL PROTECTED]>: >> >>> Life's too short to not have code completion! :D >> >> I tried to help a guy out yesterday, and his silly code completion thingie >> ended up writing bogus HTML as I typed... >> >> I don'

Re: [PHP] PHP attaching css and JS files to current page

2008-11-30 Thread Eric Butera
On Sun, Nov 30, 2008 at 8:23 AM, Alain Roger <[EMAIL PROTECTED]> wrote: > Hi, > > is there a way how a PHP class can attach JS (javascript) and CSS documents > to current web page in which the class is instanced ? > till now i used an "echo" which "write" a code into > current document. > in this

Re: [PHP] How to fetch .DOC or .DOCX file in php

2008-12-05 Thread Eric Butera
On Thu, Dec 4, 2008 at 10:35 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > Shawn McKenzie wrote: >> Jim Lucas wrote: >>> Boyd, Todd M. wrote: > -Original Message- > From: Jagdeep Singh [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 04, 2008 8:39 AM > To: php-general@lists

Re: [PHP] File Uploads Help!!! --Forgot

2008-12-05 Thread Eric Butera
On Fri, Dec 5, 2008 at 5:13 PM, Jason Todd Slack-Moehrle <[EMAIL PROTECTED]> wrote: > Here is the output I am printing: > > 'tempUploads/1425182872.xlsUploaded The File.' > > What is the issue? > > -Jason > > > On Dec 5, 2008, at 2:11 PM, Jason Todd Slack-Moehrle wrote: > >> Hi All, >> >> I am uplo

<    1   2   3   4   5   6   7   8   9   10   >