[PHP] Re: I cannot forget you!

2006-07-11 Thread Barry
[EMAIL PROTECTED] schrieb: your big love, ;-) Well PHP is good but is it that good? -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: UTF-8 With content-type text/xml problem.

2006-07-21 Thread Barry
Mathijs schrieb: Hello ppl, I have a big prob. I have a page which post some input. This input can be UTF-8 like chinese or other utf-8 chars. Also i need it to return UTF-8 and it has to be xml. For some strange reason this isn't working. Small example. PHP Code: '."\n"; print ''.$_GET['tes

[PHP] Re: Is this really a pdf?

2006-08-07 Thread Barry
Sjef schrieb: Is it possible to recognize if a file for upload really is a pdf (like the function getimagesize retuns the file type of the image)? Thanxs, Sjef this "might" help http://de3.php.net/manual/en/function.mime-content-type.php -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)

[PHP] Re: Regular expression to find from start of string to first space

2006-08-08 Thread Barry
itive, and don't be greedy". So, it should start at the beginning of the line and get everything up to the first space. But it doesn't work. Where did I go wrong? -- Dave M G http://www.rexv.org/ This is a quite good site to learn and test regexpressions. Barry -- Smileys ru

[PHP] Re: __get() accessor question (a bug maybe?)

2006-11-15 Thread Barry
TemuriI schrieb: Hi all, here is the code I am having problem with: class baseForm { private $_id = 10; function __get($member) { echo "Accessing member \"{$member}\" : \n"; return $this->$member; } function checkID()

[PHP] Re: __get() accessor question (a bug maybe?)

2006-11-15 Thread Barry
TemuriI schrieb: just a small idea. public function __get() {...} Might work *untested* -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Beta Testers Wanted

2006-02-23 Thread Barry
he folder icon. (looks kinda crappy for me though ;) greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: File database, works, but direct url access in addressbardoesn't

2006-02-23 Thread Barry
Mathieu Dumoulin wrote: Update update update I tried with mozilla firefox and it worked fine, i just need to find out now what IE does that makes this process fail. If any of you have an idea that could help me solve my problem don't hesitate cause i need to find a soluti

[PHP] Re: Expiring other resources with HTTP headers

2006-02-27 Thread Barry
browser that the file in the cache is no longer valid? I hope there is enough information here and that somebody can give me a hint in the right direction. Thanks, -William Set the HTML expire to yesterday. Therfore the browser will reload the whole page. Barry -- Smileys rule (cX.x)C --o(^_

[PHP] Re: Sr. PHP Salary North Carolina

2006-02-27 Thread Barry
Beau Gould wrote: Can anyone possibly tell me what the salary range is for a Sr. PHP/MySQL Developer in North Carolina? Thanks Depends on the workspace and what kind of work somone has to do. Is it a monitoring position, or a leading one. More infos would probably help though. -- Smileys ru

[PHP] Re: About date & time...

2006-02-28 Thread Barry
Gustav Wiberg wrote: Hi Thanx for your input about date & time... Here's some functions that worked for me after some searching... function currenttime() { $today = getdate(); $ithours = $today["hours"]; if (intval($ithours)<10) { $ithours = "0" . $ithours; } $itminutes = $today["minutes"

Re: [PHP] Fw: 参加してみませんか?

2006-02-28 Thread Barry
Andrei wrote: > u... Nice... I would agree if I would understand something... lol > > Andy > > sns-コミュニティー wrote: > >>■□■ コミュニティー・エンターテイメント ■□■ >>□■□ ソーシャルネットワーキングサイトに参加してみませんか? □■□ >> >>メンバーより招待された方のみで構成されている為、安心快適!! >>ポイント代・料金等は一切御座いません。全て無料でお使いになれます! >> >>http://tada-asobi.com/tad

Re: [PHP] ftp_get from an IBM Mainframe z/vm system ?

2006-03-01 Thread Barry
Robin Vickery wrote: On 01/03/06, Nils Reimann <[EMAIL PROTECTED]> wrote: $conn_id = ftp_connect($ftp_server); $login_result = ftp_login($conn_id, "$ftp_user_name", "$ftp_user_pass"); $download = ftp_get($conn_id, "$locale", "TEST EXEC", FTP_ASCII); ftp_quit($conn_id); connection workd, but th

[PHP] Re: Where can I find nice Web icons for custom admin interface?

2006-03-02 Thread Barry
Nicolas Verhaeghe wrote: I have a habit of designing pretty much everything myself as far as CMS and admin areas, but I was wondering if anybody knew where to find Web icons to make the result look very professional? I am really not a graphical/layout guy! www.icons-to-make-my-stuff-shiny-and-

Re: [PHP] Re: Where can I find nice Web icons for custom admin interface?

2006-03-02 Thread Barry
Thorsten Suckow-Homberg wrote: www.icons-to-make-my-stuff-shiny-and-professional.com You probably should get somone that is one, or learn it. If the website above works, then there is one otherwise >>no<<. What a valuable response... oO Nicolas, you should google for Linux-Themes (KDE etc.

[PHP] Re: How can I tell if an output stream is finished?

2006-03-06 Thread Barry
Al wrote: I have a page that resizes an image to be included in a html page, using: echo "\n"; unlink($rel_mapfile); I need the other html stuff on the page so I need to fetch a file from the server to include in the page. So, I resized the image and saved it as a file. That works fine. A

Re: [PHP] output Today's date

2006-03-06 Thread Barry
e timezone included? I am talking about the Headers the Browser sends. Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mysql Rows

2006-03-06 Thread Barry
nd changing ID values is a "no-go!" You will never have any relation possibilities if you alter the ID fields. In short. You mess everthing up with it. There are count functions in MySQL that gives you the counted rows or output it counted. You can look at the manuals in mysql.com Go

[PHP] Re: Detect where someone comes from

2006-03-06 Thread Barry
Benjamin Adams wrote: I was wondering if there was a way I can see where people are linking to me from. Can I find this in php? --Ben $_SERVER["HTTP_REFERER"]; It's an Apache server variable. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mai

[PHP] Re: encrypt and decrypt in php

2006-03-07 Thread Barry
Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] what is wrong with my big array

2006-03-07 Thread Barry
Stut wrote: Ross wrote: I cannot see it If it helps... neither can we! -Stut And again: PHP is best coded with open eyes: (O_O) -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Re: test security of code

2006-03-08 Thread Barry
know there are some people offering such a service. Probably it's that what you search for ;) Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Charsets ?

2006-03-08 Thread Barry
s strange, but if I work with php's charset iso8859-15 it works fine, but i I set php to utf-8 it does not work. Any ideas? Sure. UTF-8 is an other encoding. Those characters are shown as UTF-8 encoded Characters. use the decode and encode function. Greets Barry -- Smileys rule (cX.x)C -

[PHP] Re: .DAT file with PHP

2006-03-08 Thread Barry
Jabez wrote: I want to use PHP to show the contents of the DAT from back to front. HOw do I do that? Thanks! Put it into an array and sort it backwards with krsort() Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General

[PHP] Re: .DAT file with PHP

2006-03-08 Thread Barry
M. Sokolewicz wrote: Barry wrote: Jabez wrote: I want to use PHP to show the contents of the DAT from back to front. HOw do I do that? Thanks! Put it into an array and sort it backwards with krsort() Greets Barry why use such an cpu-intensive function? using array_reverse is

Re: [PHP] .DAT file with PHP

2006-03-08 Thread Barry
Jabez Gan wrote: Sorry im new but, how do we read from a file to an array? I've studied C but not with PHP and it's not working for me... Suggestions? By line ? -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP + MMS Live Streaming + Protect URL.

2006-03-09 Thread Barry
Gentil de Bortoli Júnior wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Gentil de Bortoli Júnior [mailto:[EMAIL PROTECTED] Sent: 9 March 2006 2:01 pm To: php-general@lists.php.net Subject: [PHP] PHP + MMS Live Streaming + Protect URL. Hello, guys. I ha

Re: [PHP] Re: umlaut problem in firefox

2006-03-15 Thread Barry
Andy wrote: My problem still remains open Help!!! I noticed that if the umlauts are received correctly but they are not submitted in the right way. For a ö I receive a POST as: ö From the DB I get the text correctly. The DB encoding is : iso-8859-1. Now, the strange thing is that is

[PHP] Re: to check idle time of users

2006-03-15 Thread Barry
suresh kumar wrote: in windows,if user idle for 1 minute,his desktop screen is changed to screen saver.i like to implement the same logic in my project if user is idle for 3 minutes its session will have to automatically destroy.i am waiting for or response. _

[PHP] Re: REG-EXPR: Allowing limited number of special chars in usernames

2006-03-15 Thread Barry
ers and signs with ereg()/preg() and count each one. Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: how do i select this list

2006-03-16 Thread Barry
Mark wrote: THANKS THAT WORKED GREAT You might need this in the future: http://dev.mysql.com/doc/refman/5.0/en/index.html Thare are lot's of examples, also the problem you stated is described there. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP Gener

[PHP] Re: Updating form

2006-03-16 Thread Barry
Sugrue, Sean wrote: Does anyone know how to update an option list queried from a database table after an insert/delete action on that table? Sean To be as precise with my answer as your question: Read the HTML manual about meta tags. have fun! -- Smileys rule (cX.x)C --o(^_^o) Dance for me!

Re: [PHP] Re: REG-EXPR: Allowing limited number of special chars in usernames

2006-03-16 Thread Barry
Holger Sunke wrote: Yes thank you, that's all I need! * beware that you're saying *anything* other than alpha-numeric chars Yeah that's why it wont work with asian or kyrillian users. Probably writing a function that counts each special char could be an answer ... prolly -- Smileys ru

Re: [PHP] How does one obtain the resolution of an image in PHP?

2006-03-17 Thread Barry
Arnaldo Gandol wrote: hi, I have troubles with strangers characters in my html pages, I've fixed them by using mb_convert_encoding() function with UTF-8 encoding but I've hear that mbstring library is unstable in some linux distributions. Does any body knows how to solve this problem without u

[PHP] Re: How does one obtain the resolution of an image in PHP?

2006-03-17 Thread Barry
s that use 2x2 pixels (4 pixels) as one colored pixel and so on. Now guess what you see when you have 194 ppi. Nothing, it's still 97 ppi because it's not possible for the screen to view anything else. Normally the screen would just duplicate the imagesize from 400x400 to 800x800. Gre

[PHP] Re: session_cache_expire()

2006-03-17 Thread Barry
() and session_cache_limiter() has to be set before session_start() Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: double lines

2006-03-17 Thread Barry
clive wrote: Hi Im using the phpmailer class to send text emails (not html), it works 100%. So emails sent from a php script look correct in the mail client, however when I first load/show the message in a and then send it to the same script which then sends the email, on some mail clients

Re: [PHP] making a tutorial

2006-03-17 Thread Barry
numerize them favourite[1],favourite[2],favourite[3]... and so on That works! btw print_r($GLOBALS) would you print out what you got from the Posted site with some more values. Give it a try Greets barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(

Re: [PHP] Re: double lines

2006-03-17 Thread Barry
clive wrote: Does the html add in \r. Normally not. But the mailing function might do. Replace every \n with and every \r with with str_replace And probably you see where the problem is -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Maili

Re: [PHP] Re: How does one obtain the resolution of an image inPHP?

2006-03-17 Thread Barry
many physical dots on the screen.) But, I guess, you already knew that. (^_^) Right ;) But the image is still in 80 ppi ;) And you probably now get where the problems are ;) Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP files in the SRC attribute of an SCRIPT element

2006-03-17 Thread Barry
Karl-Heinz Christian Zeck wrote: Hi everybody, Are you allowed to do this? I mean, is the php file parsed by the PHP engine first and a js code is generated that will be used by the script element? Yes -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP

Re: [PHP] Re: PHP files in the SRC attribute of an SCRIPT element

2006-03-17 Thread Barry
Karl-Heinz Christian Zeck wrote: Thank you for your quick reply. I tried to modify the file. I removed all it's content and wrote only a single line: alert("test"); When I refresh the main page, I get the alert message - this means the file was loaded successfuly. Then I tried this code: alert

[PHP] Re: Fatal error: Call to undefined function preg_match()

2006-03-20 Thread Barry
Evert wrote: Hi all! Recently I am getting the following error on some of my PHP-enabled websites. I think it started when I went from PHP4 -> PHP5. Here is an example (from http://wos.poboxes.info/) : Fatal error: Call to undefined function preg_match() in /var/www/wos.poboxes.info/htdocs/

[PHP] Re: Fatal error: Call to undefined function preg_match()

2006-03-20 Thread Barry
PHP-enabled >>websites. I think it started when I went from PHP4 -> PHP5. He went from 4 to 5, do you know what 4 had compiled in? no you don't. Why don't just ignore he went from 4 to 5. So we can see this post as "i installed php 5 and got error X" Sorry, i think tha

[PHP] Re: want authentic branded goods?

2006-03-20 Thread Barry
2006-03-20 23:19:13 wrote: > This is a kind business letter,if bothered you,pls send your email to us,we > will sure cancled your email address from our email list. > Nah ;) This is kind of Spam Mail! > > Gurantee your 100% absolutely safe ''Door to Door'' delivery!! Front door or back do

[PHP] Re: Retrieve large amounts of binary data from MySQL database in pieces

2006-03-21 Thread Barry
o the browser. Any suggestions? Thanks, Mike With the SUBSTRING function of MySQL. This question belongs more to a MySQL mailing List. And read the manuals! Took me 5 secs to find that function. Be glad that somone is in a good mood to help such a lazy guy like you. Greets

[PHP] Re: dunk $25 shipped

2006-03-21 Thread Barry
2006-03-21 13:10:27 wrote: > This is a kind business letter,if bothered you,pls send your email to us,we > will sure cancled your email address from our email list. How stupid are you? You are Posting to a MAILING LIST, idiot ... > > www.loveinfashion.com > email and msn: [EMAIL PROTECTED] > QQ

[PHP] Re: is there a guide for pda friendly web pages

2006-03-21 Thread Barry
Rick Lim wrote: is there a guide for pda friendly web pages. Yeah there is one. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PDFLib or some free solution?

2006-03-21 Thread Barry
[EMAIL PROTECTED] wrote: Hi, I have to create some flyers and invoices (simple stuff) in one my project. On php.net/pdf is mentioned PDFLib, but I know there is a free solution too. It's commercial and can't have PDFLib for free. My questions are: - Is really $450 for PDFLib worth comparing to fr

Re: [PHP] Re: is there a guide for pda friendly web pages

2006-03-21 Thread Barry
Matt Richards wrote: Rick Lim wrote: is there a guide for pda friendly web pages. Yeah there is one. lol, would you like to tell us where its located please? oN tHe InterNeTz! Really... be more specific and probably we also be. Greets Barry -- Smileys rule (cX.x)C --o(^_^o

Re: [PHP] Re: dunk $25 shipped

2006-03-21 Thread Barry
John Nichel wrote: Barry wrote: 2006-03-21 13:10:27 wrote: This is a kind business letter,if bothered you,pls send your email to us,we will sure cancled your email address from our email list. How stupid are you? You are Posting to a MAILING LIST, idiot ... I'm betting the bot

[PHP] Re: undefined function error with lost password script

2006-03-23 Thread Barry
/realt905/public_html/lost_pw.php on line 70 where line 70 is : recover_pw($_POST['email_address']); 1. If you paid for it, why don't you ask the support? 2. Please use sites like pastebin.com to post huge code snippets. 3. The function lost_pw is called before it's declared!

Re: [PHP] undefined function error with lost password script

2006-03-24 Thread Barry
. But apparently the script was thoroughly tested before he paid for it, so that can't be the problem :-) -robin Well if it was throughly tested then there wouldn't be errors. And the error "is" because of the function called before declared. Greets Barry -- Smileys rule (

[PHP] Re: How to ping a webserver with php?

2006-03-24 Thread Barry
/de/html/package.networking.net-ping.ping.html Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: Re: WG: Bitte weiterleiten

2006-03-24 Thread Barry
Thomas Munz wrote: Sorry! Was mistakly commited, should go to the list in my address book but not here! LOL -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mysql query/$post problem

2006-03-27 Thread Barry
Mark wrote: I havnt even tried this query but i know its wrong can anyone help! How do you know it's wrong ? O_o *** $query = "INSERT INTO users (AVATARS) VALUES ('$avname') WHERE id = $user_id"; This works only if the $avname is a STRING! mysql_query($

[PHP] Re: protecting passwords when SSL is not available

2006-03-27 Thread Barry
Satyam wrote: b) concatenate this value with the session_id() or whatever random you generated before And where do you get that information? Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: Is there a mysql newsgroup like this php.general ANYONE?

2006-03-27 Thread Barry
Anasta wrote: I need help with an insert using joins. yes there is :) http://lists.mysql.com/ -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Three quickies anyone?

2006-03-27 Thread Barry
om PHP itself? http://de3.php.net/manual/de/function.escapeshellcmd.php Since you can echo that also. I just forgot what command it was but probably it helps you anyways :) Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://

[PHP] Re: Irritating [EMAIL PROTECTED]

2006-03-27 Thread Barry
Ryan A wrote: Anybody else getting these annoying auto responses from [EMAIL PROTECTED] ? If yes, can someone email the list mod to delete his account or something, or email me back the list mods email and I'll do it myself. Thanks, Ryan Yeah, it's annoying >_> -- Smileys rule (cX.x)C --o(^_^

[PHP] Re: cron via cPanel

2006-03-27 Thread Barry
tedd wrote: Hi gang: In cPanel one can schedule cron jobs. In the command line box, what command do you enter to run a php script? Thanks. tedd wget --spider http://www.url.com/blahblah.php -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Maili

[PHP] Re: page expire error

2006-03-27 Thread Barry
obably not easy to understand for you because i suggest you don't speak english that well. If you can live with some security problems use method="GET" rather than method="POST" this will give you no errors in this case probably. Greets Barry -- Smileys rule (c

[PHP] Re: How to ping a webserver with php?

2006-03-28 Thread Barry
Merlin wrote: Hi, that looks exactly like what I am looking for. Now there is just on problem: I can't get pear running :-( phpinfo tells me that I have compiled with pear: Version 4.3.11 '--with-PEAR' But there is no further entry inside teh output of phpinfo on pear. What do you recommend?

[PHP] Re: why is this newsroup server so slow?

2006-03-28 Thread Barry
Merlin wrote: Hi there, I used to be more often on news.php.net in former times. But now the server is so incredibly slow?! I do get very often time outs and it takes ages to load the threads. Is there a possible misconfiguration of my newsreader, or is the server that slow? Thank you for y

[PHP] Re: object oriented syntax in php

2006-03-28 Thread Barry
Merlin wrote: Hi there, I do have problems with object oriented syntax as this is not familar to me. There is following output: object(net_ping_result)(11) { ["_icmp_sequence"]=> array(1) { ["61.117):"]=> string(1) "7" } ["_target_ip"]=> string(9) "y2.php.ne" ["_bytes_per_request"]=> st

Re: [PHP] Re: object oriented syntax in php

2006-03-28 Thread Barry
Petar Nedyalkov wrote: This is a result of print_r(); It would be better to have the class definition... No it's var_dump() and without linebreaks and so >_> -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] Problem with IE and not displaying the correct images...

2006-03-29 Thread Barry
Gregory Machin wrote: Problem found ... IE doesn't understand comments '//' in style sheets .. so the line I had commented out refering to the background image in the style sheet was over riding my code later in the page.. Not quite right. Only // doesn't work But /* COMMENT */ does greets -

[PHP] Re: Array Question again

2006-03-29 Thread Barry
cybermalandro cybermalandro wrote: Let me try this again. I want to take an array that may look like this Opening new Threads over and over don't do any good. Please stick to your opened thread about that issue please. Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance f

[PHP] Re: A Problem!

2006-03-29 Thread Barry
Tom Wong (Yakang Accessories) wrote: > Dear All: > > > > - > 例子A(使用HTML TAG) > > > Send this file: > > >

Re: [PHP] IP Address Filtering

2006-03-30 Thread Barry
audience... And displays all records with NULL as IP for audience who¹s IP is recorded as NULL. Thanks! Could ipv6 make problems here? If apache or similiar apps don't recognize it you also will get NULL. Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_

[PHP] Re: upgrade of PHP failed

2006-03-30 Thread Barry
advance, Merlin Your config looks funny why do you have 2 times --enable-sysvem? if you remove --enable-debug it might work. looks like that debug module has an CRC error or something like that. btw. wasn't there an installation list around here? Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirect using php

2006-04-05 Thread Barry
Andrei wrote: document.location = 'http://where.to.go.com/example.php?param1='; Wasn't it -> document.location.href ='www.example.com'; o_O ? Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing L

[PHP] Re: Creating a Photo Album

2006-04-07 Thread Barry
able to do stuff like that. It will still be tough since you have to tell your browser somehow that he has to reload the image. Not quite easy. Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.ph

[PHP] Re: String /pattern formatting extraction question

2006-04-10 Thread Barry
Andy wrote: Hi to all, I have the following pattern for a string: text1 /ptext2 /otext3 Does it always look like that? text1(whitespace)/ptext2(whitespace)/otext3 Then use explode to create an array from it explode (" ",$stringpattern); Now, I want to extract the text by "patterns" from th

[PHP] Re: RADICORE ramework released

2006-04-13 Thread Barry
Tony Marston wrote: Announcing the first public release of RADICORE, a Rapid Application Development toolkit for building administrative web applications which contains the following: a.. A true rapid application development framework which is based around Transaction Patterns. b.. A dynamic

[PHP] Re: RADICORE ramework released

2006-04-13 Thread Barry
P system. I posted the error i got, so you are probably able to get that ^^ Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: RADICORE ramework released

2006-04-13 Thread Barry
Tony Marston wrote: "Barry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Tony Marston wrote: What do you mean "it doesn't work"? Do you mean my online demo, or when you try to run it on your machine? What are your settings? What language have

[PHP] Re: how to convert 0.5 to 0.50

2006-04-13 Thread Barry
Merlin wrote: Hi there, I am searching for a command on how to format 0.5 to 0.50 thanx for any help, merlin sprintf("%.02f",$string); Or number_format() -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Spell Checker

2006-04-18 Thread Barry
Stut wrote: BH.VN.Viswanath wrote: > We need to check the spelling of a word which is actually a Domain > name. > > For example we have to check the word "onlinetradeing". When > checked with the spell checkers we are getting the words which are > unrelated such as on, obliterating, incineratin

Re: [PHP] Last one for today! Pager problem

2006-04-18 Thread Barry
tedd wrote: At 9:53 AM -0500 4/18/06, Jay Blanchard wrote: [snip] My pager does everything but when I hit any of the links for the pages it doesn't show any results. It can be seen here (alothough the page doesn't seen to submit on the remote host. Any ideas why?? [/snip] I think it might be

[PHP] Re: sprintf() oddity

2006-04-18 Thread Barry
Chris Boget wrote: What's going on here: $number = 50.1234567890; echo sprintf( '%.05f', $number ); result: 50.12346 $number = 5.1234567890; echo sprintf( '%.05f', $number ); result: 5.12305 $number = 5000.1234567890; echo sprintf( '%

[PHP] a funny variable composition out of my daily programmer life

2006-04-19 Thread Barry
He really didn't knew what he hase done when he came to this varname. $_POST["f-art-nlid"]; burn baby :D *boom* xD -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] Re: no offense to Rasmus... are you kidding me

2006-04-19 Thread Barry
Stut wrote: Matt Todd wrote: But of course, that is just conjecture. I'm just saying that I think he has vested interest and will be least of all willing to make the shift in thought (even if he did think it held some merit). I didn't read that article too closely, but I would appreciate *

[PHP] Re: programming contests as a way of finding/evaluating offshore talent...

2006-04-19 Thread Barry
bruce wrote: hi.. i'm looking for opinions on the "worth" of programming contests as a way of judging the talent of potential software developers... any thoughts/pros/cons would be appreciated.. and yeah.. i know this is a little off topic.. but some of us here deal with these issues.. if you

Re: [PHP] Pushing Vars into $_SESSION

2006-04-20 Thread Barry
Chris Grigor wrote: The method behind the madness here, is that I am only pulling the data once from the db throughout the whole session. This means that all the user info is available on every page they visit. I can also then identify on each page that loads if a user has signed in and a ses

[PHP] Re: Execute script and redirect

2006-04-20 Thread Barry
Peter Lauri wrote: Best groupmember, I have a form that is being filled out. This is the process: 1. Fill out form and click submit 2. Script validates data 3. Data is being sent to external source via Web Service 4. A file is being downloaded (redirects to files loc

[PHP] Best way to start a CRON

2006-04-20 Thread Barry
lp will be appriciated :) Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best way to start a CRON

2006-04-20 Thread Barry
Pure Web Solution wrote: I run several PHP scripts via CRON in the following way: put the following in the top of the php script: #!/usr/local/bin/php -q (linux system - location of php bin) and in the CRONTAB I have the following: 10 1 * * * root /usr/local/bin/php -q /script/CRONexport.php

[PHP] Re: POST arrays?

2006-04-20 Thread Barry
William Stokes wrote: Hello, How to post an array with associated values? This works ok But if I post it to another form with this: "> And print there with: print_r($arr_siirt_jouk); prints: Array So how can post the values forward? Thanks -Will serialize() unserialize() -- Smileys

Re: [PHP] POST arrays?

2006-04-20 Thread Barry
William Stokes wrote: No other way? Over sessions or saving as file and loading it in the following page. -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Serveral forms in a page.

2006-04-25 Thread Barry
William Stokes wrote: Hello, This "might be" more HTML stuff but anyway... Yeah, anyway who cares if it belongs in here or not. I have several forms in a page which is ok otherwise but the reset buttons doesn't clear anything that is queried from DB and printed to the text fields. Any idea h

[PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Barry
high because of the links. Greets Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to convert a string( "23/04/2006") to a string "23042006" in javascript?

2006-04-25 Thread Barry
only stuff related to PHP should be asked. You are having a problem with JAVASCRIPT so you should ask in a JAVASCRIPT mailing list or either start reading MANUALS and DOCUMENTATIONS because they provide LOTS of INFORMATION about the things you are SEARCHING for. But i will give you a hint: replac

[PHP] Re: forms and dynamic creation and unique field names

2006-04-27 Thread Barry
Jason Gerfen schrieb: I have come upon a problem and am not sure how to go about resolving it. I have an web form which is generated dynamically from an imported file and I am not sure how I can loop over the resulting post variables within the global $_POST array due to the array keys not bei

[PHP] Re: php <-> js (was Javascript Navigation)

2006-04-27 Thread Barry
tedd schrieb: Hi gang: Gang? 1. A way to send information from js to php and have php act upon it. Java 2. A way to send information from php to js and have js act upon it. Java -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (

Re: [PHP] how to get the absolute path of an included file?

2006-04-27 Thread Barry
folder why dont you use include ("file2.php"); ? Otherwise youse pathes like ../subfolder/folder Only if you really want to load stuff thats not at the web directory use full pathes like /path/to/folder Barry -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o

Re: [PHP] forms and dynamic creation and unique field names

2006-04-27 Thread Barry
Jason Gerfen schrieb: Martin Zvarík wrote: Jason Gerfen wrote: I have come upon a problem and am not sure how to go about resolving it. I have an web form which is generated dynamically from an imported file and I am not sure how I can loop over the resulting post variables within the glob

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Barry
Gonzalo Monzón schrieb: I forgot to put some final note into my last message. PHP can be good for a lot of things, but not really for other. Yeah true (o_O) -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] Re: php <-> js (was Javascript Navigation)

2006-04-28 Thread Barry
Robert Cummings schrieb: On Thu, 2006-04-27 at 11:09, Barry wrote: tedd schrieb: Hi gang: Gang? You know... Scooby, Shaggy, and Mary-Jane. ah, ic. 1. A way to send information from js to php and have php act upon it. Java ... Sucks. Because? 2. A way to send information from php

Re: [PHP] Re: php <-> js (was Javascript Navigation)

2006-04-28 Thread Barry
tedd schrieb: At 5:09 PM +0200 4/27/06, Barry wrote: tedd schrieb: Hi gang: Gang? Gang, group, clan, community, organization, hive, pod, assembly, biocenosis -- what do you want to be called? By my name normally. And if you adress everyone i prefer "everyone" Show me.

  1   2   3   4   >