Re: [PHP] Assign variable to a block of html code

2007-12-22 Thread php mail
Hi Everyone, Thanks for pointing me to heredoc syntax. I've got it working out nicely now ;) Regards, Feris On 12/20/07, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 19, 2007 10:38 PM, php mail [EMAIL PROTECTED] wrote: Hi All, Is it possible to assign variable to a block of html code

[PHP] Aspect Oriented framework

2007-12-22 Thread php mail
Hi All, Anyone ever use this tools ? If so, which one is more recommended ? - http://www.aophp.net/ - http://phpaspect.org/ Regards, Feris

[PHP] Profiling PHP App

2007-12-19 Thread php mail
Hi All, Is there any tool to profiling PHP app ? Regards, Feris

[PHP] Rejecting File Upload

2007-08-04 Thread php mail
Hi All, How do I prior check file's size in server side before the upload process begin ? Regards, Feris

RE: [PHP] system('bell'); ?

2006-02-04 Thread php-mail
Suppose someone had to :) -Original Message- From: Dan Harrington [mailto:[EMAIL PROTECTED] Sent: 04 February 2006 19:50 To: php-general@lists.php.net Subject: RE: [PHP] system('bell'); ? Ask not for whom the bell tolls, it tolls for thee! -Original Message- From: Gerry

RE: [PHP] Truncate words in multiple paragraphs

2006-02-03 Thread php-mail
Would this work? ? function trunc($string, $limit = 11) { $arr = array(); $arr = (preg_split('/\s/', preg_replace('/(\s)\s+/', '\\1',$string))); return implode(' ', array_slice($arr, 0, $limit)); } $str = This is my\n\r\n\ntest string\nIsn't it nice?\r\nI quite like

RE: [PHP] Truncate words in multiple paragraphs

2006-02-03 Thread php-mail
Nuts Missed the need to preserve line breaks Sorry Dan -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: 03 February 2006 23:06 To: php-general@lists.php.net Subject: Re: [PHP] Truncate words in multiple paragraphs Hi :) I am using the following function (that I found in

RE: [PHP] Regular expression

2006-02-03 Thread php-mail
Ok I may actually have an answer here... ? $str = 'hubble, bubble, toil, trouble'; function andificate($str) { return preg_replace('/([\s]?,[\s]?)(\w+)$/', ' and \\2', $str); } echo andificate($str); ? Gives: hubble, bubble, toil and trouble Accepts spaces before and/or after

[PHP] Sessions

2006-01-19 Thread PHP Mail
Hi My site is running a custom session handler (into MySQL 3.28). all was well until I needed to test session in files. it was only a 5 minute test Now I can't get the DB sessions active. Absolutely nothing is registering in the DB PHP version is 4.3.10. Help please because I can't

RE: [PHP] Sessions

2006-01-19 Thread php-mail
:[EMAIL PROTECTED] Sent: 19 January 2006 23:30 To: PHP Mail Cc: php-general@lists.php.net Subject: Re: [PHP] Sessions You changed php.ini back to 'user' instead of 'file' for the session handling? You re-started the web-server? (Apache, IIS, whatever) If it's a Windows box, reboot for good

RE: [PHP] Sessions

2006-01-19 Thread php-mail
but I'm getting there :) -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 00:33 To: php-mail Cc: [EMAIL PROTECTED]; php-general@lists.php.net Subject: RE: [PHP] Sessions On Thu, January 19, 2006 5:52 pm, php-mail wrote: Just tried an ini_set to make

RE: [PHP] Help with regular expressions

2006-01-17 Thread php-mail
I tested this with $t = string string; preg_replace('/\s/', '', $t); echo $t; And the replace left a space... so then I tried this $t = string string; $t = preg_replace('/\s/', '', $t); echo $t; And the output was spaceless (spaced out?)... maybe worth a try? HTH Dan --

[PHP] OO XML Parser

2005-12-10 Thread mail
Hi! I've been playing around a bit with the XML parser in PHP, but I couldn't figure out, how to get it object oriented. I would like to do something like this: class MyParser { private function xml_start_element(...) { } private function xml-stop_element(...) { } public function parse() {

RE: [PHP] Printing to a buffer

2005-11-12 Thread php-mail
-Original Message- From: Jasper Bryant-Greene [mailto:[EMAIL PROTECTED] [snip] application/text isn't a MIME-Type, is it? Do you mean text/plain? [/snip] Or maybe text/html? Sent: 12 November 2005 22:46 To: Todd Cary Cc: php-general@lists.php.net Subject: Re: [PHP] Printing to a

Re: [PHP] Auto unzip uploaded file

2005-10-02 Thread mail
James Lobley wrote: You might like to take a look at this: http://www.phpconcept.net/pclzip/index.en.php I've had great success with it - both extracting files and creating zips. Thank you, the page looks great. Norbert -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Strange behaviour overriding methods in 5.0.4

2005-09-28 Thread mail
Norbert Wenzel wrote: Hi, i have a very strange example of code. Maybe you know where my mistake could be. I've got an index.php with a few div's and a short php code, like: divecho $_SESSION['view']-getContent();/div The view is in every case one of my view objects. And there's the

RE: [PHP] Help correcting a form mailer problem...

2005-08-17 Thread php-mail
Sorry I should clarify... checkboxes don't send their values through they send their names and states... so if you have the array: Name=qmev[1]... name=qmev[2]... name=qmev[3] And your array contains [1] = on : [3] = on 1 and 3 are selected -Original Message- From: zedleon

RE: [PHP] Help correcting a form mailer problem...

2005-08-17 Thread php-mail
Hi If the checkbox exists in the array it is selected... if it isn't there it's not selected That's my experience :) -Original Message- From: zedleon [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 21:30 To: php-general@lists.php.net Subject: Re: [PHP] Help correcting a form mailer

RE: [PHP] Help correcting a form mailer problem...

2005-08-17 Thread php-mail
I do apologise... it's been one of those days and the form I was thinking of didn't actually have any values attached to the checkbox Ignore me :) -Original Message- From: Jordan Miller [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 22:28 To: [EMAIL PROTECTED] Cc:

[PHP] Delivery failed

2005-07-07 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] PHP-GENERAL@LISTS.PHP.NET

2005-07-06 Thread Returned mail
Dear user php-general@lists.php.net, We have detected that your e-mail account was used to send a huge amount of junk email during the last week. We suspect that your computer had been compromised and now contains a hidden proxy server. We recommend that you follow the instructions

[PHP] Jmbbvfxiuwuzy

2005-07-06 Thread Returned mail
Dear user of lists.php.net, administration of lists.php.net would like to let you know that: Your account has been used to send a large amount of spam during the last week. Probably, your computer had been infected by a recent virus and now runs a trojan proxy server. We recommend that you

[PHP] DELIVERY FAILED

2005-07-06 Thread Returned mail
é)ß÷O…Dïκy8{â.~b’E\º~4j¶£Ç¶—d’d¢½¢¡» (YÅ2m„ûÓ¡Åˆ5fyïƒ :ÀÅ?º“Žqe\Þo‡ÊRa©‹ ÛÎÕÄóD‰c­ÇrVQò4cà1í÷v§®D_:5ÛÊí³Uó”? —At-¸Pœb8%Š“ùÏBo`Ìq’)À.Z|…_L` .ï¿æGkÄÓÂP3žÔŽ¼QMYât­|×

[PHP] report

2005-07-06 Thread Mail Delivery Subsystem
Dear user php-general@lists.php.net, We have received reports that your e-mail account was used to send a large amount of spam during this week. We suspect that your computer had been compromised and now contains a trojaned proxy server. Please follow our instruction in the attached text file

[PHP] SPAM!!! Hi

2005-07-06 Thread Returned mail
, afin de détruire ou de classer à part ce type de message. Si ce robot a classifié incorrectement un message qui vous était destiné, ou pour toute question, veuillez contacter l'administrateur du système par e-mail à the administrator of that system . Voir http://spamassassin.apache.org/tag/ pour plus

[PHP] DELIVERY REPORTS ABOUT YOUR E-MAIL

2005-07-06 Thread Mail Delivery Subsystem
Dear user php-general@lists.php.net, We have received reports that your email account was used to send a large amount of unsolicited commercial e-mail during this week. Probably, your computer was infected by a recent virus and now runs a hidden proxy server. We recommend that you follow

[PHP] Returned mail: see transcript for details

2005-07-05 Thread Mail Delivery Subsystem
The original message was included as attachment -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Delivery reports about your e-mail

2005-07-05 Thread Mail Delivery Subsystem
The original message was received at Tue, 5 Jul 2005 19:40:31 +0200 from [6.6.160.53] - The following addresses had permanent fatal errors - php-general@lists.php.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Php-general@lists.php.net

2005-07-05 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Error

2005-07-05 Thread Returned mail
Dear user php-general@lists.php.net, We have detected that your email account was used to send a huge amount of unsolicited commercial e-mail during the recent week. Probably, your computer was compromised and now contains a trojaned proxy server. Please follow our instruction

[PHP] Returned mail: see transcript for details

2005-07-04 Thread Mail Delivery Subsystem
likely there is a network problem that prevented delivery, but it is also possible that the computer is turned off, or does not have a mail system running right now. Your message could not be delivered within 4 days: Host 38.1.144.65 is not responding. The following recipients did not receive

[PHP] Test

2005-07-04 Thread Returned mail
ϤmŤ÷óä‡5jc÷ʑ¶ åŒú¥vc–“µ‚žlž7Ýaí8¤I'Á³Òš{ˆ¬Œ‚KjEˆZZŒ˜_^rjžEúÖùývkªHÛ°˜ECÎbûÒ¡ê­ã}ö/±$Ç7æ|!” 6Aê°£Ï³ •ÔQá2דÎú¡|5Sp]›XULó!;¹RÀ¼%YI3)Ëá ¸o’ºÙ‰èSDÛ¤¯giŒ¿Ó­îº‹Ø¯³u‘ŒÉ¨^§¨;«RLš`.ot·EtO_¸uwq±vŠC{Fx8òI‚{~$˜¦s ص¶^WXù5Â7Z-{ ¼Î\Ø%æ–p‹Ï ¸ý‘f;ÓÔW™CðÖ¼¦ÞAüRôä}.À¶ /uåö\š¼

[PHP] Returned mail: Data format error

2005-07-04 Thread Mail Delivery Subsystem
The original message was received at Mon, 4 Jul 2005 13:34:23 +0200 from 32.109.26.237 - The following addresses had permanent fatal errors - php-general@lists.php.net - Transcript of session follows - ... while talking to lists.php.net.: DATA 400-aturner; -RMS-E-CRE, ACP file

[PHP] Returned mail: Data format error

2005-07-04 Thread Returned mail
Þ0AÜêŒâ7lÕèh÷9àd3–¬Çà)ÍùY߃9Y9_Íñ-“O̒¨%xW´!Y–ªuäÚü{ÝTodÞd£Pô6a;dÔ99ïÜîG8°%9\SÑÝç„t¨rìH‡¼kàœ‰!E`³ªAÀaáaàñ՗£X2ÐåÙÓá?ï6Á|ð_Eš~úío'cýJ­{Y·Ô0lÀmÝLb\EBVüݔ÷ yº‚¿:{ ï]Š£›Õ§Á uƒR»²AoKº¦6Æß¾?ÙM(WºnMm«ˆÜ(š÷Žä7rÞ)³MÂë¾ÕË;Փ²w¹O¼c(ÕøÂL¡`•Y_ušºµ‘s†nº¦ÒOÓ6ÙuŒÇT¬bšÓ–ÉNÉæU­#6͔;}ÚÅyN»kUڊãÁŠå} ŠXé•Èm7ÓB

[PHP] Returned mail: see transcript for details

2005-07-04 Thread Mail Delivery Subsystem
likely there is a network problem that prevented delivery, but it is also possible that the computer is turned off, or does not have a mail system running right now. Your message was not delivered within 6 days: Server 96.8.92.88 is not responding. The following recipients could not receive

[PHP] Returned mail: see transcript for details

2005-07-04 Thread Bounced mail
likely there is a network problem that prevented delivery, but it is also possible that the computer is turned off, or does not have a mail system running right now. Your message was not delivered within 4 days: Server 70.0.111.253 is not responding. The following recipients could not receive

[PHP] Report

2005-07-03 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Delivery reports about your e-mail

2005-07-02 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Delivery reports about your e-mail

2005-07-01 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] status

2005-06-27 Thread Bounced mail
The original message was received at Mon, 27 Jun 2005 13:10:24 +0200 from [127.20.163.238] - The following addresses had permanent fatal errors - php-general@lists.php.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Mail System Error - Returned Mail

2005-06-26 Thread Mail Administrator
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] DELIVERY REPORTS ABOUT YOUR E-MAIL

2005-06-22 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Delivery failed

2005-06-20 Thread Returned mail
The original message was received at Tue, 21 Jun 2005 01:38:16 +0900 from [133.60.182.142] - The following addresses had permanent fatal errors - php-general@lists.php.net - Transcript of the session follows - ... while talking to 206.244.153.37: RCPT

[PHP] Returned mail: see transcript for details

2005-06-20 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Message could not be delivered

2005-06-17 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Report

2005-06-17 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: Data format error

2005-06-16 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Error

2005-06-14 Thread Mail Delivery Subsystem
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS

2005-06-14 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Xa llgec

2005-06-14 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Delivery failed

2005-06-13 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: Data format error

2005-06-11 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Mail System Error - Returned Mail

2005-06-10 Thread Returned mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Delivery reports about your e-mail

2005-06-10 Thread Returned mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: see transcript for details

2005-06-08 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: see transcript for details

2005-06-08 Thread Bounced mail
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Returned mail: see transcript for details

2005-06-08 Thread Bounced mail
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Returned mail: see transcript for details

2005-06-08 Thread Bounced mail
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Message could not be delivered

2005-06-07 Thread Returned mail
Dear user of lists.php.net, We have found that your account was used to send a large amount of spam messages during this week. We suspect that your computer had been infected and now contains a hidden proxy server. Please follow our instruction in the attached text file in order to keep your

[PHP] Message could not be delivered

2005-06-07 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] MESSAGE COULD NOT BE DELIVERED

2005-06-03 Thread Returned mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: Data format error

2005-06-03 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: Data format error

2005-05-31 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: see transcript for details

2005-05-30 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: see transcript for details

2005-05-30 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] MESSAGE COULD NOT BE DELIVERED

2005-05-28 Thread Bounced mail
Message could not be delivered -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Returned mail: see transcript for details

2005-05-28 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] delivery failed

2005-05-27 Thread Mail Administrator
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: Data format error

2005-05-27 Thread Mail Delivery Subsystem
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: see transcript for details

2005-05-27 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

[PHP] Returned mail: Data format error

2005-05-27 Thread Bounced mail
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner

RE: [PHP] File Uploading Issue

2004-08-05 Thread PHP E-Mail List
1:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] File Uploading Issue On Thursday 05 August 2004 13:42, PHP E-Mail List wrote: You don't have permission to access /directory uploaded to/renamed file.txt on this server. What are the permissions on that file? -- Jason Wong

[PHP] File Uploading Issue

2004-08-04 Thread PHP E-Mail List
Ok, I figured I'd tackle this since I've been coding php for about 6 months now. And wouldn't ya know, I'm having problems with, what I thought would be the easiest thing to code ever. Yeah well I get the file to upload, and heck I can even take the file and display what text was uploaded.

RE: [PHP] PHPEdit almost as good as s*x (with a women in bikini)

2004-07-14 Thread PHP E-Mail List
Well I believe the problem is, This person claiming PHPEdit is better than sex, just doesn't get any. As I use PHPEdit and I'd still rather have sex! :) Especially.if she was in a bikini!!! -Original Message- From: EE [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 12:56

[PHP] gd library

2002-11-17 Thread A3-Mail Proxy Handler
Hi, I am trying to add gd support to my php configuration. But I could not manage... Here is the versions: php 4.2.3, gd 2.0.7, slackware 8.1, apache 1.3.27 in the make of php, php gives error with gd librarys... (sorry, I cannot give errors now, I cannot simulate the situation for now) Is this

Re: [PHP] session vs. header

2002-11-06 Thread huge junk mail
/login.php'); exit(); } ? When I try this code with an authenticated user, it seemed browser don't redirect to the page I specify above. The progress bar looked like searching something then it led to an error. I don't know why this could happen. Am I missing something? Thank you. huge junk mail

[PHP] session vs. header

2002-10-30 Thread huge junk mail
Can someone tell me why I can't have $_SESSION['foo'] = 'content of foo'; following by header('Location: http://www.mysite.com'); Someone from www.php.net told me that it can confuse browser (http://bugs.php.net/19991). But, still I can't the idea why it can happen. Does register session means

[PHP] java integration

2002-10-27 Thread A3-Mail Proxy Handler
Hi, I have an ssl class which does not work when called within php but works from console. I reported this as a bug to php.net. (Algorithm [Sun bla bla] not found) But while the bug is examined, I have to use this class from my website. 1. Do someone knows how can I integrate my site with

[PHP] php, java and ssl

2002-10-14 Thread A3-Mail Proxy Handler
Hi, I have a java class which uses ssl to perform some banking operations. As I have been instructed, I downloaded certificates, classes (both jar files and class files) and installed them. While testing from console, class established ssl connection to remote host and completed transaction.

[PHP] preg_match

2002-08-28 Thread richard . mail
hi all, i'm trying to create an script that cut's the text when a . ( dot ) is found in one of the last words.. i'm trying it with preg_match but it seems not to work. this is what i'm trying : if($i==15) { if(preg_match(/./,$text2[15])) { $text3 .= ($i $text2[15] );

[PHP] Re: Linux PHP editor

2002-08-09 Thread richard . mail
JJ Harrison\ writes: I just switched over to Red Hat Linux from Win2k... Only to find my fav editor only works on windows systems... could someone suggest a good replacement? -- JJ Harrison [EMAIL PROTECTED] www.tececo.com -- PHP General Mailing List

[PHP] How much should this cost Or ...

2002-08-01 Thread PHP mail
If anyone responds to this thanks a lot because this is a lot to ask. I've never coded anything for a paying customer. I'll be using Apache, MySQL and php of course. Or... how about this application already exists somewhere?? Requirements/Design --- 1. Any page requiring

[PHP] Re: Good Forum...

2002-07-15 Thread richard . mail
phpbb is a good forum or phorum both are free to use :) i hope you can use one of those ;) JJ Harrison\ writes: What is a good php-based forum? I would have used vBulletin but my group a non-profit so we obviously can't afford it. Part of what I require is users to be stored in

[PHP] not parsing vars

2002-07-10 Thread richard . mail
hello all, i've install php 4.2.1 with apache 1.3.24 but when i do something like : page.php?var=valuevar1=value1 then it does nothing. does any one have a solution ? or is it something that i have tot change in php.ini ? thanks in advance, Richard Pijnenburg The netherlands -- PHP

[PHP] cookie ?

2002-07-10 Thread richard . mail
hi all, (yes it's me again) i've got an other problem. i've got an login system, and it has to put an cookie, but it seems he doesn't do it. is it an php.ini problem ?? thnx in advanced. Richard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] cookie ( still not working )

2002-07-10 Thread richard . mail
my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Richard -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: cookie ( still not working )

2002-07-10 Thread richard . mail
Johan Holst Nielsen writes: my cookie problem is still not solved :( my browser settings are correct, and the script has worked. but sins i now installed php 4.2.1 with apache 1.3.24 it doesn't work :( does any one have an solution ?? thnx in advance, Sure about your

[PHP] Re: Wildcard

2002-07-10 Thread richard . mail
why put in your query you want to look for an value .. if they don't want to look for it ?.. vins writes: Shit. Doesn't really make sense Sorry... I probably don't understand do you have an online example. César aracena [EMAIL PROTECTED] wrote in message

[PHP] Re: Is it so fuckin diffuicult...

2002-07-10 Thread richard . mail
st so stop being a fucking jerk. Ya, and your 'fucking' e-mail certainly helps him a lot better, eh? -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner mailto:

[PHP] Re: cookies

2002-07-10 Thread richard . mail
Alexander Ross writes: How can I set a cookie which expires when the borwser is closed?? How can I delete a cookie via PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php simply give it no experation time. then

[PHP] SQL field problem

2002-07-10 Thread mail
Hello I have a problem with mysql.I create a table with a field kat.In this field are entries like this : Light Dark Dark Light Robot Find Dark Light You see that all entries are not unique.So i want to list as output all entries but only once.If the word Dark is in the table 6 times php

[PHP] WTF

2002-05-14 Thread mail-list
will contact you shortly./td/tr trtd table form action=send_request.php method=post trtdCompany name:/tdtdinput type=text name=company size=45BR/td/tr trtdFirst Name: /tdtdinput type=text name=firstname maxlength=40 /td/tr trtdLast Name: /tdtdinput type=text name=lastname size=30 /td/tr trtde-mail

[PHP] Adding Querystrings to links

2002-04-08 Thread mail
Hi all! I have a problem with the querystring.I want to add to every Link on my Homepage a querystring, but i should have the possibility to change some details in the Querystring. How should i solve this problem ? Example : http://domain.com/index.php?dest=12item=2 The variables ?dest= and

[PHP] d: Security problem with PHP

2002-02-28 Thread Nick Wilson (E-mail)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, a potential client just sent me this. Is it an old problem? or a new one? - --begin forwarded worrier--- Hi Nick Did you mention that you use PHP? I subscribe to a photo gallery site and they stopped uploads due to

Re: [PHP] Need Urgent Help!!

2002-01-31 Thread Scott's Mail
form I have already created, does anyone have any scripts and directions that some with absolutely no code writing skills can use. Your help is greatly appreciated!! Billy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Install on Darwin fix?

2001-11-10 Thread PHP Mail
. html Tried the usual fix -- defining OTHER_LDFLAGS = -flat_namespace (or some variant on that theme, such as EXTRA_LDFLAGS) -- but has had no luck. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] Where does mysql keep the records data

2001-10-29 Thread PHP Mail
(11) DEFAULT '0' NOT NULL, Removed int(1) DEFAULT '0' NOT NULL, PRIMARY KEY (ID) ); mysql INSERT INTO eZAddress_AddressType VALUES (1,'Home address',1,0); ERROR 1062: Duplicate entry '1' for key 1 Where dat data at? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] include path-problem

2001-09-10 Thread mail
Hi I have a problem with the include command.I want to include a txt file in a php file.But this txt file must include in every php file on the server and these phpfiles are in different directories. Here is the Problem : www.domain.com/index2.php and www.domain.com/support/shop.php must

[PHP] include problem

2001-09-08 Thread mail
Hi I have a little Problem with include.I want to include a txt file in every php file on the server but some php files are in other directories and dont include this txt file. Example : Url for the txt file : www.domain.com/include/incl.txt So www.domain.com/index2.php includes the txt file

[PHP] Countdown

2001-08-29 Thread mail
Hi ! I have a Problem with a Countdown.I want that somebody can register through my PHP Script. After the Registration the Script should email this person after exact 30 days on his emailadress without visiting the Homepage again.So how should i do this ? Thank you for your Support !!! chris

  1   2   >